VWLib REFERENCE MANUAL
| vwLabel - | An abstract base class which most text supporting widgets inherit from. |
| virtual vwLabel::~vwLabel ( | void); |
| void vwLabel::setLabelColor ( | float * rgba); |
| void vwLabel::setLabelText ( | vwWidget::wdgStruct *widget_struct, pfFont *font); |
| void vwLabel::addToLabel ( | char *word, int column, int row); |
| void vwLabel::initLabelParms ( | pfFont * font, int total_words=1.0, int total_rows=1.0); |
| inline void vwLabel::setLabelSize ( | float size=1.0); |
| inline void vwLabel::setLabelVSpc ( | float verticalSpacing=1.0); |
| inline void vwLabel::setExtrudeSize ( | float size=1.0); |
| inline void vwLabel::setLabelHeight ( | float height=0.0); |
| inline void vwLabel::setSpacingScale ( | int horiz=1.0, int vert=1.0, int depth=1.0); |
| inline void vwLabel::setFlatten ( | int flatten=True); |
| inline void vwLabel::clearLabel ( | void); |
| vwLabel::vwLabel ( | pfNode * node); |
| vwLabel ( | pfNode *node); |
| virtual ~vwLabel ( | void); |
| void setLabelColor ( | float * rgba); |
| void setLabelText ( | vwWidget::wdgStruct *widget_struct, pfFont *font); |
| void addToLabel ( | char *word, int column, int row); |
| void initLabelParms ( | pfFont *font, int total_words, int total_rows); |
| inline void setLabelSize ( | float size); |
| inline void setLabelVSpc ( | float verticalSpacing); |
| inline void setExtudeSize ( | float size); |
| inline void setLabelHeight ( | float height); |
| inline void setSpacingScale ( | float horiz, float vert, float depth); |
| inline void setFlatten ( | int flatten); |
| inline void clearLabel ( | void); |
![]()