iADTStyle.h File Reference
Main Page
Topics
Modules
Namespaces
Classes
Files
File List
File Members
iADTStyle.h File Reference
Classes
|
Macros
|
Functions
#include "
ref.h
"
#include "
iFnPub.h
"
#include "
maxtypes.h
"
Classes
class
IADTStyle
Macros
#define
ADT_STYLE_INTERFACE
Interface_ID
(0x4cd242c8, 0x554201b3)
Functions
IADTStyle
*
GetADTStyleInterface
(
BaseInterface
*baseIfc)
Macro Definition Documentation
#define ADT_STYLE_INTERFACE
Interface_ID
(0x4cd242c8, 0x554201b3)
Function Documentation
IADTStyle
* GetADTStyleInterface
(
BaseInterface
*
baseIfc
)
inline
148
{
149
DbgAssert
( baseIfc !=
NULL
);
150
return
static_cast<
IADTStyle
*
>
(baseIfc->
GetInterface
(
ADT_STYLE_INTERFACE
));
151
}
NULL
#define NULL
Definition:
autoptr.h:18
BaseInterface::GetInterface
UtilExport BaseInterface * GetInterface(Interface_ID id)
ADT_STYLE_INTERFACE
#define ADT_STYLE_INTERFACE
Definition:
iADTStyle.h:146
DbgAssert
#define DbgAssert(expr)
Definition:
assert1.h:72
IADTStyle
Definition:
iADTStyle.h:34