|
bsp
|
Inherits MDIChild.
Inherited by BSPConsole, DockWindow, ImageView, and PaletteWindow.
Public Member Functions | |
| TCWindow (HWND parent, const char *caption) | |
| virtual LRESULT | WndProc (UINT msg, WPARAM wParam, LPARAM lParam) |
| bool | ToggleAlwaysOnTop () |
| virtual int | DoNCHitTest (LPPOINT screenPt) |
| void | DoNCPaint () |
| int | DoNCCalcSize (LPNCCALCSIZE_PARAMS calcSize) |
| virtual bool | DoNCRButtonDown (int hitTest, LPPOINTS screenPt) |
| virtual bool | DoNCLButtonDown (int hitTest, LPPOINTS screenPt) |
| virtual bool | DoMouseMove () |
| bool | DoLButtonUp () |
| bool | DoNCActivate (bool active) |
| bool | DoCommand (UINT id, int notifyCode, int &result) |
| bool | DoSysCommand (int cmdType) |
| void | PaintButton (HDC hdc, LPRECT rc, bool pressed) |
| void | PaintSysBox (HDC hdc) |
| void | PaintMinBox (HDC hdc, bool pressed) |
| void | PaintMaxBox (HDC hdc, bool pressed) |
| virtual void | PaintCaption (bool active) |
| void | GetCaptionRect (LPRECT rc) |
| void | GetSysBoxRect (LPRECT rc) |
| void | GetMinBoxRect (LPRECT rc) |
| void | GetMaxBoxRect (LPRECT rc) |
| void | DoSysMenu () |
Public Attributes | |
| bool | WaitingForSysCmd |
| int | DownHit |
| bool | IsPressed |
| DockWindow * | docked |
Static Public Attributes | |
| static HWND | topmost = 0 |