23 Ui::CSelectableGuiComp,
24 iprm::ISelectionParam>
29 Ui::CSelectableGuiComp,
33 I_ASSIGN_MULTI_0(m_slaveGuisCompPtr,
"SlaveGuis",
"List of the slave GUI's",
true);
34 I_ASSIGN(m_noSelectionLabelAttrPtr,
"NoSelectionLabel",
"Text to be shown for empty selection",
false,
"Nothing selected");
35 I_ASSIGN(m_noSelectionIconAttrPtr,
"NoSelectionIcon",
"File path to the image to be shown for empty selection",
false,
"");
36 I_ASSIGN(m_selectorGuiCompPtr,
"SelectorGui",
"UI for selection change",
false,
"SelectorGui");
37 I_ASSIGN_TO(m_selectorObserverCompPtr, m_selectorGuiCompPtr,
false);
53 I_ATTR(QString, m_noSelectionIconAttrPtr);
58 typedef QMap<QWidget*, iqtgui::IGuiObject*> WidgetGuiMap;
60 WidgetGuiMap m_widgetToGuiMap;