#include </cygdrive/c/Users/Hamis/Cygwin-packaging/wxWidgets3.1/wxWidgets3.1-3.1.5-2.x86_64/src/wxWidgets-3.1.5/interface/wx/aui/auibar.h>
wxAuiToolBarArt is part of the wxAUI class framework.
See also wxAuiToolBar and wxAUI Overview.
<>< =''>:</>&;&;< =''>\ </></>
|
| wxAuiToolBarArt () |
|
virtual wxAuiToolBarArt * | Clone ()=0 |
|
virtual void | SetFlags (unsigned int flags)=0 |
|
virtual unsigned int | GetFlags ()=0 |
|
virtual void | SetFont (const wxFont &font)=0 |
|
virtual wxFont | GetFont ()=0 |
|
virtual void | SetTextOrientation (int orientation)=0 |
|
virtual int | GetTextOrientation ()=0 |
|
virtual void | DrawBackground (wxDC &dc, wxWindow *wnd, const wxRect &rect)=0 |
|
virtual void | DrawPlainBackground (wxDC &dc, wxWindow *wnd, const wxRect &rect)=0 |
|
virtual void | DrawLabel (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect)=0 |
|
virtual void | DrawButton (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect)=0 |
|
virtual void | DrawDropDownButton (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect)=0 |
|
virtual void | DrawControlLabel (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item, const wxRect &rect)=0 |
|
virtual void | DrawSeparator (wxDC &dc, wxWindow *wnd, const wxRect &rect)=0 |
|
virtual void | DrawGripper (wxDC &dc, wxWindow *wnd, const wxRect &rect)=0 |
|
virtual void | DrawOverflowButton (wxDC &dc, wxWindow *wnd, const wxRect &rect, int state)=0 |
|
virtual wxSize | GetLabelSize (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item)=0 |
|
virtual wxSize | GetToolSize (wxDC &dc, wxWindow *wnd, const wxAuiToolBarItem &item)=0 |
|
virtual int | GetElementSize (int element_id)=0 |
|
virtual void | SetElementSize (int element_id, int size)=0 |
|
virtual int | ShowDropDown (wxWindow *wnd, const wxAuiToolBarItemArray &items)=0 |
|
◆ wxAuiToolBarArt()
wxAuiToolBarArt::wxAuiToolBarArt |
( |
| ) |
|
◆ Clone()
◆ DrawBackground()
virtual void wxAuiToolBarArt::DrawBackground |
( |
wxDC & | dc, |
|
|
wxWindow * | wnd, |
|
|
const wxRect & | rect ) |
|
pure virtual |
◆ DrawButton()
◆ DrawControlLabel()
◆ DrawDropDownButton()
◆ DrawGripper()
virtual void wxAuiToolBarArt::DrawGripper |
( |
wxDC & | dc, |
|
|
wxWindow * | wnd, |
|
|
const wxRect & | rect ) |
|
pure virtual |
◆ DrawLabel()
◆ DrawOverflowButton()
virtual void wxAuiToolBarArt::DrawOverflowButton |
( |
wxDC & | dc, |
|
|
wxWindow * | wnd, |
|
|
const wxRect & | rect, |
|
|
int | state ) |
|
pure virtual |
◆ DrawPlainBackground()
virtual void wxAuiToolBarArt::DrawPlainBackground |
( |
wxDC & | dc, |
|
|
wxWindow * | wnd, |
|
|
const wxRect & | rect ) |
|
pure virtual |
◆ DrawSeparator()
virtual void wxAuiToolBarArt::DrawSeparator |
( |
wxDC & | dc, |
|
|
wxWindow * | wnd, |
|
|
const wxRect & | rect ) |
|
pure virtual |
◆ GetElementSize()
virtual int wxAuiToolBarArt::GetElementSize |
( |
int | element_id | ) |
|
|
pure virtual |
◆ GetFlags()
virtual unsigned int wxAuiToolBarArt::GetFlags |
( |
| ) |
|
|
pure virtual |
◆ GetFont()
virtual wxFont wxAuiToolBarArt::GetFont |
( |
| ) |
|
|
pure virtual |
◆ GetLabelSize()
◆ GetTextOrientation()
virtual int wxAuiToolBarArt::GetTextOrientation |
( |
| ) |
|
|
pure virtual |
◆ GetToolSize()
◆ SetElementSize()
virtual void wxAuiToolBarArt::SetElementSize |
( |
int | element_id, |
|
|
int | size ) |
|
pure virtual |
◆ SetFlags()
virtual void wxAuiToolBarArt::SetFlags |
( |
unsigned int | flags | ) |
|
|
pure virtual |
◆ SetFont()
virtual void wxAuiToolBarArt::SetFont |
( |
const wxFont & | font | ) |
|
|
pure virtual |
◆ SetTextOrientation()
virtual void wxAuiToolBarArt::SetTextOrientation |
( |
int | orientation | ) |
|
|
pure virtual |
◆ ShowDropDown()
virtual int wxAuiToolBarArt::ShowDropDown |
( |
wxWindow * | wnd, |
|
|
const wxAuiToolBarItemArray & | items ) |
|
pure virtual |