doxygenpart.cpp File Reference
#include "doxygenpart.h"
#include "doxygenconfigwidget.h"
#include "configwidgetproxy.h"
#include "config.h"
#include <kdevmainwindow.h>
#include <kdevproject.h>
#include <kdevmakefrontend.h>
#include <kdevcore.h>
#include <codemodel.h>
#include <codemodel_utils.h>
#include <domutil.h>
#include <kdebug.h>
#include <klocale.h>
#include <kdevgenericfactory.h>
#include <kaction.h>
#include <kmessagebox.h>
#include <kmainwindow.h>
#include <kparts/part.h>
#include <ktexteditor/document.h>
#include <ktexteditor/viewcursorinterface.h>
#include <ktexteditor/editinterface.h>
#include <partcontroller.h>
#include <kdialogbase.h>
#include <qvbox.h>
#include <qfile.h>
#include <qtextstream.h>
#include <qpopupmenu.h>
#include <qfileinfo.h>
#include "doxygenpart.moc"
Include dependency graph for doxygenpart.cpp:

Go to the source code of this file.
Defines | |
#define | PROJECTOPTIONS 1 |
Typedefs | |
typedef KDevGenericFactory< DoxygenPart > | DoxygenFactory |
Functions | |
K_EXPORT_COMPONENT_FACTORY (libkdevdoxygen, DoxygenFactory(&data)) DoxygenPart | |
Variables | |
const KAboutData | data ("kdevdoxygen", I18N_NOOP("Doxygen"),"1.0") |
Define Documentation
|
Definition at line 46 of file doxygenpart.cpp. Referenced by K_EXPORT_COMPONENT_FACTORY(). |
Typedef Documentation
|
Definition at line 48 of file doxygenpart.cpp. |
Function Documentation
|
Definition at line 50 of file doxygenpart.cpp. References Config::convertStrToVal(), file, Config::instance(), Config::parse(), and PROJECTOPTIONS. |
Variable Documentation
|
|