24 #ifndef __TY_PANEL_GRAPHIC__
25 #define __TY_PANEL_GRAPHIC__
49 virtual void update(
bool force =
false);
58 virtual void display(
TYElement* pModelerElement =
nullptr, GLenum mode = GL_RENDER);
Representation graphique d'un element de base (fichier header)
#define TY_DECL_METIER_GRAPHIC(classname)
classe graphique pour un element de base
classe graphique pour un panel d'informations
void setHeight(double height)
TYPanelGraphic(TYPanel *pElement)
virtual void update(bool force=false)
void setFontColor(const OColor &fontColor)
void setWidth(double width)
virtual ~TYPanelGraphic()
void setBackColor(const OColor &backColor)
OColor getBackColor() const
OColor getFontColor() const
virtual void display(TYElement *pModelerElement=nullptr, GLenum mode=GL_RENDER)
Classe de definition d'un panel d'information.