#include <wx/aui/auibar.h>
wxAuiDefaultToolBarArt is part of the wxAUI class framework.
See also wxAuiToolBarArt , wxAuiToolBar and wxAUI Overview.
Public Member Functions | |
wxAuiDefaultToolBarArt () | |
virtual | ~wxAuiDefaultToolBarArt () |
virtual wxAuiToolBarArt * | Clone () |
virtual void | SetFlags (unsigned int flags) |
virtual unsigned int | GetFlags () |
virtual void | SetFont (const wxFont &font) |
virtual wxFont | GetFont () |
virtual void | SetTextOrientation (int orientation) |
virtual int | GetTextOrientation () |
virtual void | DrawBackground (wxDC &dc, wxWindow *wnd, const wxRect &rect) |
virtual void | DrawPlainBackground (wxDC &dc, wxWindow *wnd, const wxRect &rect) |
virtual void | DrawLabel (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect) |
virtual void | DrawButton (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect) |
virtual void | DrawDropDownButton (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect) |
virtual void | DrawControlLabel (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect) |
virtual void | DrawSeparator (wxDC &dc, wxWindow *wnd, const wxRect &rect) |
virtual void | DrawGripper (wxDC &dc, wxWindow *wnd, const wxRect &rect) |
virtual void | DrawOverflowButton (wxDC &dc, wxWindow *wnd, const wxRect &rect, int state) |
virtual wxSize | GetLabelSize (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item) |
virtual wxSize | GetToolSize (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item) |
virtual int | GetElementSize (int elementId) |
Return the size of the element. More... | |
virtual void | SetElementSize (int elementId, int size) |
Change the size of the element. More... | |
virtual int | ShowDropDown (wxWindow *wnd, const wxAuiToolBarItemArray &items) |
![]() | |
wxAuiToolBarArt () | |
virtual int | GetElementSizeForWindow (int elementId, const wxWindow *window) |
Get the element size scaled by the DPI of the given window. More... | |
wxAuiDefaultToolBarArt::wxAuiDefaultToolBarArt | ( | ) |
|
virtual |
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Return the size of the element.
Implement the base class pure virtual function by returning the default element size or the last value passed to SetElementSize().
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Change the size of the element.
Implements the base class pure virtual function by storing the value to be returned by GetElementSize() and used by GetElementSizeForWindow().
As for the base class function, size is in DIPs, not pixels, so wxWindow::FromDIP() should not be used for it.
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.
|
virtual |
Implements wxAuiToolBarArt.