![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <egauge.h>
Public Member Functions | |
eGauge (eWidget *parent) | |
void | setValue (int val) |
void | setBorderColor (const gRGB &color) |
![]() | |
eWidget (eWidget *parent) | |
virtual | ~eWidget () |
void | move (ePoint pos) |
void | resize (eSize size) |
ePoint | position () const |
eSize | size () const |
eSize | csize () const |
void | invalidate (const gRegion ®ion=gRegion::invalidRegion()) |
virtual eWidget * | child () |
eWidget * | getParent () |
void | show () |
void | hide () |
void | raise () |
void | lower () |
void | destruct () |
SWIG_VOID (int) getStyle(ePtr< eWindowStyle > &SWIG_NAMED_OUTPUT(style)) | |
void | setStyle (eWindowStyle *style) |
void | setBackgroundColor (const gRGB &col) |
void | clearBackgroundColor () |
void | setZPosition (int z) |
void | setTransparent (int transp) |
int | isVisible () |
int | isLowered () |
int | isTransparent () |
ePoint | getAbsolutePosition () |
void | setFocus (eWidget *focus) |
void | setPositionNotifyChild (int n) |
void | notifyShowHide () |
Protected Member Functions | |
int | event (int event, void *data=0, void *data2=0) |
![]() | |
void | mayKillFocus () |
Additional Inherited Members | |
![]() | |
enum | eWidgetEvent { evtPaint , evtKey , evtChangedPosition , evtChangedSize , evtParentChangedPosition , evtParentVisibilityChanged , evtWillChangePosition , evtWillChangeSize , evtAction , evtFocusGot , evtFocusLost , evtUserWidget } |
![]() | |
eWidgetAnimation | m_animation |
gRegion | m_clip_region |
gRegion | m_visible_region |
gRegion | m_visible_with_childs |
struct eWidgetDesktopCompBuffer * | m_comp_buffer [MAX_LAYER] |
eGauge::eGauge | ( | eWidget * | parent | ) |
|
protectedvirtual |
Reimplemented from eWidget.
void eGauge::setBorderColor | ( | const gRGB & | color | ) |
void eGauge::setValue | ( | int | val | ) |