CFx SDK Documentation
2022 SP0
|
#include <FxUIRibbon.h>
Public Member Functions | |
virtual const CFxString & | GetName () const =0 |
virtual void | SetName (const CFxString &name)=0 |
virtual const CFxUIRibbonSystemMenuItem * | GetParent () const =0 |
virtual CFxUIRibbonSystemMenuItemCollection * | GetChildren ()=0 |
virtual CFxUIItemDefinition * | GetDefinition ()=0 |
virtual void | SetDefinition (CFxUIItemDefinition *pDefinition)=0 |
virtual bool | IsSeparator () const =0 |
Public Member Functions inherited from CFxUIRibbonItem | |
virtual const CFxString & | GetUID () const =0 |
virtual RibbonItemType | GetType () const =0 |
Protected Member Functions | |
virtual | ~CFxUIRibbonSystemMenuItem () |
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 950 of file FxUIRibbon.h.
|
inlineprotectedvirtual |
Definition at line 953 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 definition.
Return Value: null if it fails, else the definition.
|
pure virtual |
Description: Gets the name.
Return Value: The name.
|
pure virtual |
Description: Gets the parent of this item.
Return Value: null if it fails, else the parent.
|
pure virtual |
Description: Query if this object is separator.
Return Value: true if separator, false if not.
|
pure virtual |
Description: Sets a definition. Arguments:
[in,out] | pDefinition | If non-null, the definition. |
Description: Sets a name. Arguments:
strName | Name of the string. |