An icon control with static text. Mehr ...
#include <IconShape.h>
Öffentliche Methoden | |
MutIconShape () | |
MutIconShape (wxWindow *parent, wxWindowID id) | |
bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY) |
virtual | ~MutIconShape () |
void | SetIcon (const MutIcon &icon) |
const MutIcon & | GetIcon () const |
void | SetLabel (const wxString &st) |
virtual MutIcon & | GetMutIcon () |
Calculates the Icon to be used. | |
virtual wxSize | DoGetBestSize () const |
void | OnGetFocus (wxFocusEvent &event) |
virtual void | SetFocus () |
void | OnKillFocus (wxFocusEvent &event) |
void | OnPaint (wxPaintEvent &event) |
virtual void | OnDraw (wxDC &dc) |
virtual wxPoint | GetPerimeterPoint (const wxPoint &i, const wxPoint &o) const |
virtual wxRect | GetIconRect () const |
virtual void | LineTo (wxDC &dc, const wxPoint &p) const |
virtual bool | Recompute () |
virtual bool | Layout () |
void | DeleteSelf () |
void | DeleteSelfEvent (wxCloseEvent &event) |
Geschützte Attribute | |
MutIcon | Icon |
the icon | |
wxStaticText * | staticText |
An icon control with static text.
Definiert in Zeile 71 der Datei IconShape.h.
MutIcon MutIconShape::Icon [protected] |
the icon
Definiert in Zeile 75 der Datei IconShape.h.
Wird benutzt von DoGetBestSize(), MutBoxChannelShape::DrawLines(), GetIcon(), GetIconRect(), Layout(), LineTo() und SetIcon().