Inheritance diagram for CP_MDIClientWindowType:
Public Member Functions | |
void | SetWindowBackgroundColor (const CP_RGBColor &inColor) |
Constructor / Destructor | |
CP_MDIClientWindowType () | |
Constructor. | |
virtual | ~CP_MDIClientWindowType () throw () |
Destructor. | |
Getters | |
virtual char * | GetWindowsWindowClass () const |
Protected Attributes | |
UInt32 | fWindowClass |
UInt32 | fWindowAttributes |
UInt32 | fWindowFlags |
UInt32 | fExtendedWindowFlags |
SInt16 | fThemeBrush |
CP_RGBColor | fBackgroundColor |
|
Constructor.
|
|
Destructor.
|
|
Reimplemented from CP_WindowTypeBase. |
|
Return the class this window belongs to (MacOS).
|
|
Return the attributes of this window (MacOS).
|
|
Return the window flags (Windows).
|
|
Return the extended window flags (Windows).
|
|
|
|
|
|
|
|
|
|
Color of the windows background. |
|
|
|
|
|
|
|
Register the window classes we use in the CPLAT framework with the Windows OS.
Reimplemented in CP_DocumentWindowType, and CP_MDIFrameWindowType. |
|
|
|
Class that window belongs to. (MacOS) |
|
Attributes used to create the window. (MacOS) |
|
Flags passed to the window. (Windows) |
|
Extended flags passed to the window. (Windows) |
|
|