ParaView
Public Types | Public Slots | Public Member Functions | Properties
pqLineEdit Class Reference

pqLineEdit is a specialization of QLineEdit which provide a new property 'text2'. More...

#include <pqLineEdit.h>

List of all members.

Public Types

typedef QLineEdit Superclass

Public Slots

void setTextAndResetCursor (const QString &text)

Public Member Functions

 pqLineEdit (QWidget *parent=0)
 pqLineEdit (const QString &contents, QWidget *parent=0)
virtual ~pqLineEdit ()

Properties

QString text2

Detailed Description

pqLineEdit is a specialization of QLineEdit which provide a new property 'text2'.

When the text on the line widget is set using this 'text2' property (or using setTextAndResetCursor()), the after the set, the cursor position is reset to 0.

Definition at line 41 of file pqLineEdit.h.


Member Typedef Documentation

typedef QLineEdit pqLineEdit::Superclass

Definition at line 45 of file pqLineEdit.h.


Constructor & Destructor Documentation

pqLineEdit::pqLineEdit ( QWidget *  parent = 0)
pqLineEdit::pqLineEdit ( const QString &  contents,
QWidget *  parent = 0 
)
virtual pqLineEdit::~pqLineEdit ( ) [virtual]

Member Function Documentation

void pqLineEdit::setTextAndResetCursor ( const QString &  text) [slot]

Property Documentation

QString pqLineEdit::text2 [read, write]

Definition at line 44 of file pqLineEdit.h.


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