CFx SDK Documentation 2024 SP0
|
#include <FxUIRibbon.h>
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 bool | IsHiddenInEditor () const =0 |
virtual void | SetHiddenInEditor (bool isHidden)=0 |
virtual const CFxString & | GetKeyTip () const =0 |
virtual void | SetKeyTip (const CFxString &keyTip)=0 |
virtual CFxUIRibbonRowCollection * | GetChildren ()=0 |
Public Member Functions inherited from CFxUIRibbonItem | |
virtual const CFxString & | GetUID () const =0 |
virtual RibbonItemType | GetType () const =0 |
Protected Member Functions | |
~CFxUIRibbonPanel () override | |
Protected Member Functions inherited from CFxUIRibbonItem | |
virtual | ~CFxUIRibbonItem () |
Additional Inherited Members | |
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 |
Definition at line 235 of file FxUIRibbon.h.
|
inlineoverrideprotected |
Definition at line 238 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 the key tip.
Return Value: The key tip.
|
pure virtual |
Description: Gets the name.
Return Value: The name.
|
pure virtual |
Description: Gets the text.
Return Value: The text.
|
pure virtual |
Description: Gets visibility in editor.
Return Value: true if it is hidden, false if not.
|
pure virtual |
Description: Sets the visibility in editor. Arguments:
isHidden | True if invisible in editor, false else. |
Description: Sets a key tip. Arguments:
keyTip | KeyTip as a string. |
Description: Sets a name. Arguments:
strName | Name of the string. |
Description: Sets a text. Arguments:
text | Text of the string. |