CFx SDK Documentation 2024 SP0
|
#include <FxUI.h>
Public Member Functions | |
virtual | ~CFxUIDockableWindow () |
virtual bool | GetShow () const =0 |
virtual void | SetShow (bool bShow)=0 |
virtual CFxUI::Orientation | GetAvailableOrientations () const =0 |
virtual CFxUI::Orientation | GetOrientation () const =0 |
virtual bool | SetOrientation (CFxUI::Orientation orientation)=0 |
virtual bool | GetAllowDocking () const =0 |
virtual void | SetAllowDocking (bool bDockable)=0 |
virtual const CFxString & | GetName () const =0 |
virtual const CFxString & | GetObjectName () const =0 |
Description: Represents the dockable window of the user interface. Library: DDKERNEL
|
inlinevirtual |
|
pure virtual |
Description: Gets the allow docking.
Return Value: true if it succeeds, false if it fails.
|
pure virtual |
Description: Gets the available orientations.
Return Value: The available orientations.
|
pure virtual |
Description: Gets the name.
Return Value: The name.
|
pure virtual |
Description: Gets the object name (case-insensitive).
Return Value: The object name (case-insensitive).
|
pure virtual |
Description: Gets the orientation.
Return Value: The orientation.
|
pure virtual |
Description: Gets the show.
Return Value: true if it succeeds, false if it fails.
|
pure virtual |
Description: Sets an allow docking. Arguments:
bDockable | true if dockable. |
|
pure virtual |
Description: Sets an orientation. Arguments:
orientation | The orientation. |
Return Value: true if it succeeds, false if it fails.
|
pure virtual |
Description: Sets a show. Arguments:
bShow | true to show, false to hide. |