kdevmakefrontend.h
Go to the documentation of this file.
void commandFinished(const TQString &command)
Only emitted if the command was succesfully finished.
void commandFailed(const TQString &command)
Emitted if a command failed.
KDevMakeFrontend(const KDevPluginInfo *info, TQObject *parent=0, const char *name=0)
Constructor.
Definition: kdevmakefrontend.h:69
virtual bool isRunning()=0
virtual void updateSettingsFromConfig()=0
Advices to synchronize the settings from TDEConfig because they were changed externally.
virtual void queueCommand(const TQString &dir, const TQString &command)=0
The component shall start to execute a make-like command.