ReplaceItem Class Reference
#include <replaceitem.h>
Inheritance diagram for ReplaceItem:

Public Member Functions | |
ReplaceItem (ReplaceView *parent, ReplaceItem *after, QString file) | |
ReplaceItem (ReplaceItem *parent, ReplaceItem *after, QString file, QString string, int line) | |
QString const & | file () const |
int | line () const |
QString const & | string () const |
bool | isFile () const |
bool | justClicked () |
bool | lineClicked () |
ReplaceItem * | parent () const |
ReplaceItem * | firstChild () const |
ReplaceItem * | nextSibling () const |
void | activate (int column, QPoint const &localPos) |
bool | hasCheckedChildren () const |
virtual void | stateChange (bool state) |
Static Public Attributes | |
bool | s_listview_done = false |
Private Member Functions | |
void | setChecked (bool checked) |
Private Attributes | |
QString | _file |
QString | _string |
int | _line |
bool const | _isfile |
bool | _lineclicked |
bool | _clicked |
Constructor & Destructor Documentation
|
Definition at line 25 of file replaceitem.h. References _clicked, _file, _isfile, _line, _lineclicked, _string, and file. |
|
Definition at line 39 of file replaceitem.h. References _clicked, _file, _isfile, _line, _lineclicked, _string, and file. |
Member Function Documentation
|
Definition at line 139 of file replaceitem.cpp. References _lineclicked, activate(), and isFile(). Referenced by activate(), and ReplaceView::slotMousePressed(). |
|
Definition at line 51 of file replaceitem.h. References _file. Referenced by ReplaceWidget::makeReplacements(), and ReplaceView::slotClicked(). |
|
Definition at line 88 of file replaceitem.h. Referenced by hasCheckedChildren(), ReplaceView::makeReplacementsForFile(), and setChecked(). |
|
Definition at line 22 of file replaceitem.cpp. References firstChild(), and nextSibling(). Referenced by setChecked(). |
|
Definition at line 66 of file replaceitem.h. References _isfile. Referenced by activate(), and setChecked(). |
|
Definition at line 71 of file replaceitem.h. References _clicked. Referenced by stateChange(). |
|
Definition at line 56 of file replaceitem.h. References _line. Referenced by ReplaceView::makeReplacementsForFile(), and ReplaceView::slotClicked(). |
|
Definition at line 78 of file replaceitem.h. References _lineclicked. Referenced by ReplaceView::slotClicked(). |
|
Definition at line 93 of file replaceitem.h. Referenced by hasCheckedChildren(), ReplaceWidget::makeReplacements(), ReplaceView::makeReplacementsForFile(), and setChecked(). |
|
Definition at line 83 of file replaceitem.h. Referenced by setChecked(). |
|
Definition at line 44 of file replaceitem.cpp. References _clicked, firstChild(), hasCheckedChildren(), isFile(), nextSibling(), parent(), and setChecked(). Referenced by setChecked(), and stateChange(). |
|
Definition at line 36 of file replaceitem.cpp. References justClicked(), s_listview_done, setChecked(), and stateChange(). Referenced by stateChange(). |
|
Definition at line 61 of file replaceitem.h. References _string. |
Member Data Documentation
|
Definition at line 115 of file replaceitem.h. Referenced by justClicked(), ReplaceItem(), and setChecked(). |
|
Definition at line 110 of file replaceitem.h. Referenced by file(), and ReplaceItem(). |
|
Definition at line 113 of file replaceitem.h. Referenced by isFile(), and ReplaceItem(). |
|
Definition at line 112 of file replaceitem.h. Referenced by line(), and ReplaceItem(). |
|
Definition at line 114 of file replaceitem.h. Referenced by activate(), lineClicked(), and ReplaceItem(). |
|
Definition at line 111 of file replaceitem.h. Referenced by ReplaceItem(), and string(). |
|
Definition at line 19 of file replaceitem.cpp. Referenced by stateChange(). |
The documentation for this class was generated from the following files:
- parts/replace/replaceitem.h
- parts/replace/replaceitem.cpp