#include <filelist.h>
Signals | |
| void | contextMenu (const QString &, int) |
Public Member Functions | |
| ListBoxFiles (Domain *mi, Git *g, QListBox *l) | |
| void | clear () |
| void | update (const RevFile *files, bool newFiles) |
Private Slots | |
| void | on_currentChanged (QListBoxItem *item) |
| void | on_contextMenuRequested (QListBoxItem *item) |
| void | on_mouseButtonPressed (int, QListBoxItem *, const QPoint &) |
| void | on_clicked (QListBoxItem *) |
| void | on_onItem (QListBoxItem *) |
| void | on_onViewport () |
Private Member Functions | |
| void | insertFiles (const RevFile *files) |
| void | mouseMoved () |
Private Attributes | |
| Domain * | d |
| Git * | git |
| QListBox * | lb |
| StateInfo * | st |
| QString | dragFileName |
Definition at line 26 of file filelist.h.
| ListBoxFiles | ( | Domain * | mi, | |
| Git * | g, | |||
| QListBox * | l | |||
| ) |
Definition at line 30 of file filelist.cpp.
| void clear | ( | ) |
Definition at line 53 of file filelist.cpp.
Referenced by RevsView::clear(), PatchView::clear(), RevsView::doUpdate(), and PatchView::doUpdate().
| void update | ( | const RevFile * | files, | |
| bool | newFiles | |||
| ) |
Definition at line 58 of file filelist.cpp.
Referenced by RevsView::doUpdate(), and PatchView::doUpdate().
| void contextMenu | ( | const QString & | , | |
| int | ||||
| ) | [signal] |
Referenced by on_contextMenuRequested().
| void on_currentChanged | ( | QListBoxItem * | item | ) | [private, slot] |
| void on_contextMenuRequested | ( | QListBoxItem * | item | ) | [private, slot] |
| void on_mouseButtonPressed | ( | int | b, | |
| QListBoxItem * | item, | |||
| const QPoint & | ||||
| ) | [private, slot] |
| void on_clicked | ( | QListBoxItem * | ) | [private, slot] |
| void on_onItem | ( | QListBoxItem * | ) | [private, slot] |
| void on_onViewport | ( | ) | [private, slot] |
| void insertFiles | ( | const RevFile * | files | ) | [private] |
| void mouseMoved | ( | ) | [private] |
Definition at line 49 of file filelist.h.
Referenced by ListBoxFiles(), mouseMoved(), on_clicked(), on_currentChanged(), and on_mouseButtonPressed().
Definition at line 50 of file filelist.h.
Referenced by insertFiles(), on_currentChanged(), and update().
QListBox* lb [private] |
Definition at line 51 of file filelist.h.
Referenced by clear(), insertFiles(), ListBoxFiles(), mouseMoved(), on_contextMenuRequested(), on_currentChanged(), and update().
Definition at line 52 of file filelist.h.
Referenced by insertFiles(), ListBoxFiles(), on_contextMenuRequested(), on_currentChanged(), and update().
QString dragFileName [private] |
1.5.3