TagDialog Class Reference
Implementation for a dialog collecting data for tagging / branching CVS repositories. More...
#include <tagdialog.h>
Inheritance diagram for TagDialog:

Public Member Functions | |
TagDialog (const QString &caption, QWidget *parent=0, const char *name=0) | |
virtual | ~TagDialog () |
QString | tagName () const |
QString | branchName () const |
bool | isBranch () const |
bool | force () const |
Protected Slots | |
virtual void | accept () |
Detailed Description
Implementation for a dialog collecting data for tagging / branching CVS repositories.
- Author:
- Mario Scalas
Definition at line 23 of file tagdialog.h.
Constructor & Destructor Documentation
|
Definition at line 21 of file tagdialog.cpp. References TagDialog(). Referenced by TagDialog(). |
|
Definition at line 32 of file tagdialog.cpp. |
Member Function Documentation
|
Definition at line 38 of file tagdialog.cpp. |
|
Definition at line 55 of file tagdialog.cpp. References tagName(). |
|
Definition at line 69 of file tagdialog.cpp. Referenced by CvsServicePartImpl::tag(), and CvsServicePartImpl::unTag(). |
|
Definition at line 62 of file tagdialog.cpp. Referenced by CvsServicePartImpl::tag(), and CvsServicePartImpl::unTag(). |
|
Definition at line 48 of file tagdialog.cpp. Referenced by branchName(), CvsServicePartImpl::tag(), and CvsServicePartImpl::unTag(). |
The documentation for this class was generated from the following files:
- vcs/cvsservice/tagdialog.h
- vcs/cvsservice/tagdialog.cpp