KDevVCSIntegrator Class Referenceabstract
#include <kdevvcsintegrator.h>
Inherits TQObject.
Public Member Functions | |
KDevVCSIntegrator (TQObject *parent=0, const char *name=0) | |
virtual VCSDialog * | fetcher (TQWidget *parent)=0 |
virtual VCSDialog * | integrator (TQWidget *parent)=0 |
Detailed Description
The interface to VCS integrators.
VCS integrator takes care about setting up VCS for new and existing projects. It can, for example, perform checkout or import operations.
Definition at line 65 of file kdevvcsintegrator.h.
Member Function Documentation
◆ fetcher()
|
pure virtual |
Reimplement to return a dialog to fetch the project from VCS.
◆ integrator()
|
pure virtual |
Reimplement to return a dialog to integrate the project into VCS.
The documentation for this class was generated from the following files: