|
| ParamBlockDesc2 () |
|
PB2Export | ParamBlockDesc2 (BlockID ID, const MCHAR *int_name, StringResID local_name, ClassDesc2 *cd, USHORT flags,...) |
|
PB2Export | ~ParamBlockDesc2 () |
|
PB2Export void | AddParam (ParamID id,...) |
|
PB2Export void | ReplaceParam (ParamID id,...) |
|
void | DeleteParam (ParamID id) |
|
PB2Export void | DeleteParamByIndex (int index) |
|
PB2Export void | DeleteAllParams () |
|
PB2Export void | ParamOption (ParamID id, int option_tag,...) |
|
PB2Export bool | ParamOptionEnableCtrls (ParamID pID, const Tab< ParamID > &dependentPIDs) |
| Modifies the list of controls enabled by a certain control This method allows to modify the list of controls that are enabled/disabled by a given control that represents a boolean parameter. More...
|
|
PB2Export bool | ParamOptionContentValues (ParamID id, Tab< int > &stringItems, Tab< int > *stringItemValues=NULL) |
| This method is used for modifying a descriptor incrementally. More...
|
|
PB2Export void | SetClassDesc (ClassDesc2 *pCD) |
|
USHORT | Count () |
|
DWORD | Version () |
|
PB2Export int | IDtoIndex (ParamID id) |
|
PB2Export int | NameToIndex (const MCHAR *name) |
| Finds the parameter with the matching internal name (ParamDef::int_name), and returns its index. More...
|
|
ParamID | IndextoID (int i) |
|
ParamDef & | GetParamDef (ParamID id) |
|
const ParamDef * | GetParamDefByIndex (const unsigned int parameterIndex) const |
| Returns the parameter definition for the parameter with the given index. More...
|
|
BOOL | SetValue (ParamID id, TimeValue t, float v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, int v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, const Point2 &v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, const Point3 &v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, const Point4 &v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, const Color &v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, const AColor &v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, const MCHAR *v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, Mtl *v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, Texmap *v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, PBBitmap *v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, INode *v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, ReferenceTarget *v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, IParamBlock2 *v, int tabIndex=0) |
|
BOOL | SetValue (ParamID id, TimeValue t, const Matrix3 &v, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, float &v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, int &v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, Point2 &v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, Point3 &v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, Point4 &v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, Color &v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, AColor &v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, const MCHAR *&v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, Mtl *&v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, Texmap *&v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, PBBitmap *&v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, INode *&v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, ReferenceTarget *&v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, IParamBlock2 *&v, Interval &ivalid, int tabIndex=0) |
|
BOOL | GetValue (ParamID id, TimeValue t, Matrix3 &v, Interval &ivalid, int tabIndex=0) |
|
PB2Export Color | GetColor (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export AColor | GetAColor (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export Point2 | GetPoint2 (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export Point3 | GetPoint3 (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export Point4 | GetPoint4 (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export int | GetInt (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export float | GetFloat (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export TimeValue | GetTimeValue (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export const MCHAR * | GetStr (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export Mtl * | GetMtl (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export Texmap * | GetTexmap (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export PBBitmap * | GetBitmap (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export INode * | GetINode (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export ReferenceTarget * | GetReferenceTarget (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export IParamBlock2 * | GetParamBlock2 (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export Matrix3 | GetMatrix3 (ParamID id, TimeValue t=0, int tabIndex=0) |
|
PB2Export const MCHAR * | GetString (StringResID id) |
|
PB2Export void | InvalidateUI () |
|
PB2Export void | InvalidateUI (ParamID id, int tabIndex=-1) |
|
PB2Export void | SetUserDlgProc (MapID map_id, ParamMap2UserDlgProc *proc=NULL) |
|
void | SetUserDlgProc (ParamMap2UserDlgProc *proc=NULL) |
|
PB2Export ParamMap2UserDlgProc * | GetUserDlgProc (MapID id=0) |
|
PB2Export void | SetOwnerRefNo (ParamID id, int refno) |
|
PB2Export int | GetOwnerRefNo (ParamID id) |
|
PB2Export void | SetSubTexNo (ParamID id, int texno) |
|
PB2Export void | SetSubMtlNo (ParamID id, int mtlno) |
|
PB2Export int | GetSubTexNo (ParamID id) |
|
PB2Export int | GetSubMtlNo (ParamID id) |
|
PB2Export void | SetInitFile (ParamID id, const MCHAR *s) |
|
PB2Export const MCHAR * | GetInitFile (ParamID id) |
|
PB2Export void | AddInterface (BaseInterface *iface) |
| Adds an interface to the descriptor's BaseInterfaceServer interfaces list. More...
|
|
PB2Export void | RemoveInterface (BaseInterface *iface) |
| Removes an interface from the descriptor's BaseInterfaceServer interfaces list. More...
|
|
PB2Export void | SetFileTypes (ParamID id, const MCHAR *fileType) |
| Allows a custom filter list to be supplied to the File dialog routines. More...
|
|
virtual UtilExport BaseInterface * | GetInterface (Interface_ID id) |
|
virtual UtilExport int | NumInterfaces () const |
|
virtual UtilExport BaseInterface * | GetInterfaceAt (int i) const |
|
virtual UtilExport | ~BaseInterfaceServer () |
|
virtual UtilExport | ~InterfaceServer () |
| Destructor. More...
|
|
template<class InterfaceType > |
InterfaceType * | GetTypedInterface () |
|
|
static UtilExport void * | operator new (size_t size) |
| Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e) |
| Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void * | operator new (size_t size, const char *filename, int line) |
| New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new (size_t size, int block_type, const char *filename, int line) |
| New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, const char *filename, int line) |
| New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void * | operator new (size_t size, unsigned long flags) |
| New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, unsigned long flags) |
| New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void * | operator new[] (size_t size) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void * | operator new[] (size_t size, const char *filename, int line) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new[] (size_t size, int block_type, const char *filename, int line) |
| New operator used to allocate arrays of objects. More...
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void * | operator new[] (size_t size, unsigned long flags) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, unsigned long flags) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void | operator delete (void *ptr) |
| Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e) |
| Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen. More...
|
|
static UtilExport void | operator delete (void *ptr, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete (void *ptr, int block_type, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
|
|
static UtilExport void | operator delete (void *ptr, unsigned long flags) |
| Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags) |
| Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen. More...
|
|
static UtilExport void | operator delete[] (void *ptr) |
| Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e) |
| Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen. More...
|
|
static UtilExport void | operator delete[] (void *ptr, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete[] (void *ptr, int block_type, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
|
|
static UtilExport void | operator delete[] (void *ptr, unsigned long flags) |
| Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags) |
| Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void * | operator new (size_t size, void *placement_ptr) |
| Placement new operator. More...
|
|
static UtilExport void | operator delete (void *ptr, void *placement_ptr) |
| Placement delete operator. More...
|
|
static UtilExport void * | aligned_malloc (size_t size, size_t alignment) |
| Allocates memory on a specified alignment boundary. More...
|
|
static UtilExport void * | aligned_realloc (void *ptr, size_t size, size_t alignment) |
| Reallocates memory on a specified alignment boundary. More...
|
|
static UtilExport void | aligned_free (void *ptr) |
| Frees a block of memory that was allocated with aligned_malloc/aligned_realloc. More...
|
|
| Noncopyable () |
|
| ~Noncopyable () |
|
Tab< BaseInterface * > | interfaces |
|