Frapper
1.0a
|
Class representing a tab page containing widgets for editing parameters of a node. More...
#include <ParameterTabPage.h>
Public Member Functions | |
ParameterTabPage (QWidget *parent, ParameterGroup *parameterGroup) | |
Constructor of the ParameterTabPage class. | |
virtual | ~ParameterTabPage () |
Destructor of the ParameterTabPage class. | |
ParameterGroup * | getParameterGroup () |
Returns the group of parameters the tab page represents. | |
bool | isLoaded () |
Returns whether the widgets for editing the parameters in the parameter group represented by the page have been created. | |
void | setLoaded () |
Sets the flag that states whether widgets for editing the parameters in the parameter group have been created for the page to True. | |
Private Attributes | |
ParameterGroup * | m_parameterGroup |
The group of parameters the tab page represents. | |
bool | m_isLoaded |
Flag that states whether widgets for editing the parameters in the parameter group have been created for the page. | |
Class representing a tab page containing widgets for editing parameters of a node.
Frapper::ParameterTabPage::ParameterTabPage | ( | QWidget * | parent, |
ParameterGroup * | parameterGroup | ||
) |
Constructor of the ParameterTabPage class.
Constructors and Destructors.
parent | The parent widget the created instance will be a child of. |
parameterGroup | The group of parameters represented by the tab page. |
Constructor of the ParameterTabPage class.
parent | The parent widget the created instance will be a child of. |
parameterGroup | The group of parameters represented by the tab page. |
|
virtual |
Destructor of the ParameterTabPage class.
Defined virtual to guarantee that the destructor of a derived class will be called if the instance of the derived class is saved in a variable of its parent class type.
ParameterGroup * Frapper::ParameterTabPage::getParameterGroup | ( | ) |
Returns the group of parameters the tab page represents.
Public Functions.
Returns the group of parameters the tab page represents.
bool Frapper::ParameterTabPage::isLoaded | ( | ) |
Returns whether the widgets for editing the parameters in the parameter group represented by the page have been created.
void Frapper::ParameterTabPage::setLoaded | ( | ) |
Sets the flag that states whether widgets for editing the parameters in the parameter group have been created for the page to True.
|
private |
The group of parameters the tab page represents.
|
private |
Flag that states whether widgets for editing the parameters in the parameter group have been created for the page.