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

KDevelop Generic Shell

  • src
generalinfowidget.h
1 /***************************************************************************
2  * Copyright (C) 2002 by Yann Hodique *
3  * Yann.Hodique@lifl.fr *
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 #ifndef _GENERALINFOWIDGET_H_
12 #define _GENERALINFOWIDGET_H_
13 
14 #include <tqwidget.h>
15 #include <tqdom.h>
16 
17 #include "generalinfowidgetbase.h"
18 
19 class TQDomDocument;
20 
24 class GeneralInfoWidget : public GeneralInfoWidgetBase {
25  Q_OBJECT
26 
27 
28 public:
29 
30  GeneralInfoWidget(TQDomDocument &projectDom, TQWidget *parent=0, const char *name=0);
31  ~GeneralInfoWidget();
32 
33 public slots:
34  void accept();
35 
36 private slots:
37  void slotProjectDirectoryChanged( const TQString& text );
38  void slotProjectDirectoryComboChanged();
39 
40 private:
41 
42  TQDomDocument m_projectDom;
43 
44  void readConfig();
45  void writeConfig();
46 
47  bool isProjectDirectoryAbsolute();
48  TQString projectDirectory();
49  void setProjectDirectoryError( const TQString& error );
50  void setProjectDirectorySuccess();
51  void configureinUpdateVersion( TQString configureinpath, TQString newVersion );
52 };
53 
54 #endif
GeneralInfoWidget
General project information widget.
Definition: generalinfowidget.h:24

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.