#include <FindDialog.h>
Public Slots | |
| void | setStartPath () |
| Displays the project current folder path. | |
Public Member Functions | |
| FindDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
| ~FindDialog () | |
Protected Slots | |
| void | accept () |
Private Attributes | |
| QCheckBox * | boxCaseSensitive |
| QComboBox * | boxFind |
| QCheckBox * | boxFolderNames |
| QCheckBox * | boxPartialMatch |
| QCheckBox * | boxSubfolders |
| QCheckBox * | boxWindowLabels |
| QCheckBox * | boxWindowNames |
| QPushButton * | buttonCancel |
| QPushButton * | buttonFind |
| QPushButton * | buttonReset |
| QLabel * | labelStart |
| FindDialog::FindDialog | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | fl = 0 | |||
| ) |
References accept(), boxCaseSensitive, boxFind, boxFolderNames, boxPartialMatch, boxSubfolders, boxWindowLabels, boxWindowNames, buttonCancel, buttonFind, buttonReset, labelStart, and setStartPath().
| FindDialog::~FindDialog | ( | ) |
| void FindDialog::accept | ( | ) | [protected, slot] |
References boxCaseSensitive, boxFind, boxFolderNames, boxPartialMatch, boxSubfolders, boxWindowLabels, boxWindowNames, and ApplicationWindow::find().
Referenced by FindDialog().
| void FindDialog::setStartPath | ( | ) | [slot] |
Displays the project current folder path.
References ApplicationWindow::current_folder, labelStart, and Folder::path().
Referenced by FindDialog().
QCheckBox* FindDialog::boxCaseSensitive [private] |
Referenced by accept(), and FindDialog().
QComboBox* FindDialog::boxFind [private] |
Referenced by accept(), and FindDialog().
QCheckBox* FindDialog::boxFolderNames [private] |
Referenced by accept(), and FindDialog().
QCheckBox* FindDialog::boxPartialMatch [private] |
Referenced by accept(), and FindDialog().
QCheckBox* FindDialog::boxSubfolders [private] |
Referenced by accept(), and FindDialog().
QCheckBox* FindDialog::boxWindowLabels [private] |
Referenced by accept(), and FindDialog().
QCheckBox* FindDialog::boxWindowNames [private] |
Referenced by accept(), and FindDialog().
QPushButton* FindDialog::buttonCancel [private] |
Referenced by FindDialog().
QPushButton* FindDialog::buttonFind [private] |
Referenced by FindDialog().
QPushButton* FindDialog::buttonReset [private] |
Referenced by FindDialog().
QLabel* FindDialog::labelStart [private] |
Referenced by FindDialog(), and setStartPath().
1.5.6