22 #ifndef SUMMARYVIEW_PLUGIN_H 23 #define SUMMARYVIEW_PLUGIN_H 26 #include <tdelocale.h> 27 #include <tdeparts/part.h> 31 class TDESelectAction; 33 class SummaryViewPart; 41 SummaryView( Kontact::Core *core, const char *name, const TQStringList& ); 42 virtual ~SummaryView(); 44 int weight() const { return 100; } 54 void syncAccount( const TQString& account ); 55 void fillSyncActionSubEntries(); 58 TDEAboutData *mAboutData; 59 SummaryViewPart *mPart; 60 TDESelectAction *mSyncAction; virtual KParts::ReadOnlyPart * createPart()=0 Reimplement and return the part here.
This class provides the interface to the Kontact core for the plugins.
Base class for all Plugins in Kontact.
virtual const TDEAboutData * aboutData() Reimplement this method if you want to add your credits to the Kontact about dialog.
virtual int weight() const Return the weight of the plugin.
|