Changeset 6259 for branches/qt4-gui_group/src/dialogs/editgrpdlg.h
- Timestamp:
- 06/11/08 08:25:24 (6 months ago)
- Files:
-
- 1 modified
-
branches/qt4-gui_group/src/dialogs/editgrpdlg.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt4-gui_group/src/dialogs/editgrpdlg.h
r6209 r6259 42 42 43 43 private: 44 /** 45 * Get group id for group currently marked 46 * 47 * @return Group id for current group or zero if no group is marked 48 */ 49 unsigned short currentGroupId() const; 50 51 /** 52 * Set current group id in list 53 * 54 * @param groupId Id of group to make current 55 */ 56 void setCurrentGroupId(unsigned short groupId); 57 58 /** 59 * Move a group in the list 60 * 61 * @param delta Direction to move, positive for down 62 */ 63 void moveGroup(int delta); 64 44 65 QListWidget* lstGroups; 45 66 QGroupBox* grpGroups; … … 58 79 InfoField* nfoNewUser; 59 80 60 unsigned short m _nEditGrp;81 unsigned short myEditGroupId; 61 82 62 83 void RefreshList();
