#include <bitmap.h>
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 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 |
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 MCHAR* DefaultPath | ( | ) | [inline] |
{ return initDir; }
BMMExport void SetPath | ( | const MCHAR * | path | ) |
BMMExport int Count | ( | ) |
MCHAR title[MAX_PATH]
[protected] |
MCHAR initDir[MAX_PATH]
[protected] |
HWND hParent
[protected] |
HWND hChild
[protected] |
int listID
[protected] |