|
#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/view/dialogs/StatechartEditorParameterEditor.h>
Public Types | |
enum | ColumnIds { eKey, eType, eOptional, eDeleteButton, eAdditionalButtons, eEditableValue } |
Public Slots | |
int | addParameterRow () |
void | buildFromMap (const statechartmodel::StateParameterMap &map) |
void | checkAndUpdateRowCount (int row, int column) |
void | deleteRow () |
void | refreshVariantTypes () |
void | typeCbChanged (const QString &) |
Signals | |
void | buildRequested (const statechartmodel::StateParameterMap &map) |
void | rowAdded (int rowId) |
void | rowFilled (int rowId, const QString &key) |
void | typeChanged (int row, const QString &newType) |
Public Member Functions | |
void | addParameterRow (QString key, QString variantIdStr, QVector< QString > values, bool optional=false) |
Qt::CheckState | getDefaultValueState () const |
bool | getIsOptional (int row) const |
QString | getKey (int row) const |
QSet< QString > | getKeys () const |
QMap< QString, QString > | getProfileJsonMap (QString key) const |
QMap< QString, VariantContainerBasePtr > | getProfileVariantContainerMap (int row) const |
int | getRow (const QString &key) const |
statechartmodel::StateParameterPtr | getStateParameter (int row) const |
statechartmodel::StateParameterMap | getStateParameters () const |
statechartmodel::StateParameterMap | getStateParametersWithoutValue () const |
QString | getType (int row) const |
QString | getType (QString key) const |
QSet< QString > | getTypes () const |
QMap< QString, QString > | getValuesAsString (int row) const |
void | hideValueColumns () |
void | setCommunicator (Ice::CommunicatorPtr communicator) |
void | setCurrentProfile (StatechartProfilePtr currentProfile) |
void | setDefaultValueState (const Qt::CheckState &value) |
void | setHeaders () |
void | setKeyBlackList (const QSet< QString > &keyBlackList) |
void | setStateInstance (statechartmodel::StateInstancePtr state) |
void | setVariantInfo (VariantInfoPtr variantInfo) |
StatechartEditorParameterEditor (QWidget *parent=0, statechartmodel::StateInstancePtr state=statechartmodel::StateInstancePtr(), const statechartmodel::StateParameterMap ¶ms=statechartmodel::StateParameterMap()) | |
Protected Slots | |
void | addCustomColumn (int row) |
void | addInputToParent () |
void | fillCustomColumn (int row, const QString &key) |
void | init (const statechartmodel::StateParameterMap ¶ms) |
void | showHelpDialog () |
Protected Attributes | |
statechartmodel::StateParameterMap | originalParamMap |
statechartmodel::StateInstancePtr | state |
Definition at line 58 of file StatechartEditorParameterEditor.h.
enum ColumnIds |
Enumerator | |
---|---|
eKey | |
eType | |
eOptional | |
eDeleteButton | |
eAdditionalButtons | |
eEditableValue |
Definition at line 83 of file StatechartEditorParameterEditor.h.
StatechartEditorParameterEditor | ( | QWidget * | parent = 0 , |
statechartmodel::StateInstancePtr | state = statechartmodel::StateInstancePtr() , |
||
const statechartmodel::StateParameterMap & | params = statechartmodel::StateParameterMap() |
||
) |
Definition at line 73 of file StatechartEditorParameterEditor.cpp.
|
protectedslot |
Definition at line 120 of file StatechartEditorParameterEditor.cpp.
|
protectedslot |
Definition at line 227 of file StatechartEditorParameterEditor.cpp.
|
slot |
Definition at line 530 of file StatechartEditorParameterEditor.cpp.
void addParameterRow | ( | QString | key, |
QString | variantIdStr, | ||
QVector< QString > | values, | ||
bool | optional = false |
||
) |
Definition at line 589 of file StatechartEditorParameterEditor.cpp.
|
slot |
Definition at line 935 of file StatechartEditorParameterEditor.cpp.
|
signal |
|
slot |
Definition at line 668 of file StatechartEditorParameterEditor.cpp.
|
slot |
Definition at line 649 of file StatechartEditorParameterEditor.cpp.
|
protectedslot |
Definition at line 157 of file StatechartEditorParameterEditor.cpp.
Qt::CheckState getDefaultValueState | ( | ) | const |
Definition at line 890 of file StatechartEditorParameterEditor.cpp.
bool getIsOptional | ( | int | row | ) | const |
Definition at line 518 of file StatechartEditorParameterEditor.cpp.
QString getKey | ( | int | row | ) | const |
Definition at line 454 of file StatechartEditorParameterEditor.cpp.
QSet< QString > getKeys | ( | ) | const |
Definition at line 286 of file StatechartEditorParameterEditor.cpp.
QMap< QString, QString > getProfileJsonMap | ( | QString | key | ) | const |
Definition at line 395 of file StatechartEditorParameterEditor.cpp.
QMap< QString, VariantContainerBasePtr > getProfileVariantContainerMap | ( | int | row | ) | const |
Definition at line 432 of file StatechartEditorParameterEditor.cpp.
int getRow | ( | const QString & | key | ) | const |
Definition at line 496 of file StatechartEditorParameterEditor.cpp.
statechartmodel::StateParameterPtr getStateParameter | ( | int | row | ) | const |
Definition at line 313 of file StatechartEditorParameterEditor.cpp.
statechartmodel::StateParameterMap getStateParameters | ( | ) | const |
Definition at line 342 of file StatechartEditorParameterEditor.cpp.
statechartmodel::StateParameterMap getStateParametersWithoutValue | ( | ) | const |
QString getType | ( | int | row | ) | const |
Definition at line 470 of file StatechartEditorParameterEditor.cpp.
QString getType | ( | QString | key | ) | const |
Definition at line 489 of file StatechartEditorParameterEditor.cpp.
QSet< QString > getTypes | ( | ) | const |
Definition at line 302 of file StatechartEditorParameterEditor.cpp.
QMap< QString, QString > getValuesAsString | ( | int | row | ) | const |
Definition at line 369 of file StatechartEditorParameterEditor.cpp.
void hideValueColumns | ( | ) |
Definition at line 902 of file StatechartEditorParameterEditor.cpp.
|
protectedslot |
Definition at line 253 of file StatechartEditorParameterEditor.cpp.
|
slot |
Definition at line 715 of file StatechartEditorParameterEditor.cpp.
|
signal |
|
signal |
|
inline |
Definition at line 96 of file StatechartEditorParameterEditor.h.
|
inline |
Definition at line 108 of file StatechartEditorParameterEditor.h.
void setDefaultValueState | ( | const Qt::CheckState & | value | ) |
Definition at line 896 of file StatechartEditorParameterEditor.cpp.
void setHeaders | ( | ) |
Definition at line 913 of file StatechartEditorParameterEditor.cpp.
void setKeyBlackList | ( | const QSet< QString > & | keyBlackList | ) |
Definition at line 280 of file StatechartEditorParameterEditor.cpp.
void setStateInstance | ( | statechartmodel::StateInstancePtr | state | ) |
Definition at line 68 of file StatechartEditorParameterEditor.cpp.
|
inline |
Definition at line 102 of file StatechartEditorParameterEditor.h.
|
protectedslot |
Definition at line 200 of file StatechartEditorParameterEditor.cpp.
|
slot |
Definition at line 616 of file StatechartEditorParameterEditor.cpp.
|
signal |
|
protected |
Definition at line 78 of file StatechartEditorParameterEditor.h.
|
protected |
Definition at line 77 of file StatechartEditorParameterEditor.h.