- Timestamp:
- 05/05/08 06:39:01 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/MultiDisplay/OSGMultiDisplayWindowBase.inl
r787 r1193 86 86 //! Get the value of the MultiDisplayWindow::_sfHServers field. 87 87 inline 88 const UInt32 &MultiDisplayWindowBase::getHServers(void) const88 const UInt32 MultiDisplayWindowBase::getHServers(void) const 89 89 { 90 90 return _sfHServers.getValue(); … … 119 119 //! Get the value of the MultiDisplayWindow::_sfVServers field. 120 120 inline 121 const UInt32 &MultiDisplayWindowBase::getVServers(void) const121 const UInt32 MultiDisplayWindowBase::getVServers(void) const 122 122 { 123 123 return _sfVServers.getValue(); … … 152 152 //! Get the value of the MultiDisplayWindow::_sfManageClientViewports field. 153 153 inline 154 const bool &MultiDisplayWindowBase::getManageClientViewports(void) const154 const bool MultiDisplayWindowBase::getManageClientViewports(void) const 155 155 { 156 156 return _sfManageClientViewports.getValue(); … … 185 185 //! Get the value of the MultiDisplayWindow::_sfXOverlap field. 186 186 inline 187 const Int32 &MultiDisplayWindowBase::getXOverlap(void) const187 const Int32 MultiDisplayWindowBase::getXOverlap(void) const 188 188 { 189 189 return _sfXOverlap.getValue(); … … 218 218 //! Get the value of the MultiDisplayWindow::_sfYOverlap field. 219 219 inline 220 const Int32 &MultiDisplayWindowBase::getYOverlap(void) const220 const Int32 MultiDisplayWindowBase::getYOverlap(void) const 221 221 { 222 222 return _sfYOverlap.getValue();
