3ds Max C++ API Reference
Loading...
Searching...
No Matches
bmmHistoryList Class Reference

#include <bitmap.h>

+ Inheritance diagram for bmmHistoryList:

Public Member Functions

BMMExport bmmHistoryList ()
 
BMMExport void Init (const MCHAR *pTitle)
 
BMMExport void SetDlgInfo (HWND _hParent, HWND _hChild, int ListID)
 
BMMExport void LoadDefaults ()
 
BMMExport void LoadList ()
 
BMMExport void SaveList ()
 
BMMExport void SetPath (bool first=false)
 
BMMExport void NewPath (const MCHAR *path)
 
BMMExport const MCHARDefaultPath () const
 
BMMExport void SetPath (const MCHAR *path)
 
BMMExport int Count ()
 

Protected Member Functions

 __declspec (deprecated) static MCHAR title[MAX_PATH]
 
 __declspec (deprecated) static MCHAR initDir[MAX_PATH]
 
BMMExport void StripSpaces (MCHAR *string, size_t stringSize)
 

Protected Attributes

MSTR m_title
 
MSTR m_initDir
 
HWND hParent = nullptr
 
HWND hChild = nullptr
 
int listID = 0
 

Additional Inherited Members

- Static Public Member Functions inherited from MaxHeapOperators
static UtilExport voidoperator new (size_t size)
 Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown.
 
static UtilExport voidoperator 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.
 
static UtilExport voidoperator 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.
 
static UtilExport voidoperator 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.
 
static UtilExport voidoperator 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.
 
static UtilExport voidoperator 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.
 
static UtilExport voidoperator 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.
 
static UtilExport voidoperator new[] (size_t size)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown.
 
static UtilExport voidoperator 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.
 
static UtilExport voidoperator 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.
 
static UtilExport voidoperator new[] (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate arrays of objects.
 
static UtilExport voidoperator 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.
 
static UtilExport voidoperator 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.
 
static UtilExport voidoperator 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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
static UtilExport voidoperator new (size_t size, void *placement_ptr)
 Placement new operator.
 
static UtilExport void operator delete (void *ptr, void *placement_ptr)
 Placement delete operator.
 
static UtilExport voidaligned_malloc (size_t size, size_t alignment)
 Allocates memory on a specified alignment boundary.
 
static UtilExport voidaligned_realloc (void *ptr, size_t size, size_t alignment)
 Reallocates memory on a specified alignment boundary.
 
static UtilExport void aligned_free (void *ptr)
 Frees a block of memory that was allocated with aligned_malloc/aligned_realloc.
 

Constructor & Destructor Documentation

◆ bmmHistoryList()

102{};

Member Function Documentation

◆ __declspec() [1/2]

__declspec ( deprecated  )
protected
Deprecated:
This has been deprecated as of 3ds Max 2024, please use m_title instead

◆ __declspec() [2/2]

__declspec ( deprecated  )
protected
Deprecated:
This has been deprecated as of 3ds Max 2024, please use m_initDir instead

◆ StripSpaces()

BMMExport void StripSpaces ( MCHAR string,
size_t  stringSize 
)
protected

◆ Init()

BMMExport void Init ( const MCHAR pTitle)

◆ SetDlgInfo()

BMMExport void SetDlgInfo ( HWND  _hParent,
HWND  _hChild,
int  ListID 
)

◆ LoadDefaults()

BMMExport void LoadDefaults ( )

◆ LoadList()

BMMExport void LoadList ( )

◆ SaveList()

BMMExport void SaveList ( )

◆ SetPath() [1/2]

BMMExport void SetPath ( bool  first = false)

◆ NewPath()

BMMExport void NewPath ( const MCHAR path)

◆ DefaultPath()

BMMExport const MCHAR * DefaultPath ( ) const
inline
110{ return m_initDir.data(); }
const wchar_t * data() const
MSTR m_initDir
Definition: bitmap.h:90

◆ SetPath() [2/2]

BMMExport void SetPath ( const MCHAR path)

◆ Count()

BMMExport int Count ( )

Member Data Documentation

◆ m_title

MSTR m_title
protected

◆ m_initDir

MSTR m_initDir
protected

◆ hParent

HWND hParent = nullptr
protected

◆ hChild

HWND hChild = nullptr
protected

◆ listID

int listID = 0
protected