|
Sowl
1.0
Simple Object Window Library
|
This is the complete list of members for sowl::CustomWindow, including all inherited members.
| BindAndProcess(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) (defined in sowl::CustomWindow) | sowl::CustomWindow | static |
| sowl::WindowWithMessages::BindAndProcess(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, UINT bindingMessage, const std::function< WindowWithMessages *(LPARAM)> &extractWindowPointer) | sowl::WindowWithMessages | static |
| ClassRegisterer(HINSTANCE processHandle, LPCWSTR className) (defined in sowl::CustomWindow) | sowl::CustomWindow | static |
| CustomWindow(HINSTANCE processHandle, LPCWSTR className) (defined in sowl::CustomWindow) | sowl::CustomWindow | |
| CustomWindow(const WindowHandleCreator &handleCreator) (defined in sowl::CustomWindow) | sowl::CustomWindow | explicit |
| CustomWindow(const WindowClassRegisterer &classRegisterer) (defined in sowl::CustomWindow) | sowl::CustomWindow | explicit |
| CustomWindow(const WindowClassRegisterer &classRegisterer, WindowHandleCreator handleCreator) (defined in sowl::CustomWindow) | sowl::CustomWindow | |
| Destroy() | sowl::Window | |
| Enable(bool enable) | sowl::Window | |
| GetClientRect() | sowl::Window | |
| GetDialogItem(int id) const | sowl::Window | |
| GetHandle() const (defined in sowl::Window) | sowl::Window | |
| GetProcessHandle() const | sowl::Window | |
| InvalidateRect(bool erase) | sowl::Window | |
| InvalidateRect(const RECT &rect, bool erase) | sowl::Window | |
| IsEnabled() | sowl::Window | |
| OnCommand(int notificationCode, int senderId, HWND controlHandle) (defined in sowl::CustomWindow) | sowl::CustomWindow | virtual |
| OnLButtonDown(int mouseKeys, int x, int y) (defined in sowl::CustomWindow) | sowl::CustomWindow | virtual |
| OnPaint(const PaintDeviceContext &dc) (defined in sowl::CustomWindow) | sowl::CustomWindow | virtual |
| OnShow(bool show, int showStatus) (defined in sowl::CustomWindow) | sowl::CustomWindow | virtual |
| Process(UINT uMsg, WPARAM wParam, LPARAM lParam) override (defined in sowl::CustomWindow) | sowl::CustomWindow | overridevirtual |
| SetClassCursor(HCURSOR hcursor) | sowl::Window | |
| SetHandle(HWND handle) | sowl::Window | protected |
| SetText(LPCWSTR title) | sowl::Window | |
| Show(int nCmdShow) const | sowl::Window | |
| UnsetHandle() | sowl::Window | protected |
| Window() (defined in sowl::Window) | sowl::Window | |
| Window(HWND hwnd) (defined in sowl::Window) | sowl::Window | explicit |
| Window(const Window &other) = delete (defined in sowl::Window) | sowl::Window | delete |
| Window(Window &&other) noexcept (defined in sowl::Window) | sowl::Window | noexcept |
| operator=(const Window &other) = delete (defined in sowl::Window) | sowl::Window | delete |
| operator=(Window &&other) noexcept (defined in sowl::Window) | sowl::Window | noexcept |
| ~Window() | sowl::Window | |
| ~WindowWithMessages() = default (defined in sowl::WindowWithMessages) | sowl::WindowWithMessages | virtualdefault |