From 9ff0641f33e63cc88e96d0066dba43b4699ca489 Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 28 Mar 2005 10:17:06 +0000 Subject: filter settings --- (limited to 'korganizer/mainwindow.h') diff --git a/korganizer/mainwindow.h b/korganizer/mainwindow.h index b3041dc..79fb305 100644 --- a/korganizer/mainwindow.h +++ b/korganizer/mainwindow.h @@ -24,6 +24,7 @@ class KSyncProfile; #define QPEMenuBar QMenuBar #endif class QPEToolBar; +class QPEMenuBar; namespace KCal { @@ -53,6 +54,7 @@ class MainWindow : public QMainWindow void setCaption ( const QString & ); void updateWeekNum(const KCal::DateList &); void updateWeek(QDate); + void updateFilterToolbar(); virtual void showMaximized (); void configureAgenda( int ); void recieve( const QCString& msg, const QByteArray& data ); @@ -93,6 +95,8 @@ class MainWindow : public QMainWindow void exportVCalendar(); void fillFilterMenu(); void selectFilter( int ); + void fillFilterMenuPopup(); + void selectFilterPopup( int ); void exportToPhone( int ); void toggleBeamReceive(); void disableBR(bool); @@ -114,13 +118,18 @@ class MainWindow : public QMainWindow #ifndef DESKTOP_VERSION QCopChannel* infrared; #endif - QAction* brAction; + QAction* brAction; KSyncManager* mSyncManager; bool mClosed; void saveOnClose(); bool mFlagKeyPressed; bool mBlockAtStartup; QPEToolBar *iconToolBar; + QPEToolBar *viewToolBar; + QPEToolBar *navigatorToolBar; + QPEToolBar *filterToolBar; + QPEMenuBar *filterMenubar; + QPopupMenu * filterPopupMenu; void initActions(); void setDefaultPreferences(); void keyPressEvent ( QKeyEvent * ) ; -- cgit v0.9.0.2