- Timestamp:
- 05/05/08 06:39:01 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/MultiDisplay/OSGMultiDisplayWindowBase.h
r1116 r1193 178 178 #endif 179 179 UInt32 &editHServers (void); 180 const UInt32 &getHServers (void) const;180 const UInt32 getHServers (void) const; 181 181 182 182 #ifdef OSG_1_GET_COMPAT … … 184 184 #endif 185 185 UInt32 &editVServers (void); 186 const UInt32 &getVServers (void) const;186 const UInt32 getVServers (void) const; 187 187 188 188 #ifdef OSG_1_GET_COMPAT … … 190 190 #endif 191 191 bool &editManageClientViewports(void); 192 const bool &getManageClientViewports (void) const;192 const bool getManageClientViewports (void) const; 193 193 194 194 #ifdef OSG_1_GET_COMPAT … … 196 196 #endif 197 197 Int32 &editXOverlap (void); 198 const Int32 &getXOverlap (void) const;198 const Int32 getXOverlap (void) const; 199 199 200 200 #ifdef OSG_1_GET_COMPAT … … 202 202 #endif 203 203 Int32 &editYOverlap (void); 204 const Int32 &getYOverlap (void) const;204 const Int32 getYOverlap (void) const; 205 205 206 206 /*! \} */ … … 219 219 /*! \name Ptr MField Set */ 220 220 /*! \{ */ 221 221 222 /*! \} */ 222 223 /*---------------------------------------------------------------------*/
