Go to the documentation of this file.
20 #ifndef __EVENTLINE_INC__
21 #define __EVENTLINE_INC__
32 #include <libbbb/1/list2d.h>
90 unsigned int max_count_;
124 inline ID identificator (
void )
const
128 inline unsigned int dataCount (
void )
const
129 {
return (
unsigned int) event_data_.count(); }
143 void discardOldEntries (
void );
153 unsigned int maxEntries (
void )
const
154 {
return max_count_; }
157 virtual bool save ( QSettings & s )
const;
160 virtual bool load ( QSettings & s );
178 #endif // __EVENTLINE_INC__