copasi API  0.1
Public Slots | Signals | Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes
MyLineEdit Class Reference

#include <MyLineEdit.h>

List of all members.

Public Slots

void slotForceUpdate ()
virtual void setText (const QString &text)

Signals

void edited ()

Public Member Functions

 MyLineEdit (QWidget *parent=0, const char *name=0)
 MyLineEdit (const QString &contents, QWidget *parent, const char *name=0)
bool isValid ()

Protected Slots

void slotLostFocus ()
void slotReturnPressed ()
void slotTextChanged (const QString &text)

Protected Member Functions

void process ()
void setupWidget ()
virtual void updateColor ()

Protected Attributes

QColor mOldColor
QColor mNewColor
QColor mErrorColor

Constructor & Destructor Documentation

MyLineEdit::MyLineEdit ( QWidget *  parent = 0,
const char *  name = 0 
)
MyLineEdit::MyLineEdit ( const QString &  contents,
QWidget *  parent,
const char *  name = 0 
)

Member Function Documentation

void MyLineEdit::edited ( ) [signal]
bool MyLineEdit::isValid ( )
void MyLineEdit::process ( ) [protected]
void MyLineEdit::setText ( const QString &  text) [virtual, slot]
void MyLineEdit::setupWidget ( ) [protected]
void MyLineEdit::slotForceUpdate ( ) [slot]
void MyLineEdit::slotLostFocus ( ) [protected, slot]
void MyLineEdit::slotReturnPressed ( ) [protected, slot]
void MyLineEdit::slotTextChanged ( const QString &  text) [protected, slot]
void MyLineEdit::updateColor ( ) [protected, virtual]

Member Data Documentation

QColor MyLineEdit::mErrorColor [protected]
QColor MyLineEdit::mNewColor [protected]
QColor MyLineEdit::mOldColor [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines