MEPP2 Project
Signals | Public Member Functions | Public Attributes | Private Slots | List of all members
FEVV::SimpleCheckBox Class Reference

#include <SimpleCheckBox.h>

Inheritance diagram for FEVV::SimpleCheckBox:
Inheritance graph
Collaboration diagram for FEVV::SimpleCheckBox:
Collaboration graph

Signals

void modificationSignal (std::string, BasePlugin *)
 

Public Member Functions

 SimpleCheckBox (QWidget *parent=0)
 
void setParams (bool *_value, std::string _pluginName, BasePlugin *_plugin)
 

Public Attributes

std::string myPluginName
 
BasePluginmyPlugin
 
bool * myBoolValue = nullptr
 

Private Slots

void modificationSlot ()
 
void resetSlot ()
 

Detailed Description

Definition at line 22 of file SimpleCheckBox.h.

Constructor & Destructor Documentation

◆ SimpleCheckBox()

FEVV::SimpleCheckBox::SimpleCheckBox ( QWidget *  parent = 0)
inline

Definition at line 31 of file SimpleCheckBox.h.

Member Function Documentation

◆ modificationSignal

void FEVV::SimpleCheckBox::modificationSignal ( std::string  ,
BasePlugin  
)
signal
Here is the caller graph for this function:

◆ modificationSlot

void FEVV::SimpleCheckBox::modificationSlot ( )
inlineprivateslot

Definition at line 40 of file SimpleCheckBox.h.

◆ resetSlot

void FEVV::SimpleCheckBox::resetSlot ( )
inlineprivateslot

Definition at line 45 of file SimpleCheckBox.h.

◆ setParams()

void FEVV::SimpleCheckBox::setParams ( bool *  _value,
std::string  _pluginName,
BasePlugin _plugin 
)
inline

Definition at line 33 of file SimpleCheckBox.h.

Here is the caller graph for this function:

Member Data Documentation

◆ myBoolValue

bool* FEVV::SimpleCheckBox::myBoolValue = nullptr

Definition at line 29 of file SimpleCheckBox.h.

◆ myPlugin

BasePlugin* FEVV::SimpleCheckBox::myPlugin

Definition at line 27 of file SimpleCheckBox.h.

◆ myPluginName

std::string FEVV::SimpleCheckBox::myPluginName

Definition at line 26 of file SimpleCheckBox.h.


The documentation for this class was generated from the following file: