CFx SDK Documentation
2023 SP0
|
#include <FxUI.h>
Public Member Functions | |
virtual const CFxString & | GetUID () const =0 |
virtual void | SetUID (const CFxString &strUID)=0 |
virtual const CFxString & | GetName () const =0 |
virtual void | SetName (const CFxString &name)=0 |
virtual const CFxString & | GetDescription () const =0 |
virtual void | SetDescription (const CFxString &description)=0 |
virtual const xFxKeySequence & | GetKeySequence () const =0 |
virtual void | SetKeySequence (const xFxKeySequence &keySequence)=0 |
virtual const CFxString & | GetKeyDownMacro () const =0 |
virtual void | SetKeyDownMacro (const CFxString ¯o)=0 |
virtual const CFxString & | GetKeyUpMacro () const =0 |
virtual void | SetKeyUpMacro (const CFxString ¯o)=0 |
virtual bool | IsObsolete () const =0 |
virtual void | SetObsolete (bool bObsolete)=0 |
virtual bool | IsRuntime () const =0 |
Protected Member Functions | |
virtual | ~CFxUITempOverrideKey () |
Description: Represents the temporary override key of the user interface. Library: DDKERNEL
|
inlineprotectedvirtual |
|
pure virtual |
Description: Gets the description.
Return Value: The description.
|
pure virtual |
Description: Gets the key down macro.
Return Value: The key down macro.
|
pure virtual |
Description: Gets the key sequence.
Return Value: The key sequence.
|
pure virtual |
Description: Gets the key up macro.
Return Value: The key up macro.
|
pure virtual |
Description: Gets the name.
Return Value: The name.
|
pure virtual |
Description: Gets the uid.
Return Value: The uid.
|
pure virtual |
Description: Query if this object is obsolete.
Return Value: true if obsolete, false if not.
|
pure virtual |
Description: Query if this object is runtime.
Return Value: true if runtime, false if not.
Description: Sets a description. Arguments:
description | The description. |
Description: Sets a key down macro. Arguments:
macro | The macro. |
|
pure virtual |
Description: Sets a key sequence. Arguments:
keySequence | The key sequence. |
Description: Sets a key up macro. Arguments:
macro | The macro. |
Description: Sets a name. Arguments:
name | The name. |
|
pure virtual |
Description: Sets an obsolete. Arguments:
bObsolete | true to obsolete. |
Description: Sets a uid. Arguments:
strUID | The string uid. |