VCSDialog Class Referenceabstract
#include <kdevvcsintegrator.h>
Public Member Functions | |
virtual void | accept ()=0 |
virtual void | init (const TQString &projectName, const TQString &projectLocation)=0 |
virtual TQWidget * | self ()=0 |
Detailed Description
VCS Integration Dialog.
Usually it is created as:
MyVCSDialog(TQWidget *parent = 0, const char *name = 0);
virtual TQWidget *self() {
return const_cast<MyVCSDialog*>(this);
}
}
Definition at line 47 of file kdevvcsintegrator.h.
Member Function Documentation
◆ accept()
|
pure virtual |
Implement all integration actions here.
Do not use TQDialog::accept method to perform integration actions.
◆ init()
|
pure virtual |
Init integration dialog with the project name and location.
◆ self()
|
pure virtual |
Reimplement to return an actual integration widget.
Use TQWidgets for that, not TQDialogs because integrator dialogs are usually have parent containers.
The documentation for this class was generated from the following file: