- Timestamp:
- 06/09/08 01:10:45 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/MultiDisplay/OSGMultiDisplayWindowBase.h
r1197 r1288 143 143 144 144 145 #ifdef OSG_1_GET_COMPAT146 SFUInt32 *getSFHServers (void);147 #endif148 145 SFUInt32 *editSFHServers (void); 149 146 const SFUInt32 *getSFHServers (void) const; 150 147 151 #ifdef OSG_1_GET_COMPAT152 SFUInt32 *getSFVServers (void);153 #endif154 148 SFUInt32 *editSFVServers (void); 155 149 const SFUInt32 *getSFVServers (void) const; 156 150 157 #ifdef OSG_1_GET_COMPAT158 SFBool *getSFManageClientViewports (void);159 #endif160 151 SFBool *editSFManageClientViewports(void); 161 152 const SFBool *getSFManageClientViewports (void) const; 162 153 163 #ifdef OSG_1_GET_COMPAT164 SFInt32 *getSFXOverlap (void);165 #endif166 154 SFInt32 *editSFXOverlap (void); 167 155 const SFInt32 *getSFXOverlap (void) const; 168 156 169 #ifdef OSG_1_GET_COMPAT170 SFInt32 *getSFYOverlap (void);171 #endif172 157 SFInt32 *editSFYOverlap (void); 173 158 const SFInt32 *getSFYOverlap (void) const; 174 159 175 160 176 #ifdef OSG_1_GET_COMPAT177 UInt32 &getHServers (void);178 #endif179 161 UInt32 &editHServers (void); 180 const UInt32 getHServers (void) const; 181 182 #ifdef OSG_1_GET_COMPAT 183 UInt32 &getVServers (void); 184 #endif 162 UInt32 getHServers (void) const; 163 185 164 UInt32 &editVServers (void); 186 const UInt32 getVServers (void) const; 187 188 #ifdef OSG_1_GET_COMPAT 189 bool &getManageClientViewports (void); 190 #endif 165 UInt32 getVServers (void) const; 166 191 167 bool &editManageClientViewports(void); 192 const bool getManageClientViewports (void) const; 193 194 #ifdef OSG_1_GET_COMPAT 195 Int32 &getXOverlap (void); 196 #endif 168 bool getManageClientViewports (void) const; 169 197 170 Int32 &editXOverlap (void); 198 const Int32 getXOverlap (void) const; 199 200 #ifdef OSG_1_GET_COMPAT 201 Int32 &getYOverlap (void); 202 #endif 171 Int32 getXOverlap (void) const; 172 203 173 Int32 &editYOverlap (void); 204 constInt32 getYOverlap (void) const;174 Int32 getYOverlap (void) const; 205 175 206 176 /*! \} */ … … 209 179 /*! \{ */ 210 180 211 void setHServers (const UInt32 &value);212 void setVServers (const UInt32 &value);213 void setManageClientViewports(const bool &value);214 void setXOverlap (const Int32 &value);215 void setYOverlap (const Int32 &value);181 void setHServers (const UInt32 value); 182 void setVServers (const UInt32 value); 183 void setManageClientViewports(const bool value); 184 void setXOverlap (const Int32 value); 185 void setYOverlap (const Int32 value); 216 186 217 187 /*! \} */
