![]() |
Public API Reference |
#include <sdefault.h>
Inheritance diagram for csDefaultWindowSkin:
Public Methods | |
csDefaultWindowSkin () | |
Initialize the window skin slice. More... | |
virtual void | Initialize (csApp *iApp, csSkin *Parent) |
Query the required resources from application. More... | |
virtual void | Deinitialize () |
Free the resources allocated in Initialize(). More... | |
virtual void | Draw (csComponent &iComp) |
Draw the component we are responsible for. More... | |
virtual void | PlaceGadgets (csWindow &This) |
Place all gadgets (titlebar, buttons, menu and toolbar). More... | |
virtual csButton * | CreateButton (csWindow &This, int ButtonID) |
Create a button for window's titlebar. More... | |
virtual void | SetState (csWindow &This, int Which, bool State) |
Called to reflect some specific window state change on gagdets. More... | |
virtual void | SetBorderSize (csWindow &This) |
Set window border width and height depending on frame style. More... |
Definition at line 61 of file sdefault.h.
|
Initialize the window skin slice.
Definition at line 72 of file sdefault.h. |
|
Create a button for window's titlebar.
Implements csWindowSkin. |
|
Free the resources allocated in Initialize().
Reimplemented from csSkinSlice. |
|
Draw the component we are responsible for.
Implements csSkinSlice. |
|
Query the required resources from application.
Reimplemented from csSkinSlice. |
|
Place all gadgets (titlebar, buttons, menu and toolbar).
Implements csWindowSkin. |
|
Set window border width and height depending on frame style.
Implements csWindowSkin. |
|
Called to reflect some specific window state change on gagdets.
Implements csWindowSkin. |