#include <commitimpl.h>
Public Slots | |
| void | pushButtonOk_clicked () |
| void | pushButtonCancel_clicked () |
| void | pushButtonUpdateCache_clicked () |
| void | pushButtonSettings_clicked () |
| void | textEditMsg_cursorPositionChanged (int, int) |
Signals | |
| void | changesCommitted (bool) |
Public Member Functions | |
| CommitImpl (Git *git) | |
| ~CommitImpl () | |
Private Slots | |
| void | contextMenuPopup (QListViewItem *, const QPoint &, int) |
| void | checkUncheck (int) |
Private Member Functions | |
| bool | checkFiles (SList selFiles) |
| bool | checkMsg (QString &msg) |
| bool | checkPatchName (QString &patchName) |
| bool | checkConfirm (SCRef msg, SCRef patchName, SCList selFiles) |
| void | computePosition (int para, int pos, int &col_pos, int &line_pos) |
Private Attributes | |
| Git * | git |
| QPopupMenu * | contextMenu |
| QString | origMsg |
| int | CHECK_ALL |
| int | UNCHECK_ALL |
Definition at line 17 of file commitimpl.h.
| CommitImpl | ( | Git * | git | ) | [explicit] |
Definition at line 67 of file commitimpl.cpp.
| ~CommitImpl | ( | ) |
Definition at line 130 of file commitimpl.cpp.
| void changesCommitted | ( | bool | ) | [signal] |
Referenced by pushButtonOk_clicked(), and pushButtonUpdateCache_clicked().
| void pushButtonOk_clicked | ( | ) | [slot] |
Definition at line 240 of file commitimpl.cpp.
| void pushButtonCancel_clicked | ( | ) | [slot] |
Definition at line 308 of file commitimpl.cpp.
| void pushButtonUpdateCache_clicked | ( | ) | [slot] |
Definition at line 272 of file commitimpl.cpp.
| void pushButtonSettings_clicked | ( | ) | [slot] |
Definition at line 301 of file commitimpl.cpp.
| void textEditMsg_cursorPositionChanged | ( | int | para, | |
| int | pos | |||
| ) | [slot] |
Definition at line 313 of file commitimpl.cpp.
| void contextMenuPopup | ( | QListViewItem * | , | |
| const QPoint & | pos, | |||
| int | ||||
| ) | [private, slot] |
| void checkUncheck | ( | int | id | ) | [private, slot] |
| bool checkFiles | ( | SList | selFiles | ) | [private] |
Definition at line 156 of file commitimpl.cpp.
Referenced by pushButtonOk_clicked(), and pushButtonUpdateCache_clicked().
| bool checkMsg | ( | QString & | msg | ) | [private] |
| bool checkPatchName | ( | QString & | patchName | ) | [private] |
| void computePosition | ( | int | para, | |
| int | pos, | |||
| int & | col_pos, | |||
| int & | line_pos | |||
| ) | [private] |
Definition at line 44 of file commitimpl.h.
Referenced by checkConfirm(), checkPatchName(), CommitImpl(), pushButtonOk_clicked(), pushButtonSettings_clicked(), and pushButtonUpdateCache_clicked().
QPopupMenu* contextMenu [private] |
QString origMsg [private] |
Definition at line 46 of file commitimpl.h.
Referenced by CommitImpl(), and pushButtonUpdateCache_clicked().
int CHECK_ALL [private] |
int UNCHECK_ALL [private] |
1.5.3