37 I_ASSIGN(m_commandSelectionCompPtr,
"CommandsSelection",
"Commands selector and contstraints provider",
true,
"CommandsSelection");
38 I_ASSIGN_TO(m_commandSelectionModelCompPtr, m_commandSelectionCompPtr,
true);
39 I_ASSIGN(m_actionIconsProviderCompPtr,
"ActionIcons",
"Icons for the region actions",
false,
"ActionIcons");
40 I_ASSIGN(m_noSelectionCommandAttrPtr,
"UnselectActionName",
"The name of the unselect action",
false,
"Deselect");
41 I_ASSIGN(m_menuNameAttrPtr,
"MenuName",
"Name of the menu for the action group",
true,
"Selection");
42 I_ASSIGN(m_menuDescriptionAttrPtr,
"MenuDescription",
"Description for the action group",
true,
"");
43 I_ASSIGN(m_rootMenuNameAttrPtr,
"RootMenu",
"Name of the root command",
true,
"");
44 I_ASSIGN(m_showInToolBarAttrPtr,
"ShowInToolBar",
"If enabled, the action will be shown in the application's tool bar",
false,
false);
45 I_ASSIGN(m_commandPriorityAttrPtr,
"CommandPriority",
"Defines the used command priority for the menu",
true, 100);
68 void OnCommandActivated();
81 I_ATTR(
bool, m_showInToolBarAttrPtr);
82 I_ATTR(
int, m_commandPriorityAttrPtr);