SciDAVis  1.D4
Public Slots | Public Member Functions | Protected Slots | Private Attributes
FindDialog Class Reference

Find dialog. More...

#include <FindDialog.h>

List of all members.

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

Detailed Description

Find dialog.


Constructor & Destructor Documentation

FindDialog::FindDialog ( QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)
FindDialog::~FindDialog ( )

Member Function Documentation

void FindDialog::accept ( )
protectedslot
void FindDialog::setStartPath ( )
slot

Displays the project current folder path.

References ApplicationWindow::current_folder, labelStart, and Folder::path().

Referenced by FindDialog().


Member Data Documentation

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().


The documentation for this class was generated from the following files: