Changeset 138 for trunk/orca/qt/qorca.h
- Timestamp:
- 05/04/06 21:52:56 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/qt/qorca.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/qt/qorca.h
r90 r138 58 58 public: 59 59 60 enum eRecFlags 61 { 62 DeleteObject = 0x0001 63 }; 64 60 65 struct REC 61 66 { 62 int type; 67 short type; 68 short flags; 63 69 union 64 70 { … … 70 76 WIDPool() : _freeCount(0), _freeIndex(-1) {} 71 77 72 int add( QObject*, int type );78 int add( QObject*, int type, int flags = 0 ); 73 79 void remove( int id ); 74 80 REC* record( int id );
