Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

osg::QMFieldView::LabelInfo Class Reference

List of all members.

Public Member Functions

 LabelInfo (void)
 LabelInfo (QFieldValueLabelBase *pLabel, const QRect &rectPos)
void setLabel (QFieldValueLabelBase *pLabel)
QFieldValueLabelBasegetLabel (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

Detailed Description

Definition at line 222 of file OSGQFieldView_qt.h.


Constructor & Destructor Documentation

QMFieldView::LabelInfo::LabelInfo void   ) 
 

Definition at line 856 of file OSGQFieldView_qt.cpp.

00857     : _pLabel (NULL),
00858       _rectPos(    )
00859 {
00860 }

QMFieldView::LabelInfo::LabelInfo QFieldValueLabelBase pLabel,
const QRect &  rectPos
 

Definition at line 862 of file OSGQFieldView_qt.cpp.

00864     : _pLabel (pLabel ),
00865       _rectPos(rectPos)
00866 {
00867 }


Member Function Documentation

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().

00883 {
00884     return _pLabel->getIndex();
00885 }

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 }


Member Data Documentation

QFieldValueLabelBase* osg::QMFieldView::LabelInfo::_pLabel [private]
 

Definition at line 238 of file OSGQFieldView_qt.h.

Referenced by getIndex(), getLabel(), and setLabel().

QRect osg::QMFieldView::LabelInfo::_rectPos [private]
 

Definition at line 239 of file OSGQFieldView_qt.h.

Referenced by getRect(), and setRect().


The documentation for this class was generated from the following files:
Generated on Thu Aug 25 04:31:10 2005 for OpenSG by  doxygen 1.4.3