This is the complete list of members for neo::WindowBase, including all inherited members.
Attach(HWND handle, NEO_WINDOW_MODE mode) (defined in neo::WindowBase) | neo::WindowBase | inline |
Bind(UINT message, void(*function)(MESSAGE &)) | neo::WindowBase | inline |
Bind(UINT message, FUNCTOR function) | neo::WindowBase | inline |
Bind(UINT message, void(CLASS::*function)(MESSAGE &), HANDLER *handler) | neo::WindowBase | inline |
Bind(const MessageId &message, void(*function)(MESSAGE &)) | neo::WindowBase | inline |
Bind(const MessageId &message, FUNCTOR function) (defined in neo::WindowBase) | neo::WindowBase | inline |
Bind(const MessageId &message, void(CLASS::*function)(MESSAGE &), HANDLER *handler) (defined in neo::WindowBase) | neo::WindowBase | inline |
Clear() (defined in neo::WindowBase) | neo::WindowBase | inline |
Create(DWORD exStyle, const tstring &cls, const tstring &text, DWORD style, const Rect &r, HWND parent, HMENU menu, NEO_WINDOW_MODE mode) (defined in neo::WindowBase) | neo::WindowBase | inline |
DefaultWndProc(HWND hwnd, UINT message, WPARAM wp, LPARAM lp) (defined in neo::WindowBase) | neo::WindowBase | inline |
Destroy() (defined in neo::WindowBase) | neo::WindowBase | inline |
DragAcceptFiles(bool accept=true) | neo::WindowBase | inline |
Enable(bool enable) (defined in neo::WindowBase) | neo::WindowBase | inline |
GenerateMessage(UINT message, WPARAM wp, LPARAM lp) const (defined in neo::WindowBase) | neo::WindowBase | inline |
GetClientRect() const | neo::WindowBase | inline |
GetDefaultCursor() (defined in neo::WindowBase) | neo::WindowBase | inlinestatic |
GetDefaultFont() (defined in neo::WindowBase) | neo::WindowBase | inlinestatic |
GetDefaultIcon() (defined in neo::WindowBase) | neo::WindowBase | inlinestatic |
GetExStyle() const | neo::WindowBase | inline |
GetFont() const (defined in neo::WindowBase) | neo::WindowBase | inline |
GetHandle() const (defined in neo::WindowBase) | neo::WindowBase | inline |
GetIcon(bool bigIcon) const | neo::WindowBase | inline |
GetID() const | neo::WindowBase | inline |
GetMenu() const (defined in neo::WindowBase) | neo::WindowBase | inline |
GetParentHandle() const | neo::WindowBase | inline |
GetRectOnParent() const | neo::WindowBase | inline |
GetStyle() const | neo::WindowBase | inline |
GetText() const | neo::WindowBase | inline |
GetWindowFromHWND(HWND _handle) (defined in neo::WindowBase) | neo::WindowBase | inlinestatic |
GetWindowRect() const | neo::WindowBase | inline |
Hide() (defined in neo::WindowBase) | neo::WindowBase | inline |
Invalidate(const RECT *rect=0, bool eraseBkgnd=true) (defined in neo::WindowBase) | neo::WindowBase | inline |
IsEnabled() const (defined in neo::WindowBase) | neo::WindowBase | inline |
IsMessageHandlerBound(UINT message) const | neo::WindowBase | inline |
IsVisible() const (defined in neo::WindowBase) | neo::WindowBase | inline |
KillTimer(int timerID) | neo::WindowBase | inline |
ModifyStyle(DWORD add, DWORD remove) | neo::WindowBase | inline |
Move(int x, int y, bool redraw=true) (defined in neo::WindowBase) | neo::WindowBase | inline |
Move(const POINT &p, bool redraw=true) (defined in neo::WindowBase) | neo::WindowBase | inline |
Move(int x, int y, int width, int height, bool redraw=true) (defined in neo::WindowBase) | neo::WindowBase | inline |
Move(const POINT &p, const SIZE &s, bool redraw=true) (defined in neo::WindowBase) | neo::WindowBase | inline |
Move(const RECT &r, bool redraw=true) (defined in neo::WindowBase) | neo::WindowBase | inline |
operator HWND() const (defined in neo::WindowBase) | neo::WindowBase | inline |
operator=(const WindowBase &rhs) (defined in neo::WindowBase) | neo::WindowBase | inline |
Redraw(const RECT *rect=0, HRGN region=0, UINT flags=RDW_INVALIDATE|RDW_UPDATENOW|RDW_ERASE) (defined in neo::WindowBase) | neo::WindowBase | inline |
SetClientSize(int width, int height) (defined in neo::WindowBase) | neo::WindowBase | inline |
SetDefaultCursor(HCURSOR cursor) (defined in neo::WindowBase) | neo::WindowBase | inlinestatic |
SetDefaultFont(HFONT font) (defined in neo::WindowBase) | neo::WindowBase | inlinestatic |
SetDefaultIcon(HICON icon) (defined in neo::WindowBase) | neo::WindowBase | inlinestatic |
SetFocus() | neo::WindowBase | inline |
SetFont(HFONT font, bool redraw=true) (defined in neo::WindowBase) | neo::WindowBase | inline |
SetIcon(HICON icon, bool bigIcon) | neo::WindowBase | inline |
SetMenu(HMENU menu) (defined in neo::WindowBase) | neo::WindowBase | inline |
SetRedraw(bool allowRedraw) | neo::WindowBase | inline |
SetText(const tstring &text) | neo::WindowBase | inline |
SetTimer(int timerID, UINT interval, TIMERPROC proc=0) | neo::WindowBase | inline |
Show(bool show=true) (defined in neo::WindowBase) | neo::WindowBase | inline |
StaticWndProc(HWND hwnd, UINT message, WPARAM wp, LPARAM lp) (defined in neo::WindowBase) | neo::WindowBase | inlinestatic |
UnBind(UINT message) | neo::WindowBase | inline |
UnBind(const MessageId &message) | neo::WindowBase | inline |
WindowBase() (defined in neo::WindowBase) | neo::WindowBase | inline |
WindowBase(const WindowBase &rhs) (defined in neo::WindowBase) | neo::WindowBase | inline |
WndProc(HWND hwnd, UINT message, WPARAM wp, LPARAM lp) | neo::WindowBase | inlinevirtual |
~WindowBase() (defined in neo::WindowBase) | neo::WindowBase | inlinevirtual |