| actualCreateWindow(TPureUInt width, TPureUInt height, TPureBool bFullscreen, const char *caption, const WNDCLASS &clWnd) | PureWindowImpl | private |
| bActive | PureWindowImpl | private |
| bAutoCameraWarn | PureWindowImpl | private |
| bAutoCleanupOnQuit | PureWindowImpl | private |
| bAutoRedrawOnPosChange | PureWindowImpl | private |
| bBorder | PureWindowImpl | private |
| bBtnMax | PureWindowImpl | private |
| bBtnMin | PureWindowImpl | private |
| bCloseRequested | PureWindowImpl | private |
| bExternalOwner | PureWindowImpl | private |
| bResizingH | PureWindowImpl | private |
| bResizingV | PureWindowImpl | private |
| bSysMenu | PureWindowImpl | private |
| bTopMost | PureWindowImpl | private |
| bVisibleCursor | PureWindowImpl | private |
| Close() | PureWindowImpl | virtual |
| clWindow | PureWindowImpl | private |
| createAndGet(PGEcfgProfiles &cfgProfiles, PGEInputHandler &inputHandler) | PureWindow | static |
| DEF_AUTOCAMWARN | PureWindowImpl | privatestatic |
| DEF_AUTOCLEANUP | PureWindowImpl | privatestatic |
| DEF_REDRAWALL_WNDPOSCHNG | PureWindowImpl | privatestatic |
| Deinitialize() | PureWindowImpl | virtual |
| dwStyle | PureWindowImpl | private |
| dwStyleEx | PureWindowImpl | private |
| enabled | PureWindowImpl | private |
| getAutoCameraWarningState() const | PureWindowImpl | virtual |
| getBottomFrameHeight() const | PureWindowImpl | virtual |
| getCaption() const | PureWindowImpl | virtual |
| getCaptionHeight() const | PureWindowImpl | virtual |
| getClientHeight() const | PureWindowImpl | virtual |
| getClientWidth() const | PureWindowImpl | virtual |
| getConsole() const | PureWindowImpl | |
| getHeight() const | PureWindowImpl | virtual |
| getLoggerModuleName() | PureWindowImpl | static |
| getSideFrameWidth() const | PureWindowImpl | virtual |
| getTitleBarHeight() const | PureWindowImpl | virtual |
| getWidth() const | PureWindowImpl | virtual |
| getWindowProc() const | PureWindowImpl | virtual |
| getWndDC() const | PureWindowImpl | virtual |
| getWndHandle() const | PureWindowImpl | virtual |
| getX() const | PureWindowImpl | virtual |
| getY() const | PureWindowImpl | virtual |
| hasBorder() const | PureWindowImpl | virtual |
| hasCloseRequest() const | PureWindowImpl | virtual |
| hasMaxButton() const | PureWindowImpl | virtual |
| hasMinButton() const | PureWindowImpl | virtual |
| hasSysMenu() const | PureWindowImpl | virtual |
| Hide() | PureWindowImpl | virtual |
| hWindow | PureWindowImpl | private |
| infoTitlebar | PureWindowImpl | private |
| initialize(TPureUInt width, TPureUInt height, TPureBool bFullscreen, const char *caption, HWND window=NULL) | PureWindowImpl | virtual |
| input | PureWindowImpl | private |
| isActive() const | PureWindowImpl | virtual |
| isAutoCleanupOnQuitOn() const | PureWindowImpl | virtual |
| isAutoRedrawAllOnPosChange() const | PureWindowImpl | virtual |
| isCursorVisible() const | PureWindowImpl | virtual |
| isEnabled() const | PureWindowImpl | virtual |
| isInitialized() const | PureWindowImpl | virtual |
| isResizable() const | PureWindowImpl | virtual |
| isResizableH() const | PureWindowImpl | virtual |
| isResizableV() const | PureWindowImpl | virtual |
| isTopMost() const | PureWindowImpl | virtual |
| m_bFullscreen | PureWindowImpl | private |
| m_cfgProfiles | PureWindowImpl | private |
| Maximize() | PureWindowImpl | virtual |
| Minimize() | PureWindowImpl | virtual |
| nBottomFrameHeight | PureWindowImpl | private |
| nCaptionHeight | PureWindowImpl | private |
| nClientHeightOrig | PureWindowImpl | private |
| nClientWidthOrig | PureWindowImpl | private |
| nSideFrameWidth | PureWindowImpl | private |
| nTitleBarHeight | PureWindowImpl | private |
| onActivate(TPureBool isActive) | PureWindowImpl | private |
| onClose() | PureWindowImpl | private |
| onDestroy() | PureWindowImpl | private |
| onInput(HRAWINPUT handle) | PureWindowImpl | private |
| onKeyDown(TPureInt key) | PureWindowImpl | private |
| onKeyUp(TPureInt key) | PureWindowImpl | private |
| onMouseDown(PGEInputMouse::MouseButton btn, WPARAM wParam, TPureInt x, TPureInt y) | PureWindowImpl | private |
| onMouseMove(TPureInt x, TPureInt y) | PureWindowImpl | private |
| onMouseUp(PGEInputMouse::MouseButton btn, WPARAM wParam, TPureInt x, TPureInt y) | PureWindowImpl | private |
| onMouseWheel(TPureShort nWheel) | PureWindowImpl | private |
| onPosChanged(const LPWINDOWPOS newPos) | PureWindowImpl | private |
| onRedrawRequired() | PureWindowImpl | private |
| onSysCommand(WPARAM wParam, LPARAM lParam) | PureWindowImpl | private |
| operator=(const PureWindowImpl &) | PureWindowImpl | private |
| ProcessMessages() | PureWindowImpl | virtual |
| PuredefaultWindowProc(HWND hWindow, UINT wndMsg, WPARAM wParam, LPARAM lParam) | PureWindowImpl | friend |
| PureWindow class | PureWindowImpl | friend |
| PureWindowImpl(PGEcfgProfiles &cfgProfiles, PGEInputHandler &inputHandler) | PureWindowImpl | explicitprivate |
| PureWindowImpl(const PureWindowImpl &) | PureWindowImpl | private |
| rawInput | PureWindowImpl | private |
| rawInputSize | PureWindowImpl | private |
| rectWindowClient | PureWindowImpl | private |
| rectWindowFull | PureWindowImpl | private |
| ResetDefaults() | PureWindowImpl | virtual |
| Restore() | PureWindowImpl | virtual |
| sCaption | PureWindowImpl | private |
| SetActive() | PureWindowImpl | virtual |
| SetAutoCameraWarningState(TPureBool state) | PureWindowImpl | virtual |
| SetAutoCleanupOnQuitOn(TPureBool state) | PureWindowImpl | virtual |
| SetAutoRedrawAllOnPosChange(TPureBool state) | PureWindowImpl | virtual |
| SetBorder(TPureBool state) | PureWindowImpl | virtual |
| SetCaption(const std::string &newcaption) | PureWindowImpl | virtual |
| SetClientHeight(TPureUInt newheight) | PureWindowImpl | virtual |
| SetClientWidth(TPureUInt newwidth) | PureWindowImpl | virtual |
| SetCursorVisible(TPureBool state) | PureWindowImpl | virtual |
| SetEnabled(TPureBool state) | PureWindowImpl | virtual |
| SetHeight(TPureUInt newheight) | PureWindowImpl | virtual |
| SetMaxButton(TPureBool state) | PureWindowImpl | virtual |
| SetMinButton(TPureBool state) | PureWindowImpl | virtual |
| SetPropertiesBeforeInitialize() | PureWindowImpl | private |
| SetResizable(TPureBool state) | PureWindowImpl | virtual |
| SetResizableH(TPureBool state) | PureWindowImpl | virtual |
| SetResizableV(TPureBool state) | PureWindowImpl | virtual |
| SetSysMenu(TPureBool state) | PureWindowImpl | virtual |
| SetTopMost(TPureBool state) | PureWindowImpl | virtual |
| setupWindowClass(WNDCLASS &clWnd) | PureWindowImpl | private |
| SetWidth(TPureUInt newwidth) | PureWindowImpl | virtual |
| SetWindowProc(const WNDPROC windowproc) | PureWindowImpl | virtual |
| SetX(TPureUInt newx) | PureWindowImpl | virtual |
| SetY(TPureUInt newy) | PureWindowImpl | virtual |
| sharedSettings | PureWindowImpl | private |
| Show() | PureWindowImpl | virtual |
| ShowFull() | PureWindowImpl | virtual |
| WriteSettings() | PureWindowImpl | virtual |
| ~PureWindowImpl() | PureWindowImpl | virtual |