• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop Generic Shell
 

KDevelop Generic Shell

  • src
pluginselectdialog.h
1 /***************************************************************************
2  * Copyright (C) 2006 by Jens Dagerbo *
3  * jens.dagerbo@swipnet.se *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU General Public License as published by *
7  * the Free Software Foundation; either version 2 of the License, or *
8  * (at your option) any later version. *
9  * *
10  ***************************************************************************/
11 
12 
13 #ifndef PLUGINSELECTDIALOG_H
14 #define PLUGINSELECTDIALOG_H
15 
16 #include "pluginselectdialogbase.h"
17 
18 class PluginController;
19 
20 class PluginSelectDialog : public PluginSelectDialogBase
21 {
22  Q_OBJECT
23 
24 
25 public:
26  PluginSelectDialog( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
27  ~PluginSelectDialog();
28 
29  TQStringList unselectedPluginNames();
30 
31 private:
32  void init();
33 
34 protected slots:
35  virtual void saveAsDefault();
36  void itemSelected( TQListViewItem * );
37  void openURL( const TQString & );
38 
39 };
40 
41 #endif
42 
43 // kate: space-indent off; indent-width 4; tab-width 4; show-tabs off;
PluginController
Plugin controller implementation.
Definition: plugincontroller.h:23

KDevelop Generic Shell

Skip menu "KDevelop Generic Shell"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

KDevelop Generic Shell

Skip menu "KDevelop Generic Shell"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop Generic Shell by doxygen 1.8.13
This website is maintained by Timothy Pearson.