This reference page is linked to from the following overview topics: New Classes and Methods.
#include <IDlgShowingStatusForPolyObj.h>
A pure virtual interface for Poly Object's UI as dialog Showing Status.
class IDlgShowingStatusForPolyObj If the Poly Objects' UI setting is used as dialog, dialog will replace caddy to show the parameters of the Poly Objects. If the dialog is showing right now, users change the Poly Objects' UI setting as caddy, a tip dialog at the bottom-center of the View panel in Max will pop up and remind users that the caddy controls will now be used.
Public Member Functions |
|
virtual | ~IDlgShowingStatusForPolyObj () |
Destructor. |
|
virtual bool | IsDlgShowingForPolyObj () const =0 |
To get whether the Poly Object's UI as
dialog is currently showing or not. |
|
virtual void | SetDlgShowingForPolyObj (bool bShowing)=0 |
To set the showing status of Poly Object's
UI as dialog. |
|
virtual bool | GetDlgShowSettingForPolyObj () const =0 |
To get whether the Poly Object's UI as
dialog is set as on or off. |
|
virtual void | SetDlgShowSettingForPolyObj (bool bDlgShow)=0 |
To set the showing setting of Poly Object's
UI as dialog. |
virtual ~IDlgShowingStatusForPolyObj | ( | ) | [inline, virtual] |
Destructor.
{}
virtual bool IsDlgShowingForPolyObj | ( | ) | const [pure virtual] |
To get whether the Poly Object's UI as dialog is currently showing or not.
virtual void SetDlgShowingForPolyObj | ( | bool | bShowing | ) | [pure virtual] |
To set the showing status of Poly Object's UI as dialog.
[in] | bShowing | if bShowing is true, the showing status of Poly Object's UI as dialog is on. false otherwise. |
virtual bool GetDlgShowSettingForPolyObj | ( | ) | const [pure virtual] |
To get whether the Poly Object's UI as dialog is set as on or off.
virtual void SetDlgShowSettingForPolyObj | ( | bool | bDlgShow | ) | [pure virtual] |
To set the showing setting of Poly Object's UI as dialog.
[in] | bDlgShow | if bDlgShow is true, the showing setting of Poly Object's UI as dialog is on. false otherwise. |