bmmHistoryList Class Reference
 
 
 
bmmHistoryList Class Reference

#include <bitmap.h>

Inheritance diagram for bmmHistoryList:
MaxHeapOperators

Public Member Functions

BMMExport void  Init (const MCHAR *title)
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 MCHAR *  DefaultPath ()
BMMExport void  SetPath (const MCHAR *path)
BMMExport int  Count ()

Protected Member Functions

BMMExport void  StripSpaces (MCHAR *string)

Protected Attributes

MCHAR  title [MAX_PATH]
MCHAR  initDir [MAX_PATH]
HWND  hParent
HWND  hChild
int  listID

Member Function Documentation

BMMExport void StripSpaces ( MCHAR *  string ) [protected]
BMMExport void Init ( const MCHAR *  title )
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 MCHAR* DefaultPath ( ) [inline]
BMMExport void SetPath ( const MCHAR *  path )
BMMExport int Count ( )

Member Data Documentation

MCHAR title[MAX_PATH] [protected]
MCHAR initDir[MAX_PATH] [protected]