SeExprEdStringControl Class Reference

A control for editing strings, filenames, and directories. More...

#include <SeExprEdControl.h>

Inheritance diagram for SeExprEdStringControl:
SeExprEdControl

List of all members.

Public Member Functions

 SeExprEdStringControl (int id, SeExprEdStringEditable *stringEditable)

Private Slots

void textChanged (const QString &newText)
void fileBrowse ()
void directoryBrowse ()

Private Member Functions

void updateControl ()

Private Attributes

SeExprEdStringEditable_stringEditable
 model for the string control
QLineEdit * _edit
 Edit box for the string.

Detailed Description

A control for editing strings, filenames, and directories.

Definition at line 205 of file SeExprEdControl.h.


Constructor & Destructor Documentation

SeExprEdStringControl::SeExprEdStringControl ( int  id,
SeExprEdStringEditable stringEditable 
)

Member Function Documentation

void SeExprEdStringControl::directoryBrowse (  )  [private, slot]
void SeExprEdStringControl::fileBrowse (  )  [private, slot]
void SeExprEdStringControl::textChanged ( const QString &  newText  )  [private, slot]
void SeExprEdStringControl::updateControl (  )  [private]

Definition at line 538 of file SeExprEdControl.cpp.

References _edit, _stringEditable, and SeExprEdStringEditable::v.

Referenced by SeExprEdStringControl().


Member Data Documentation

QLineEdit* SeExprEdStringControl::_edit [private]

Edit box for the string.

Definition at line 212 of file SeExprEdControl.h.

Referenced by directoryBrowse(), fileBrowse(), SeExprEdStringControl(), and updateControl().

model for the string control

Definition at line 210 of file SeExprEdControl.h.

Referenced by SeExprEdStringControl(), textChanged(), and updateControl().


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

Generated on 25 Jul 2013 for SeExpr by  doxygen 1.6.1