#include <SimCenterComponentSelection.h>
SimCenterComponentSelection::SimCenterComponentSelection |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
SimCenterComponentSelection::~SimCenterComponentSelection |
( |
| ) |
|
|
virtual |
bool SimCenterComponentSelection::addComponent |
( |
QString |
text, |
|
|
QWidget * |
theWidget |
|
) |
| |
|
virtual |
addComponent method to add component to selection options.
- Parameters
-
- Returns
- bool true or false indicating success or failure to add
Definition at line 111 of file SimCenterComponentSelection.cpp.
bool SimCenterComponentSelection::displayComponent |
( |
QString |
text | ) |
|
|
virtual |
swapComponent method to add component to selection options.
- Parameters
-
- Returns
- QWidget * - old widget or NULL if not found
Definition at line 177 of file SimCenterComponentSelection.cpp.
void SimCenterComponentSelection::selectionChangedSlot |
( |
const QItemSelection & |
, |
|
|
const QItemSelection & |
|
|
) |
| |
|
slot |
displayComponent method to display a component
- Parameters
-
QString | text associated with widget to be displayed |
- Returns
- bool true or false indicating success or failure to add selectionChangedSlot slot invoked when slection is changed.
- Parameters
-
QItemSelection | new item selected |
Definition at line 128 of file SimCenterComponentSelection.cpp.
QWidget * SimCenterComponentSelection::swapComponent |
( |
QString |
text, |
|
|
QWidget * |
theWidget |
|
) |
| |
|
virtual |
swapComponent method to add component to selection options.
- Parameters
-
- Returns
- QWidget * - old widget or NULL if not found
Definition at line 153 of file SimCenterComponentSelection.cpp.
The documentation for this class was generated from the following files: