#include "CopperWindow.h"
#include "MercuryTheme.h"
Go to the source code of this file.
Functions | |
CopperWindow * | GetCopperByClass (const MString &sClassName, const MString &sWindowName) |
void | RegisterCopperWindow (const MString &sClassName, NewCopperFunction pfn) |
Variables | |
std::map< MString, NewCopperFunction > * | ToMakeWindows |
CopperWindow* GetCopperByClass | ( | const MString & | sClassName, | |
const MString & | sWindowName | |||
) |
Definition at line 128 of file CopperWindow.cpp.
void RegisterCopperWindow | ( | const MString & | sClassName, | |
NewCopperFunction | pfn | |||
) |
Definition at line 134 of file CopperWindow.cpp.
std::map< MString, NewCopperFunction >* ToMakeWindows |
Definition at line 4 of file CopperWindow.cpp.