Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
ArcballDialog Class Reference
Main Page
Public Member Functions
ArcballDialog Class Reference
Search for all occurrences
#include <arcdlg.h>
Inheritance diagram for ArcballDialog:
Class Description
See also:
Class
ArcballCallback
.
Description:
An instace of this class is created when the global function
ArcballDialog
CreateArcballDialog()
is called. The
DeleteThis()
method of this class is used to free the memory allocated by
CreateArcballDialog()
. Call it when you are done using the dialog box.
Public Member Functions
virtual
~ArcballDialog
()
virtual void
DeleteThis
()=0
Constructor & Destructor Documentation
virtual ~
ArcballDialog
(
)
[inline, virtual]
Remarks:
Destructor.
{}
Member Function Documentation
virtual void DeleteThis
(
)
[pure virtual]
Search for all occurrences
Remarks:
This method is called to delete the instance of the class.