casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Slots | Signals | Public Member Functions | Protected Slots | Protected Attributes | List of all members
casa::QtLELEdit Class Reference

#include <QtLELEdit.qo.h>

Inheritance diagram for casa::QtLELEdit:

Public Slots

virtual void activate ()
 
virtual void deactivate ()
 

Signals

void gotFocus (QFocusEvent *ev)
 

Public Member Functions

 QtLELEdit (QWidget *parent=0)
 
bool isActive ()
 

Protected Slots

virtual void focusInEvent (QFocusEvent *ev)
 

Protected Attributes

QPalette activePalette_
 
QPalette inactivePalette_
 
bool active_
 

Detailed Description

Definition at line 42 of file QtLELEdit.qo.h.

Constructor & Destructor Documentation

casa::QtLELEdit::QtLELEdit ( QWidget *  parent = 0)
inline

Definition at line 51 of file QtLELEdit.qo.h.

References activePalette_, deactivate(), and inactivePalette_.

Member Function Documentation

virtual void casa::QtLELEdit::activate ( )
inlinevirtualslot

Definition at line 79 of file QtLELEdit.qo.h.

References active_, and activePalette_.

Referenced by focusInEvent().

virtual void casa::QtLELEdit::deactivate ( )
inlinevirtualslot

Definition at line 84 of file QtLELEdit.qo.h.

References active_, and inactivePalette_.

Referenced by QtLELEdit().

virtual void casa::QtLELEdit::focusInEvent ( QFocusEvent *  ev)
inlineprotectedvirtualslot

Definition at line 93 of file QtLELEdit.qo.h.

References activate(), and gotFocus().

void casa::QtLELEdit::gotFocus ( QFocusEvent *  ev)
signal

Referenced by focusInEvent().

bool casa::QtLELEdit::isActive ( )
inline

Definition at line 67 of file QtLELEdit.qo.h.

References active_.

Member Data Documentation

bool casa::QtLELEdit::active_
protected

Definition at line 104 of file QtLELEdit.qo.h.

Referenced by activate(), deactivate(), and isActive().

QPalette casa::QtLELEdit::activePalette_
protected

Definition at line 102 of file QtLELEdit.qo.h.

Referenced by activate(), and QtLELEdit().

QPalette casa::QtLELEdit::inactivePalette_
protected

Definition at line 103 of file QtLELEdit.qo.h.

Referenced by deactivate(), and QtLELEdit().


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