#include <wx/aui/auibar.h>
|
| 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 element) |
|
virtual void | SetElementSize (int element_id, int size) |
|
virtual int | ShowDropDown (wxWindow *wnd, const wxAuiToolBarItemArray &items) |
|
| wxAuiToolBarArt () |
|
◆ wxAuiDefaultToolBarArt()
wxAuiDefaultToolBarArt::wxAuiDefaultToolBarArt |
( |
| ) |
|
◆ ~wxAuiDefaultToolBarArt()
virtual wxAuiDefaultToolBarArt::~wxAuiDefaultToolBarArt |
( |
| ) |
|
|
virtual |
◆ Clone()
◆ DrawBackground()
virtual void wxAuiDefaultToolBarArt::DrawBackground |
( |
wxDC & | dc, |
|
|
wxWindow * | wnd, |
|
|
const wxRect & | rect ) |
|
virtual |
◆ DrawButton()
◆ DrawControlLabel()
◆ DrawDropDownButton()
◆ DrawGripper()
virtual void wxAuiDefaultToolBarArt::DrawGripper |
( |
wxDC & | dc, |
|
|
wxWindow * | wnd, |
|
|
const wxRect & | rect ) |
|
virtual |
◆ DrawLabel()
◆ DrawOverflowButton()
virtual void wxAuiDefaultToolBarArt::DrawOverflowButton |
( |
wxDC & | dc, |
|
|
wxWindow * | wnd, |
|
|
const wxRect & | rect, |
|
|
int | state ) |
|
virtual |
◆ DrawPlainBackground()
virtual void wxAuiDefaultToolBarArt::DrawPlainBackground |
( |
wxDC & | dc, |
|
|
wxWindow * | wnd, |
|
|
const wxRect & | rect ) |
|
virtual |
◆ DrawSeparator()
virtual void wxAuiDefaultToolBarArt::DrawSeparator |
( |
wxDC & | dc, |
|
|
wxWindow * | wnd, |
|
|
const wxRect & | rect ) |
|
virtual |
◆ GetElementSize()
virtual int wxAuiDefaultToolBarArt::GetElementSize |
( |
int | element | ) |
|
|
virtual |
◆ GetFlags()
virtual unsigned int wxAuiDefaultToolBarArt::GetFlags |
( |
| ) |
|
|
virtual |
◆ GetFont()
virtual wxFont wxAuiDefaultToolBarArt::GetFont |
( |
| ) |
|
|
virtual |
◆ GetLabelSize()
◆ GetTextOrientation()
virtual int wxAuiDefaultToolBarArt::GetTextOrientation |
( |
| ) |
|
|
virtual |
◆ GetToolSize()
◆ SetElementSize()
virtual void wxAuiDefaultToolBarArt::SetElementSize |
( |
int | element_id, |
|
|
int | size ) |
|
virtual |
◆ SetFlags()
virtual void wxAuiDefaultToolBarArt::SetFlags |
( |
unsigned int | flags | ) |
|
|
virtual |
◆ SetFont()
virtual void wxAuiDefaultToolBarArt::SetFont |
( |
const wxFont & | font | ) |
|
|
virtual |
◆ SetTextOrientation()
virtual void wxAuiDefaultToolBarArt::SetTextOrientation |
( |
int | orientation | ) |
|
|
virtual |
◆ ShowDropDown()
virtual int wxAuiDefaultToolBarArt::ShowDropDown |
( |
wxWindow * | wnd, |
|
|
const wxAuiToolBarItemArray & | items ) |
|
virtual |