CFx SDK Documentation
2022 SP0
|
#include <FxUIRibbon.h>
Public Types | |
enum | _ContextualDisplayType { eContextualDisplayTypeFull , eContextualDisplayTypeMerged } |
typedef enum CFxUIRibbonTab::_ContextualDisplayType | ContextualDisplayType |
Public Types inherited from CFxUIRibbonItem | |
enum | _RibbonItemType { eRibbonTab , eRibbonPanel , eRibbonRow , eRibbonSplitButton , eRibbonCommandButton , eRibbonControl , eRibbonGalleryControl , eRibbonRowPanel , eRibbonSeparator , eRibbonButton , eRibbonToggleButton , eRibbonDataBoundDropDown , eRibbonQuickAccessBar , eRibbonSystemMenuItem , eRibbonQuickAccessBarItem , eRibbonHelpMenuItem } |
typedef enum CFxUIRibbonItem::_RibbonItemType | RibbonItemType |
Public Member Functions | |
virtual const CFxString & | GetName () const =0 |
virtual void | SetName (const CFxString &name)=0 |
virtual const CFxString & | GetText () const =0 |
virtual void | SetText (const CFxString &text)=0 |
virtual CFxUIRibbonPanelCollection * | GetChildren ()=0 |
virtual ContextualDisplayType | GetContextualDisplayType ()=0 |
virtual void | SetContextualDisplayType (ContextualDisplayType contextualType)=0 |
Public Member Functions inherited from CFxUIRibbonItem | |
virtual const CFxString & | GetUID () const =0 |
virtual RibbonItemType | GetType () const =0 |
Protected Member Functions | |
~CFxUIRibbonTab () override | |
Protected Member Functions inherited from CFxUIRibbonItem | |
virtual | ~CFxUIRibbonItem () |
Definition at line 169 of file FxUIRibbon.h.
Description: Values that represent _ContextualDisplayType for contextual tabs.
Description: Values that represent _ContextualDisplayType for contextual tabs.
Enumerator | |
---|---|
eContextualDisplayTypeFull | |
eContextualDisplayTypeMerged |
Definition at line 179 of file FxUIRibbon.h.
|
inlineoverrideprotected |
Definition at line 172 of file FxUIRibbon.h.
|
pure virtual |
Description: Gets the children of this item.
Return Value: null if it fails, else the children.
|
pure virtual |
Description: Gets contextual display type(full or merged).
Return Value: contextual display type
|
pure virtual |
Description: Gets the name.
Return Value: The name.
|
pure virtual |
Description: Gets the text.
Return Value: The text.
|
pure virtual |
Description: Sets contextual display type(full or merged). Arguments:
contextualType | ContextualType of the type |
Description: Sets a name. Arguments:
strName | Name of the string. |
Description: Sets a text. Arguments:
text | Text of the string. |