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.
| QMFieldView::LabelInfo::LabelInfo | ( | void | ) |
| QMFieldView::LabelInfo::LabelInfo | ( | QFieldValueLabelBase * | pLabel, | |
| const QRect & | rectPos | |||
| ) |
| void QMFieldView::LabelInfo::setLabel | ( | QFieldValueLabelBase * | pLabel | ) |
Definition at line 870 of file OSGQFieldView_qt.cpp.
References _pLabel.
00871 { 00872 _pLabel = pLabel; 00873 }
| QFieldValueLabelBase * QMFieldView::LabelInfo::getLabel | ( | void | ) | const |
Definition at line 876 of file OSGQFieldView_qt.cpp.
References _pLabel.
00877 { 00878 return _pLabel; 00879 }
| UInt32 QMFieldView::LabelInfo::getIndex | ( | void | ) | const |
Definition at line 882 of file OSGQFieldView_qt.cpp.
References _pLabel, and osg::QFieldValueLabelBase::getIndex().
| void QMFieldView::LabelInfo::setRect | ( | const QRect & | rectPos | ) |
Definition at line 888 of file OSGQFieldView_qt.cpp.
References _rectPos.
00889 { 00890 _rectPos = rectPos; 00891 }
| QRect & QMFieldView::LabelInfo::getRect | ( | void | ) |
Definition at line 894 of file OSGQFieldView_qt.cpp.
References _rectPos.
00895 { 00896 return _rectPos; 00897 }
| const QRect & QMFieldView::LabelInfo::getRect | ( | void | ) | const |
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().
QRect osg::QMFieldView::LabelInfo::_rectPos [private] |
1.5.5