|
Sparkle 0.0.1
|
Registers a Win32 window class and instantiates windows from it. More...
#include <spk_class.hpp>

Public Member Functions | |
| Class (const std::wstring &p_className, const WNDPROC &p_windowProcedure) | |
| Registers a Win32 class name with a window procedure. | |
| Window | instanciate (const std::wstring &p_title, const spk::Extend2D &p_extend, void *p_userPtr) |
| Creates a window instance bound to this class. | |
Registers a Win32 window class and instantiates windows from it.
| spk::Win32::Class::Class | ( | const std::wstring & | p_className, |
| const WNDPROC & | p_windowProcedure ) |
Registers a Win32 class name with a window procedure.
| p_className | Unique class name to register. |
| p_windowProcedure | Window procedure callback. |
| Window spk::Win32::Class::instanciate | ( | const std::wstring & | p_title, |
| const spk::Extend2D & | p_extend, | ||
| void * | p_userPtr ) |