ALBA
|
#include <albaGUIDockManager.h>
Public Member Functions | |
wxDefaultDockArt () | |
int | GetMetric (int metric_id) |
void | SetMetric (int metric_id, int new_val) |
wxColour | GetColour (int id) |
void | SetColour (int id, const wxColor &colour) |
void | SetFont (int id, const wxFont &font) |
wxFont | GetFont (int id) |
void | DrawSash (wxDC &dc, int orientation, const wxRect &rect) |
void | DrawBackground (wxDC &dc, int orientation, const wxRect &rect) |
void | DrawCaption (wxDC &dc, const wxString &text, const wxRect &rect, wxPaneInfo &pane) |
void | DrawGripper (wxDC &dc, const wxRect &rect, wxPaneInfo &pane) |
void | DrawBorder (wxDC &dc, const wxRect &rect, wxPaneInfo &pane) |
void | DrawPaneButton (wxDC &dc, int button, int button_state, const wxRect &rect, wxPaneInfo &pane) |
Public Member Functions inherited from wxDockArt | |
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 |
Protected Member Functions | |
void | DrawCaptionBackground (wxDC &dc, const wxRect &rect, bool active) |
Protected Attributes | |
wxPen | m_BorderPen |
wxBrush | m_SashBrush |
wxBrush | m_BackgroundBrush |
wxBrush | m_GripperBrush |
wxFont | m_CaptionFont |
wxBitmap | m_InactiveCloseBitmap |
wxBitmap | m_InactivePinBitmap |
wxBitmap | m_ActiveCloseBitmap |
wxBitmap | m_ActivePinBitmap |
wxPen | m_GripperPen1 |
wxPen | m_GripperPen2 |
wxPen | m_GripperPen3 |
wxColour | m_ActiveCaptionColour |
wxColour | m_ActiveCaptionGradientColour |
wxColour | m_ActiveCaptionTextColour |
wxColour | m_InactiveCaptionColour |
wxColour | m_InactiveCaptionGradientColour |
wxColour | m_InactiveCaptionTextColour |
int | m_BorderSize |
int | m_CaptionSize |
int | m_SashSize |
int | m_ButtonSize |
int | m_GripperSize |
int | m_GradientType |
class name: wxDefaultDockArt this is the default art provider for wxFrameManager.
Dock art can be customized by creating a class derived from this one, or replacing this class entirely
Definition at line 744 of file albaGUIDockManager.h.
wxDefaultDockArt::wxDefaultDockArt | ( | ) |
constructor
|
virtual |
get metric
Implements wxDockArt.
|
virtual |
set metric
Implements wxDockArt.
|
virtual |
get colour
Implements wxDockArt.
|
virtual |
set colour
Implements wxDockArt.
|
virtual |
set font
Implements wxDockArt.
|
virtual |
get font
Implements wxDockArt.
|
virtual |
Draw Sash.
Implements wxDockArt.
|
virtual |
Draw Background.
Implements wxDockArt.
|
virtual |
Draw Caption.
Implements wxDockArt.
|
virtual |
Draw Gripper.
Implements wxDockArt.
|
virtual |
Draw Border.
Implements wxDockArt.
|
virtual |
Draw Pane Button.
Implements wxDockArt.
|
protected |
Draw Caption Background.
|
protected |
Definition at line 798 of file albaGUIDockManager.h.
|
protected |
Definition at line 799 of file albaGUIDockManager.h.
|
protected |
Definition at line 800 of file albaGUIDockManager.h.
|
protected |
Definition at line 801 of file albaGUIDockManager.h.
|
protected |
Definition at line 802 of file albaGUIDockManager.h.
|
protected |
Definition at line 803 of file albaGUIDockManager.h.
|
protected |
Definition at line 804 of file albaGUIDockManager.h.
|
protected |
Definition at line 805 of file albaGUIDockManager.h.
|
protected |
Definition at line 806 of file albaGUIDockManager.h.
|
protected |
Definition at line 807 of file albaGUIDockManager.h.
|
protected |
Definition at line 808 of file albaGUIDockManager.h.
|
protected |
Definition at line 809 of file albaGUIDockManager.h.
|
protected |
Definition at line 810 of file albaGUIDockManager.h.
|
protected |
Definition at line 811 of file albaGUIDockManager.h.
|
protected |
Definition at line 812 of file albaGUIDockManager.h.
|
protected |
Definition at line 813 of file albaGUIDockManager.h.
|
protected |
Definition at line 814 of file albaGUIDockManager.h.
|
protected |
Definition at line 815 of file albaGUIDockManager.h.
|
protected |
Definition at line 816 of file albaGUIDockManager.h.
|
protected |
Definition at line 817 of file albaGUIDockManager.h.
|
protected |
Definition at line 818 of file albaGUIDockManager.h.
|
protected |
Definition at line 819 of file albaGUIDockManager.h.
|
protected |
Definition at line 820 of file albaGUIDockManager.h.
|
protected |
Definition at line 821 of file albaGUIDockManager.h.