ShellScriptBuildSystem Class Reference
#include <shellscriptbuildsystem.h>
Inheritance diagram for ShellScriptBuildSystem:


Public Member Functions | |
ShellScriptBuildSystem (QObject *parent=0, const char *name=0, const QStringList args=QStringList()) | |
~ShellScriptBuildSystem () | |
virtual QString | buildSystemName () |
the name of the build system for using in project configuration files | |
virtual QValueList< ProjectConfigTab * > | confWidgets () |
reimplement to include project configuration widgets that will be included in Project|Project Options|Configure Options all those widgets will go to the tab bar below the configuration profiles widget | |
virtual void | configureBuildItem (KDialogBase *dia, BuildBaseItem *it) |
reimplement to show configure build item dialog | |
virtual void | createBuildSystem (BuildBaseItem *it) |
reimplement this to create your build system like makefiles ant's xml files or shell scripts to build the currently selected project item (like target or group) | |
virtual void | build (BuildBaseItem *it=0) |
implement this to allow building of files, targets and groups | |
virtual void | install (BuildBaseItem *it=0) |
implement this to allow installing of targets and groups | |
virtual void | execute (BuildBaseItem *it=0) |
implement this to allow executing of targets and groups | |
virtual void | clean (BuildBaseItem *it=0) |
implement this to allow cleaning of targets and groups |
Constructor & Destructor Documentation
|
|
|
Definition at line 28 of file shellscriptbuildsystem.cpp. |
Member Function Documentation
|
implement this to allow building of files, targets and groups
Implements KDevBuildSystem. Definition at line 58 of file shellscriptbuildsystem.cpp. |
|
the name of the build system for using in project configuration files
Implements KDevBuildSystem. Definition at line 33 of file shellscriptbuildsystem.cpp. |
|
implement this to allow cleaning of targets and groups
Implements KDevBuildSystem. Definition at line 70 of file shellscriptbuildsystem.cpp. |
|
reimplement to show configure build item dialog
Reimplemented from KDevBuildSystem. Definition at line 44 of file shellscriptbuildsystem.cpp. References KDevBuildSystem::configureBuildItem(), and kdDebug(). |
|
reimplement to include project configuration widgets that will be included in Project|Project Options|Configure Options all those widgets will go to the tab bar below the configuration profiles widget
Implements KDevBuildSystem. Definition at line 38 of file shellscriptbuildsystem.cpp. |
|
reimplement this to create your build system like makefiles ant's xml files or shell scripts to build the currently selected project item (like target or group)
Implements KDevBuildSystem. Definition at line 54 of file shellscriptbuildsystem.cpp. |
|
implement this to allow executing of targets and groups
Implements KDevBuildSystem. Definition at line 66 of file shellscriptbuildsystem.cpp. |
|
implement this to allow installing of targets and groups
Implements KDevBuildSystem. Definition at line 62 of file shellscriptbuildsystem.cpp. |
The documentation for this class was generated from the following files:
- buildtools/generic/buildsystem/shellscript/shellscriptbuildsystem.h
- buildtools/generic/buildsystem/shellscript/shellscriptbuildsystem.cpp