24 #ifndef TODO_SUMMARYWIDGET_H 25 #define TODO_SUMMARYWIDGET_H 27 #include <tqptrlist.h> 45 TodoSummaryWidget( TodoPlugin *plugin, TQWidget *parent, 46 const char *name = 0 ); 53 void updateSummary( bool force = false ) { Q_UNUSED( force ); updateView(); } 56 virtual bool eventFilter( TQObject *obj, TQEvent* e ); 60 void popupMenu( const TQString &uid ); 61 void viewTodo( const TQString &uid ); 62 void removeTodo( const TQString &uid ); 63 void completeTodo( const TQString &uid ); 67 TQGridLayout *mLayout; 69 TQPtrList<TQLabel> mLabels;
virtual int summaryHeight() const Return logical height of summary widget.
virtual TQStringList configModules() const Return list of strings identifying configuration modules for this summary part.
virtual void updateSummary(bool force=false) This is called if the displayed information should be updated.
Summary widget for display in the Summary View plugin.
|