Subversion Repositories svn1-original

Rev

Rev 314 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 314 Rev 317
Line 79... Line 79...
79
----------------------------------------------------------------------------*/
79
----------------------------------------------------------------------------*/
80
 
80
 
81
class qmTwiFlag : public QTableWidgetItem
81
class qmTwiFlag : public QTableWidgetItem
82
{
82
{
83
public:
83
public:
84
    qmTwiFlag ( const QString txt, int value  );
84
    qmTwiFlag ( const QString txt, bool value, int sort=0  );
85
    bool operator< ( const QTableWidgetItem & other ) const;
85
    bool operator< ( const QTableWidgetItem & other ) const;
86
 
86
 
87
private:
87
private:
88
    int number;
88
    int sort;
-
 
89
};
-
 
90
 
-
 
91
/*----------------------------------------------------------------------------
-
 
92
** FUNCTION           : 
-
 
93
**
-
 
94
** DESCRIPTION        :
-
 
95
----------------------------------------------------------------------------*/
-
 
96
 
-
 
97
class qmTwiEditFlag : public QTableWidgetItem
-
 
98
{
-
 
99
public:
-
 
100
    qmTwiEditFlag ( const QString txt, bool value, int sort=0  );
-
 
101
    bool operator< ( const QTableWidgetItem & other ) const;
-
 
102
 
-
 
103
private:
-
 
104
    int sort;
89
};
105
};
90
 
106
 
91
#endif // QMTABLEWIDGETITEMS_H
107
#endif // QMTABLEWIDGETITEMS_H