• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • TDevelop Extra Interfaces Library
 

TDevelop Extra Interfaces Library

Public Member Functions | List of all members
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()

virtual VCSDialog* KDevVCSIntegrator::fetcher ( TQWidget *  parent)
pure virtual

Reimplement to return a dialog to fetch the project from VCS.

◆ integrator()

virtual VCSDialog* KDevVCSIntegrator::integrator ( TQWidget *  parent)
pure virtual

Reimplement to return a dialog to integrate the project into VCS.


The documentation for this class was generated from the following files:
  • kdevvcsintegrator.h
  • kdevvcsintegrator.cpp

TDevelop Extra Interfaces Library

Skip menu "TDevelop Extra Interfaces Library"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members

TDevelop Extra Interfaces Library

Skip menu "TDevelop Extra Interfaces Library"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for TDevelop Extra Interfaces Library by doxygen 1.8.13
This website is maintained by Timothy Pearson.