ReleaseInputDialog Class Reference
Every time an operation needs to prompt the user about a release name, it can use this class: just customize the message to display. More...
#include <releaseinputdialog.h>
Inheritance diagram for ReleaseInputDialog:


Public Member Functions | |
ReleaseInputDialog (QWidget *parent=0) | |
C-tor. | |
virtual | ~ReleaseInputDialog () |
Destructor. | |
QString | release () const |
bool | isRevert () const |
Private Types | |
enum | ReleaseType { byHead, byDate, byRevision } |
Private Member Functions | |
ReleaseType | type () const |
Detailed Description
Every time an operation needs to prompt the user about a release name, it can use this class: just customize the message to display.
Definition at line 21 of file releaseinputdialog.h.
Member Enumeration Documentation
|
Definition at line 49 of file releaseinputdialog.h. Referenced by type(). |
Constructor & Destructor Documentation
|
C-tor.
Definition at line 23 of file releaseinputdialog.cpp. |
|
Destructor.
Definition at line 30 of file releaseinputdialog.cpp. |
Member Function Documentation
|
Definition at line 36 of file releaseinputdialog.cpp. Referenced by CvsServicePartImpl::update(). |
|
Definition at line 43 of file releaseinputdialog.cpp. References type(). Referenced by CvsServicePartImpl::update(). |
|
Definition at line 55 of file releaseinputdialog.cpp. References ReleaseType. Referenced by release(). |
The documentation for this class was generated from the following files:
- vcs/cvsservice/releaseinputdialog.h
- vcs/cvsservice/releaseinputdialog.cpp