ALBA
|
#include <albaGUIDockManager.h>
Public Member Functions | |
wxDockArt () | |
virtual | ~wxDockArt () |
virtual int | GetMetric (int id)=0 |
virtual void | SetMetric (int id, int new_val)=0 |
virtual void | SetFont (int id, const wxFont &font)=0 |
virtual wxFont | GetFont (int id)=0 |
virtual wxColour | GetColour (int id)=0 |
virtual void | SetColour (int id, const wxColor &colour)=0 |
wxColor | GetColor (int id) |
void | SetColor (int id, const wxColor &color) |
virtual void | DrawSash (wxDC &dc, int orientation, const wxRect &rect)=0 |
virtual void | DrawBackground (wxDC &dc, int orientation, const wxRect &rect)=0 |
virtual void | DrawCaption (wxDC &dc, const wxString &text, const wxRect &rect, wxPaneInfo &pane)=0 |
virtual void | DrawGripper (wxDC &dc, const wxRect &rect, wxPaneInfo &pane)=0 |
virtual void | DrawBorder (wxDC &dc, const wxRect &rect, wxPaneInfo &pane)=0 |
virtual void | DrawPaneButton (wxDC &dc, int button, int button_state, const wxRect &rect, wxPaneInfo &pane)=0 |
class name: wxDockArt dock art provider code - a dock provider provides all drawing functionality to the wxAui dock manager.
This allows the dock manager to have pluggable look-and-feels.
Definition at line 682 of file albaGUIDockManager.h.
|
inline |
constructor
Definition at line 686 of file albaGUIDockManager.h.
|
inlinevirtual |
destructor
Definition at line 688 of file albaGUIDockManager.h.
|
pure virtual |
get metric
Implemented in wxDefaultDockArt.
|
pure virtual |
set metric
Implemented in wxDefaultDockArt.
|
pure virtual |
set font
Implemented in wxDefaultDockArt.
|
pure virtual |
get font
Implemented in wxDefaultDockArt.
|
pure virtual |
get colour
Implemented in wxDefaultDockArt.
|
pure virtual |
set colour
Implemented in wxDefaultDockArt.
|
inline |
get colour
Definition at line 703 of file albaGUIDockManager.h.
|
inline |
set colour
Definition at line 705 of file albaGUIDockManager.h.
|
pure virtual |
draw sash
Implemented in wxDefaultDockArt.
|
pure virtual |
draw background
Implemented in wxDefaultDockArt.
|
pure virtual |
draw caption
Implemented in wxDefaultDockArt.
|
pure virtual |
draw gripper
Implemented in wxDefaultDockArt.
|
pure virtual |
draw border
Implemented in wxDefaultDockArt.
|
pure virtual |
draw pane button
Implemented in wxDefaultDockArt.