CFx SDK Documentation
2022 SP0
|
#include <FxUIRibbon.h>
Public Member Functions | |
virtual RibbonButtonStyle | GetButtonStyle () const =0 |
virtual void | SetButtonStyle (RibbonButtonStyle buttonStyle)=0 |
virtual const CFxString & | GetKeyTip () const =0 |
virtual void | SetKeyTip (const CFxString &keyTip)=0 |
virtual CFxUIItemDefinition * | GetDefinition ()=0 |
virtual void | SetDefinition (CFxUIItemDefinition *def)=0 |
Public Member Functions inherited from CFxUIRibbonRowItem | |
virtual const CFxString & | GetText () const =0 |
virtual void | SetText (const CFxString &text)=0 |
virtual const CFxString & | GetClassID () const =0 |
virtual void | SetClassID (const CFxString &classID)=0 |
Public Member Functions inherited from CFxUIRibbonItem | |
virtual const CFxString & | GetUID () const =0 |
virtual RibbonItemType | GetType () const =0 |
Protected Member Functions | |
~CFxUIRibbonCommandButton () override | |
Protected Member Functions inherited from CFxUIRibbonRowItem | |
~CFxUIRibbonRowItem () override | |
Protected Member Functions inherited from CFxUIRibbonItem | |
virtual | ~CFxUIRibbonItem () |
Definition at line 422 of file FxUIRibbon.h.
|
inlineoverrideprotected |
Definition at line 425 of file FxUIRibbon.h.
|
pure virtual |
Description: Gets the button style.
Return Value: The style.
|
pure virtual |
Description: Gets the definition.
Return Value: null if it fails, else the definition.
|
pure virtual |
Description: Gets the key tip.
Return Value: The key tip.
|
pure virtual |
Description: Sets the button style. Arguments:
buttonStyle | The button style. |
|
pure virtual |
Description: Sets a definition. Arguments:
[in,out] | pDefinition | If non-null, the definition. |
Description: Sets a key tip. Arguments:
keyTip | KeyTip as a string. |