• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • TDevelop Interfaces Library
 

TDevelop Interfaces Library

  • lib
  • interfaces
kdevplugininfo.h
Go to the documentation of this file.
1 /* This file is part of the KDE project
2  Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
3 
4  This library is free software; you can redistribute it and/or
5  modify it under the terms of the GNU Library General Public
6  License as published by the Free Software Foundation; either
7  version 2 of the License, or (at your option) any later version.
8 
9  This library is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  Library General Public License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this library; see the file COPYING.LIB. If not, write to
16  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17  Boston, MA 02110-1301, USA.
18 */
19 #ifndef KDEVPLUGININFO_H
20 #define KDEVPLUGININFO_H
21 
22 #include <tqvariant.h>
23 
24 #include <tdeaboutdata.h>
25 
39 class KDevPluginInfo
40 {
41 public:
45  KDevPluginInfo(const TQString &pluginName);
46 
49  operator TDEAboutData*() const;
50 
52  TQString pluginName() const;
54  TQString genericName() const;
56  TQString icon() const;
58  TQString description() const;
60  TQString version() const;
62  int licenseType() const;
64  TQString license() const;
66  TQString copyrightStatement() const;
68  TQString homePageAddress() const;
70  TQString bugsEmailAddress() const;
71 
74  TQVariant property(const TQString &name) const;
77  TQVariant operator [] (const TQString &name) const;
79  TQStringList propertyNames() const;
80 
82  const TQValueList<TDEAboutPerson> authors() const;
84  const TQValueList<TDEAboutPerson> credits() const;
85 
92  void addAuthor(const char *name, const char *task,
93  const char *emailAddress = 0, const char *webAddress = 0);
100  void addCredit(const char *name, const char *task = 0,
101  const char *emailAddress = 0, const char *webAddress = 0);
102 
103 private:
105  const char *rawGenericName() const;
106 
107  class Private;
108  Private *d;
109 };
110 
111 #endif
KDevPluginInfo::version
TQString version() const
Definition: kdevplugininfo.cpp:117
KDevPluginInfo::authors
const TQValueList< TDEAboutPerson > authors() const
KDevPluginInfo::addCredit
void addCredit(const char *name, const char *task=0, const char *emailAddress=0, const char *webAddress=0)
Adds a contributor to the list of contributors.
Definition: kdevplugininfo.cpp:177
KDevPluginInfo::copyrightStatement
TQString copyrightStatement() const
Definition: kdevplugininfo.cpp:135
KDevPluginInfo::propertyNames
TQStringList propertyNames() const
Definition: kdevplugininfo.cpp:163
KDevPluginInfo::homePageAddress
TQString homePageAddress() const
Definition: kdevplugininfo.cpp:140
KDevPluginInfo::credits
const TQValueList< TDEAboutPerson > credits() const
KDevPluginInfo::genericName
TQString genericName() const
Definition: kdevplugininfo.cpp:102
KDevPluginInfo::addAuthor
void addAuthor(const char *name, const char *task, const char *emailAddress=0, const char *webAddress=0)
Adds an author to the list of authors.
Definition: kdevplugininfo.cpp:171
KDevPluginInfo::icon
TQString icon() const
Definition: kdevplugininfo.cpp:107
KDevPluginInfo::property
TQVariant property(const TQString &name) const
Definition: kdevplugininfo.cpp:150
KDevPluginInfo::license
TQString license() const
Definition: kdevplugininfo.cpp:127
KDevPluginInfo::operator[]
TQVariant operator[](const TQString &name) const
Definition: kdevplugininfo.cpp:158
KDevPluginInfo::bugsEmailAddress
TQString bugsEmailAddress() const
Definition: kdevplugininfo.cpp:145
KDevPluginInfo::pluginName
TQString pluginName() const
Definition: kdevplugininfo.cpp:97
KDevPluginInfo::licenseType
int licenseType() const
Definition: kdevplugininfo.cpp:122
KDevPluginInfo::KDevPluginInfo
KDevPluginInfo(const TQString &pluginName)
Constructor.
Definition: kdevplugininfo.cpp:49
KDevPluginInfo::description
TQString description() const
Definition: kdevplugininfo.cpp:112
KDevPluginInfo
Information about TDevelop plugin.
Definition: kdevplugininfo.h:39

TDevelop Interfaces Library

Skip menu "TDevelop Interfaces Library"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

TDevelop Interfaces Library

Skip menu "TDevelop Interfaces Library"
  • 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 TDevelop Interfaces Library by doxygen 1.8.13
This website is maintained by Timothy Pearson.