- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/SortLast/OSGSortLastWindowBase.h
r1178 r1193 134 134 /*! \{ */ 135 135 136 const MFUnrecNodePtr *getMFGroupNodes (void) const; 136 const MFUnrecNodePtr *getMFGroupNodes (void) const; 137 MFUnrecNodePtr *editMFGroupNodes (void); 137 138 138 139 #ifdef OSG_1_GET_COMPAT … … 150 151 151 152 NodePtr getGroupNodes (const UInt32 index) const; 152 const MFUnrecNodePtr &getGroupNodes (void) const;153 153 154 154 #ifdef OSG_1_GET_COMPAT … … 157 157 #endif 158 158 UInt32 &editGroupLengths (const UInt32 index); 159 const UInt32 &getGroupLengths (const UInt32 index) const; 160 MFUInt32 &editGroupLengths (void); 161 const MFUInt32 &getGroupLengths (void) const; 159 const UInt32 getGroupLengths (const UInt32 index) const; 162 160 163 161 #ifdef OSG_1_GET_COMPAT … … 165 163 #endif 166 164 bool &editGroupsChanged (void); 167 const bool &getGroupsChanged (void) const;165 const bool getGroupsChanged (void) const; 168 166 169 167 /*! \} */ … … 186 184 void pushToGroupNodes (const NodePtr value ); 187 185 void assignGroupNodes (const MFUnrecNodePtr &value); 188 void insertIntoGroupNodes ( UInt32 uiIndex,189 const NodePtr value );190 void replaceInGroupNodes ( UInt32 uiIndex,191 const NodePtr value );192 void replaceInGroupNodes (const NodePtr pOldElem,193 const NodePtr pNewElem);194 186 void removeFromGroupNodes (UInt32 uiIndex ); 195 187 void removeFromGroupNodes(const NodePtr value ); 196 188 void clearGroupNodes (void ); 197 198 199 189 200 190
