arcdlg.h File Reference

arcdlg.h File Reference
#include "maxheap.h"
#include "quat.h"

Classes

class  ArcballDialog
 
class  ArcballCallback
 

Functions

CoreExport ArcballDialogCreateArcballDialog (ArcballCallback *cb, HWND hwndOwner, const MCHAR *title=NULL)
 

Function Documentation

CoreExport ArcballDialog* CreateArcballDialog ( ArcballCallback cb,
HWND  hwndOwner,
const MCHAR title = NULL 
)
Remarks
This global function is provided by 3ds Max and is used to create the arcball dialog box. Then the methods of your callback class are called based on the user's use of the dialog.
Parameters:
ArcballCallback *cb

The callback whose methods are called based on the user's interaction with the dialog controls.

HWND hwndOwner

The window handle of the dialog owner.

MCHAR* title=NULL

The title string to be displayed in the dialog.
Returns
A new instance of the ArcballDialog class. The instance is deleted when the dialog is closed.