Changeset 1193 for trunk/Source/System/Cluster/Window/BalancedMultiWindow/OSGBalancedMultiWindowBase.h
- Timestamp:
- 05/05/08 06:39:01 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/BalancedMultiWindow/OSGBalancedMultiWindowBase.h
r1116 r1193 178 178 #endif 179 179 bool &editBalance (void); 180 const bool &getBalance (void) const;180 const bool getBalance (void) const; 181 181 182 182 #ifdef OSG_1_GET_COMPAT … … 184 184 #endif 185 185 bool &editBestCut (void); 186 const bool &getBestCut (void) const;186 const bool getBestCut (void) const; 187 187 188 188 #ifdef OSG_1_GET_COMPAT … … 190 190 #endif 191 191 bool &editShowBalancing (void); 192 const bool &getShowBalancing (void) const;192 const bool getShowBalancing (void) const; 193 193 194 194 #ifdef OSG_1_GET_COMPAT … … 196 196 #endif 197 197 UInt32 &editTileSize (void); 198 const UInt32 &getTileSize (void) const;198 const UInt32 getTileSize (void) const; 199 199 200 200 #ifdef OSG_1_GET_COMPAT … … 202 202 #endif 203 203 bool &editShort (void); 204 const bool &getShort (void) const;204 const bool getShort (void) const; 205 205 206 206 /*! \} */ … … 219 219 /*! \name Ptr MField Set */ 220 220 /*! \{ */ 221 221 222 /*! \} */ 222 223 /*---------------------------------------------------------------------*/
