Public Member Functions | |
| LabelInfo (void) | |
| LabelInfo (QFieldValueLabelBase *pLabel, const QRect &rectPos) | |
| void | setLabel (QFieldValueLabelBase *pLabel) |
| QFieldValueLabelBase * | getLabel (void) const |
| UInt32 | getIndex (void) const |
| void | setRect (const QRect &rectPos) |
| QRect & | getRect (void) |
| const QRect & | getRect (void) const |
Private Attributes | |
| QFieldValueLabelBase * | _pLabel |
| QRect | _rectPos |
Definition at line 222 of file OSGQFieldView_qt.h.
|
|
Definition at line 856 of file OSGQFieldView_qt.cpp.
|
|
||||||||||||
|
Definition at line 862 of file OSGQFieldView_qt.cpp.
|
|
|
Definition at line 870 of file OSGQFieldView_qt.cpp. References _pLabel. 00871 { 00872 _pLabel = pLabel; 00873 }
|
|
|
Definition at line 876 of file OSGQFieldView_qt.cpp. References _pLabel. 00877 { 00878 return _pLabel; 00879 }
|
|
|
Definition at line 882 of file OSGQFieldView_qt.cpp. References _pLabel, and osg::QFieldValueLabelBase::getIndex().
|
|
|
Definition at line 888 of file OSGQFieldView_qt.cpp. References _rectPos. 00889 { 00890 _rectPos = rectPos; 00891 }
|
|
|
Definition at line 894 of file OSGQFieldView_qt.cpp. References _rectPos. 00895 { 00896 return _rectPos; 00897 }
|
|
|
Definition at line 900 of file OSGQFieldView_qt.cpp. References _rectPos. 00901 { 00902 return _rectPos; 00903 }
|
|
|
Definition at line 238 of file OSGQFieldView_qt.h. Referenced by getIndex(), getLabel(), and setLabel(). |
|
|
Definition at line 239 of file OSGQFieldView_qt.h. |
1.4.3