#include <ArmarXGui/gui-plugins/StatechartEventSenderPlugin/StateParameterEditor.h>
|
void | buildRequested (const StateParameterMap &map, const std::map< QString, std::pair< QString, QString > > &jsonStringMap) |
|
void | rowAdded (int rowId) |
|
void | rowFilled (int rowId, const QString &key) |
|
Definition at line 40 of file StateParameterEditor.h.
◆ ColumnIds
Enumerator |
---|
eKey | |
eType | |
eOptional | |
eProvideDefaultValue | |
eValue | |
eDeleteButton | |
Definition at line 45 of file StateParameterEditor.h.
◆ StateParameterEditor()
StateParameterEditor |
( |
QWidget * |
parent = 0 , |
|
|
const StateParameterMap & |
params = StateParameterMap() |
|
) |
| |
|
explicit |
◆ addParameterRow [1/2]
◆ addParameterRow() [2/2]
void addParameterRow |
( |
QString |
key, |
|
|
QString |
variantIdStr, |
|
|
QString |
value, |
|
|
bool |
optional = false |
|
) |
| |
◆ buildFromMap
void buildFromMap |
( |
const StateParameterMap & |
map, |
|
|
const std::map< QString, std::pair< QString, QString > > & |
jsonStringMap = std::map<QString, std::pair<QString, QString>>() |
|
) |
| |
|
slot |
◆ buildRequested
void buildRequested |
( |
const StateParameterMap & |
map, |
|
|
const std::map< QString, std::pair< QString, QString > > & |
jsonStringMap |
|
) |
| |
|
signal |
◆ checkAndUpdateRowCount
void checkAndUpdateRowCount |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
slot |
◆ createValueButton()
void createValueButton |
( |
int |
row, |
|
|
const QString & |
jsonValue |
|
) |
| |
◆ deleteRow
◆ editDefaultButtonClicked
void editDefaultButtonClicked |
( |
| ) |
|
|
slot |
◆ getDefaultValueState()
Qt::CheckState getDefaultValueState |
( |
| ) |
const |
◆ getIsOptional()
bool getIsOptional |
( |
int |
row | ) |
const |
◆ getJson()
QString getJson |
( |
QString |
key | ) |
const |
◆ getKey()
QString getKey |
( |
int |
row | ) |
const |
◆ getKeys()
QSet< QString > getKeys |
( |
| ) |
const |
◆ getRow()
int getRow |
( |
const QString & |
key | ) |
const |
◆ getStateParameter()
StateParameterIceBasePtr getStateParameter |
( |
int |
row | ) |
const |
◆ getStateParameters()
StateParameterMap getStateParameters |
( |
| ) |
const |
◆ getStateParametersWithoutValue()
StateParameterMap getStateParametersWithoutValue |
( |
| ) |
const |
◆ getStringValueMap()
StringVariantContainerBaseMap getStringValueMap |
( |
| ) |
const |
◆ getType() [1/2]
QString getType |
( |
int |
row | ) |
const |
◆ getType() [2/2]
QString getType |
( |
QString |
key | ) |
const |
◆ getValueAsString()
QString getValueAsString |
( |
int |
row | ) |
const |
◆ getVariantContainer()
VariantContainerBasePtr getVariantContainer |
( |
int |
row | ) |
const |
◆ refreshVariantTypes
void refreshVariantTypes |
( |
| ) |
|
|
slot |
◆ rowAdded
void rowAdded |
( |
int |
rowId | ) |
|
|
signal |
◆ rowFilled
void rowFilled |
( |
int |
rowId, |
|
|
const QString & |
key |
|
) |
| |
|
signal |
◆ setCommunicator()
◆ setCurrentProfile()
◆ setDefaultValueState()
void setDefaultValueState |
( |
const Qt::CheckState & |
value | ) |
|
◆ setHeaders()
◆ setKeyBlackList()
void setKeyBlackList |
( |
const QSet< QString > & |
keyBlackList | ) |
|
◆ setVariantInfo()
◆ typeCbChanged
void typeCbChanged |
( |
const QString & |
text | ) |
|
|
slot |
The documentation for this class was generated from the following files: