#include <rangeselectimpl.h>
Public Slots | |
| void | pushButtonOk_clicked () |
| void | checkBoxDiffCache_toggled (bool b) |
| void | checkBoxShowAll_toggled (bool b) |
| void | checkBoxShowDialog_toggled (bool b) |
| void | checkBoxShowWholeHistory_toggled (bool b) |
Public Member Functions | |
| RangeSelectImpl (QWidget *par, QString *range, const QStringList &tl, bool *quit, Git *g) | |
Private Member Functions | |
| void | orderTags (const QStringList &src, QStringList &dst) |
Private Attributes | |
| QString * | range |
| bool * | quit |
| Git * | git |
| QString | fromBckUp |
| QString | toBckUp |
Definition at line 14 of file rangeselectimpl.h.
| RangeSelectImpl | ( | QWidget * | par, | |
| QString * | range, | |||
| const QStringList & | tl, | |||
| bool * | quit, | |||
| Git * | g | |||
| ) |
Definition at line 20 of file rangeselectimpl.cpp.
| void pushButtonOk_clicked | ( | ) | [slot] |
Definition at line 102 of file rangeselectimpl.cpp.
| void checkBoxDiffCache_toggled | ( | bool | b | ) | [slot] |
Definition at line 92 of file rangeselectimpl.cpp.
| void checkBoxShowAll_toggled | ( | bool | b | ) | [slot] |
Definition at line 115 of file rangeselectimpl.cpp.
| void checkBoxShowDialog_toggled | ( | bool | b | ) | [slot] |
Definition at line 97 of file rangeselectimpl.cpp.
| void checkBoxShowWholeHistory_toggled | ( | bool | b | ) | [slot] |
Definition at line 126 of file rangeselectimpl.cpp.
| void orderTags | ( | const QStringList & | src, | |
| QStringList & | dst | |||
| ) | [private] |
QString* range [private] |
Definition at line 29 of file rangeselectimpl.h.
Referenced by pushButtonOk_clicked(), and RangeSelectImpl().
bool* quit [private] |
Definition at line 30 of file rangeselectimpl.h.
Referenced by pushButtonOk_clicked(), and RangeSelectImpl().
QString fromBckUp [private] |
QString toBckUp [private] |
1.5.3