Mercurial > mercurial > hgweb_qlipbrd.cgi
comparison include/qdata.h @ 3:fd4361d2cbbd default tip
add remember function.
author | pyon@macmini |
---|---|
date | Thu, 24 Sep 2015 07:45:26 +0900 |
parents | 50d9f4e2a540 |
children |
comparison
equal
deleted
inserted
replaced
2:50d9f4e2a540 | 3:fd4361d2cbbd |
---|---|
1 // Filename: qdata.h | 1 // Filename: qdata.h |
2 // Last Change: 2015-09-13 Sun 09:28:00. | 2 // Last Change: 2015-09-24 Thu 06:09:33. |
3 // | 3 // |
4 #ifndef __QDATA_H__ | 4 #ifndef __QDATA_H__ |
5 #define __QDATA_H__ | 5 #define __QDATA_H__ |
6 | 6 |
7 class QlipData { | 7 class QlipData { |
11 bool overwrite; | 11 bool overwrite; |
12 int max_active_time; | 12 int max_active_time; |
13 int max_live_time; | 13 int max_live_time; |
14 int active_time; | 14 int active_time; |
15 int live_time; | 15 int live_time; |
16 bool remember; | |
16 wxString desc; | 17 wxString desc; |
17 | 18 |
18 bool IsArrived() { | 19 bool IsArrived() { |
19 active_time++; | 20 active_time++; |
20 if ( max_active_time == active_time ) { | 21 if ( max_active_time == active_time ) { |