aswang
1.0
|
#include <windowclass.h>
Public Member Functions | |
windowclass () | |
windowclass (AswangStr name) | |
~windowclass () | |
void | SetName (AswangStr name) |
AswangStr | GetName () const |
void | SetStyle (UINT style) |
UINT | GetStyle () const |
void | SetHandle (HINSTANCE h) |
HINSTANCE | GetHandle () const |
void | SetIcon (HICON h) |
HICON | GetIcon () const |
void | SetCursor (HCURSOR h) |
HCURSOR | GetCursor () const |
void | SetBrush (COLORREF cr) |
void | SetBrush (HBRUSH b) |
const Brush & | GetBrush () const |
void | SetMenu (unsigned long ID) |
AswangStr | GetMenu () const |
void | SetClassExtra (UINT extra) |
UINT | GetClassExtra () const |
void | SetWindowExra (UINT extra) |
UINT | GetWindowExtra () const |
void | SetProc (WNDPROC newP) |
WNDPROC | GetProc () const |
bool | IsRegistered () |
void | Register () |
void | Unregister () |
Definition at line 27 of file windowclass.h.
aswang::windowclass::windowclass | ( | ) | [inline] |
Definition at line 33 of file windowclass.h.
aswang::windowclass::windowclass | ( | AswangStr | name | ) | [inline] |
Definition at line 38 of file windowclass.h.
aswang::windowclass::~windowclass | ( | ) | [inline] |
Definition at line 44 of file windowclass.h.
const Brush& aswang::windowclass::GetBrush | ( | ) | const [inline] |
Definition at line 80 of file windowclass.h.
UINT aswang::windowclass::GetClassExtra | ( | ) | const [inline] |
Definition at line 84 of file windowclass.h.
HCURSOR aswang::windowclass::GetCursor | ( | ) | const [inline] |
Definition at line 71 of file windowclass.h.
HINSTANCE aswang::windowclass::GetHandle | ( | ) | const [inline] |
Definition at line 59 of file windowclass.h.
HICON aswang::windowclass::GetIcon | ( | ) | const [inline] |
Definition at line 65 of file windowclass.h.
AswangStr aswang::windowclass::GetMenu | ( | ) | const [inline] |
Definition at line 82 of file windowclass.h.
AswangStr aswang::windowclass::GetName | ( | ) | const [inline] |
Definition at line 55 of file windowclass.h.
WNDPROC aswang::windowclass::GetProc | ( | ) | const [inline] |
Definition at line 88 of file windowclass.h.
UINT aswang::windowclass::GetStyle | ( | ) | const [inline] |
Definition at line 57 of file windowclass.h.
UINT aswang::windowclass::GetWindowExtra | ( | ) | const [inline] |
Definition at line 86 of file windowclass.h.
bool aswang::windowclass::IsRegistered | ( | ) | [inline] |
Definition at line 89 of file windowclass.h.
void windowclass::Register | ( | ) |
Definition at line 36 of file windowclass.cpp.
void aswang::windowclass::SetBrush | ( | COLORREF | cr | ) | [inline] |
Definition at line 72 of file windowclass.h.
void aswang::windowclass::SetBrush | ( | HBRUSH | b | ) | [inline] |
Definition at line 76 of file windowclass.h.
void aswang::windowclass::SetClassExtra | ( | UINT | extra | ) | [inline] |
Definition at line 83 of file windowclass.h.
void aswang::windowclass::SetCursor | ( | HCURSOR | h | ) | [inline] |
Definition at line 66 of file windowclass.h.
void aswang::windowclass::SetHandle | ( | HINSTANCE | h | ) | [inline] |
Definition at line 58 of file windowclass.h.
void aswang::windowclass::SetIcon | ( | HICON | h | ) | [inline] |
Definition at line 60 of file windowclass.h.
void aswang::windowclass::SetMenu | ( | unsigned long | ID | ) | [inline] |
Definition at line 81 of file windowclass.h.
void windowclass::SetName | ( | AswangStr | name | ) |
Definition at line 24 of file windowclass.cpp.
void aswang::windowclass::SetProc | ( | WNDPROC | newP | ) | [inline] |
Definition at line 87 of file windowclass.h.
void aswang::windowclass::SetStyle | ( | UINT | style | ) | [inline] |
Definition at line 56 of file windowclass.h.
void aswang::windowclass::SetWindowExra | ( | UINT | extra | ) | [inline] |
Definition at line 85 of file windowclass.h.
void windowclass::Unregister | ( | ) |
Definition at line 43 of file windowclass.cpp.