- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/Base/OSGClusterWindowBase.h
r1178 r1193 222 222 SFString *editSFServiceInterface(void); 223 223 const SFString *getSFServiceInterface (void) const; 224 const SFUnrecWindowPtr *getSFClientWindow (void) const; 224 const SFUnrecWindowPtr *getSFClientWindow (void) const; 225 SFUnrecWindowPtr *editSFClientWindow (void); 225 226 226 227 #ifdef OSG_1_GET_COMPAT … … 235 236 SFUInt32 *editSFFrameCount (void); 236 237 const SFUInt32 *getSFFrameCount (void) const; 237 const SFUnrecImageComposerPtr *getSFComposer (void) const; 238 const SFUnrecImageComposerPtr *getSFComposer (void) const; 239 SFUnrecImageComposerPtr *editSFComposer (void); 238 240 239 241 #ifdef OSG_1_GET_COMPAT … … 249 251 #endif 250 252 std::string &editServers (const UInt32 index); 251 const std::string &getServers (const UInt32 index) const; 252 MFString &editServers (void); 253 const MFString &getServers (void) const; 253 const std::string getServers (const UInt32 index) const; 254 254 255 255 #ifdef OSG_1_GET_COMPAT … … 257 257 #endif 258 258 std::string &editConnectionType (void); 259 const std::string &getConnectionType (void) const;259 const std::string getConnectionType (void) const; 260 260 261 261 #ifdef OSG_1_GET_COMPAT … … 263 263 #endif 264 264 std::string &editConnectionInterface(void); 265 const std::string &getConnectionInterface (void) const;265 const std::string getConnectionInterface (void) const; 266 266 267 267 #ifdef OSG_1_GET_COMPAT … … 269 269 #endif 270 270 std::string &editConnectionDestination(void); 271 const std::string &getConnectionDestination (void) const;271 const std::string getConnectionDestination (void) const; 272 272 273 273 #ifdef OSG_1_GET_COMPAT … … 275 275 #endif 276 276 std::string &editConnectionParams(void); 277 const std::string &getConnectionParams (void) const;277 const std::string getConnectionParams (void) const; 278 278 279 279 #ifdef OSG_1_GET_COMPAT … … 281 281 #endif 282 282 UInt32 &editServicePort (void); 283 const UInt32 &getServicePort (void) const;283 const UInt32 getServicePort (void) const; 284 284 285 285 #ifdef OSG_1_GET_COMPAT … … 287 287 #endif 288 288 std::string &editServiceAddress (void); 289 const std::string &getServiceAddress (void) const;289 const std::string getServiceAddress (void) const; 290 290 291 291 #ifdef OSG_1_GET_COMPAT … … 293 293 #endif 294 294 std::string &editServiceInterface(void); 295 const std::string &getServiceInterface (void) const;295 const std::string getServiceInterface (void) const; 296 296 297 297 WindowPtr getClientWindow (void) const; … … 301 301 #endif 302 302 UInt32 &editInterleave (void); 303 const UInt32 &getInterleave (void) const;303 const UInt32 getInterleave (void) const; 304 304 305 305 #ifdef OSG_1_GET_COMPAT … … 307 307 #endif 308 308 UInt32 &editFrameCount (void); 309 const UInt32 &getFrameCount (void) const;309 const UInt32 getFrameCount (void) const; 310 310 311 311 ImageComposerPtr getComposer (void) const; … … 316 316 #endif 317 317 std::string &editAutostart (const UInt32 index); 318 const std::string &getAutostart (const UInt32 index) const; 319 MFString &editAutostart (void); 320 const MFString &getAutostart (void) const; 318 const std::string getAutostart (const UInt32 index) const; 321 319 322 320 /*! \} */ … … 346 344 /*! \name Ptr MField Set */ 347 345 /*! \{ */ 348 349 350 351 346 352 347 /*! \} */
