VR-Exchange 2.10 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Signals | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
MAKVrExchange::DtFindDialog Class Reference

A basic find dialog. More...

Inheritance diagram for MAKVrExchange::DtFindDialog:
Inheritance graph
[legend]

Signals

void onFindNextPressed () const
 Signals that the user pressed the 'find next' button. More...
 
void onFindPreviousPressed () const
 Signals that the user pressed the 'find previous' button. More...
 
void onSearchStringChanged () const
 Signals that the user changed the search string. More...
 

Public Member Functions

 DtFindDialog (QWidget *parent=0)
 CTOR. More...
 
virtual ~DtFindDialog ()
 Virtual DTOR. More...
 
virtual void selectAll ()
 Selects all text in the entry box. More...
 
virtual DtString searchString () const
 Accessor for the current search string. More...
 

Protected Member Functions

void setupGui ()
 Create the view. More...
 
void connectToSignals ()
 Connect to signals from dialog widgets. More...
 
virtual void keyPressEvent (QKeyEvent *event)
 Check for Shift-Enter and search backwards. More...
 
virtual void keyReleaseEvent (QKeyEvent *event)
 Check for Ctrl-F keystroke and select all. More...
 

Protected Attributes

QLineEdit * myEntryBox
 
QPushButton * myPreviousButton
 
QPushButton * myNextButton
 

Private Member Functions

 DtFindDialog (DtFindDialog &other)
 Copy CTOR not Implemented – do not copy. More...
 
DtFindDialogoperator= (DtFindDialog &other)
 Assignment Operator not Implemented – do not copy. More...
 

Detailed Description

A basic find dialog.

Constructor & Destructor Documentation

MAKVrExchange::DtFindDialog::DtFindDialog ( QWidget parent = 0)

CTOR.

virtual MAKVrExchange::DtFindDialog::~DtFindDialog ( )
virtual

Virtual DTOR.

MAKVrExchange::DtFindDialog::DtFindDialog ( DtFindDialog other)
private

Copy CTOR not Implemented – do not copy.

Member Function Documentation

void MAKVrExchange::DtFindDialog::connectToSignals ( )
protected

Connect to signals from dialog widgets.

Non-virtual - Called from CTOR.

virtual void MAKVrExchange::DtFindDialog::keyPressEvent ( QKeyEvent *  event)
protectedvirtual

Check for Shift-Enter and search backwards.

virtual void MAKVrExchange::DtFindDialog::keyReleaseEvent ( QKeyEvent *  event)
protectedvirtual

Check for Ctrl-F keystroke and select all.

void MAKVrExchange::DtFindDialog::onFindNextPressed ( ) const
signal

Signals that the user pressed the 'find next' button.

void MAKVrExchange::DtFindDialog::onFindPreviousPressed ( ) const
signal

Signals that the user pressed the 'find previous' button.

void MAKVrExchange::DtFindDialog::onSearchStringChanged ( ) const
signal

Signals that the user changed the search string.

DtFindDialog& MAKVrExchange::DtFindDialog::operator= ( DtFindDialog other)
private

Assignment Operator not Implemented – do not copy.

virtual DtString MAKVrExchange::DtFindDialog::searchString ( ) const
virtual

Accessor for the current search string.

virtual void MAKVrExchange::DtFindDialog::selectAll ( )
virtual

Selects all text in the entry box.

void MAKVrExchange::DtFindDialog::setupGui ( )
protected

Create the view.

Non-virtual - Called from CTOR.

Member Data Documentation

QLineEdit* MAKVrExchange::DtFindDialog::myEntryBox
protected
QPushButton* MAKVrExchange::DtFindDialog::myNextButton
protected
QPushButton* MAKVrExchange::DtFindDialog::myPreviousButton
protected

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

Document ID: Generated on Mon May 25 18:45:12 EDT 2026 from SVN revision 289111
Copyright © 2005-2026 MAK Technologies. All Rights Reserved (www.mak.com)