Classes | Functions

arcdlg.h File Reference

#include "maxheap.h"
#include "quat.h"

Go to the source code of this file.

Classes

class   ArcballDialog
class   ArcballCallback

Functions

CoreExport ArcballDialog CreateArcballDialog (ArcballCallback *cb, HWND hwndOwner, MCHAR *title=NULL)

Function Documentation

CoreExport ArcballDialog* CreateArcballDialog ( ArcballCallback cb,
HWND  hwndOwner,
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. Be sure to call the ArcballDialog::DeleteThis() method when done.
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. Be sure to call its DeleteThis() method when done.