QseParameterEditor Class Reference

#include <qseparametereditor.h>

Inheritance diagram for QseParameterEditor:

Inheritance graph
[legend]
Collaboration diagram for QseParameterEditor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 QseParameterEditor (QseOperatorEditor *ed, QseParameter *param, QObject *parent=0)
void setEditors (QPushButton *apply, QPushButton *cancel)
virtual bool editorValidate ()=0
virtual void editorApply ()=0
virtual void editorCancel ()=0

Protected Slots

void editorChanged ()

Protected Attributes

QseOperatorEditorm_OperatorEditor
QseParameterm_Parameter
QPushButton * m_ApplyButton
QPushButton * m_CancelButton


Detailed Description

Definition at line 10 of file qseparametereditor.h.


Constructor & Destructor Documentation

QseParameterEditor::QseParameterEditor ( QseOperatorEditor ed,
QseParameter param,
QObject parent = 0 
)

Definition at line 7 of file qseparametereditor.cpp.

References QseOperatorEditor::addEditor().

00008   : QObject(parent),
00009     m_OperatorEditor(ed),
00010     m_Parameter(param),
00011     m_ApplyButton(NULL),
00012     m_CancelButton(NULL)
00013 {
00014   ed->addEditor(this);
00015 }

Here is the call graph for this function:


Member Function Documentation

void QseParameterEditor::setEditors ( QPushButton *  apply,
QPushButton *  cancel 
)

virtual bool QseParameterEditor::editorValidate (  )  [pure virtual]

virtual void QseParameterEditor::editorApply (  )  [pure virtual]

virtual void QseParameterEditor::editorCancel (  )  [pure virtual]

void QseParameterEditor::editorChanged (  )  [protected, slot]

Definition at line 24 of file qseparametereditor.cpp.

References m_ApplyButton, and m_CancelButton.

00025 {
00026   m_ApplyButton -> setEnabled(true);
00027   m_CancelButton -> setEnabled(true);
00028 }


Member Data Documentation

Definition at line 29 of file qseparametereditor.h.

QPushButton* QseParameterEditor::m_ApplyButton [protected]

Definition at line 31 of file qseparametereditor.h.

Referenced by editorChanged().

QPushButton* QseParameterEditor::m_CancelButton [protected]

Definition at line 32 of file qseparametereditor.h.

Referenced by editorChanged().


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

Generated on Fri May 2 16:26:42 2008 for QSE by  doxygen 1.5.5