qse
0.5.4
|
#include <qseregexpparametereditor.h>
Public Member Functions | |
QseRegExpParameterEditor (QseOperatorEditor *ed, QseRegExpParameter *param, QObject *parent=0) | |
void | setEditors (QLineEdit *pattern, QCheckBox *useRegExp, QPushButton *apply, QPushButton *cancel, QPushButton *excepts=NULL, QColor fg=Qt::black, QColor bg=Qt::white) |
virtual bool | editorValidate () |
virtual void | editorApply () |
virtual void | editorCancel () |
Public Member Functions inherited from QseParameterEditor | |
QseParameterEditor (QseOperatorEditor *ed, QseParameter *param, QObject *parent=0) | |
void | setEditors (QPushButton *apply, QPushButton *cancel) |
Protected Attributes | |
QseRegExpParameter * | m_RegExpParameter |
QLineEdit * | m_PatternEdit |
QCheckBox * | m_UseRegExp |
Protected Attributes inherited from QseParameterEditor | |
QseOperatorEditor * | m_OperatorEditor |
QseParameter * | m_Parameter |
QPushButton * | m_ApplyButton |
QPushButton * | m_CancelButton |
Private Member Functions | |
void | setColors (QWidget *w, QColor fg, QColor bg) |
Additional Inherited Members | |
Protected Slots inherited from QseParameterEditor | |
void | editorChanged () |
Definition at line 12 of file qseregexpparametereditor.h.
QseRegExpParameterEditor::QseRegExpParameterEditor | ( | QseOperatorEditor * | ed, |
QseRegExpParameter * | param, | ||
QObject * | parent = 0 |
||
) |
Definition at line 10 of file qseregexpparametereditor.cpp.
|
virtual |
Implements QseParameterEditor.
Definition at line 54 of file qseregexpparametereditor.cpp.
References m_PatternEdit, m_RegExpParameter, m_UseRegExp, QseParameter::setValue(), and QseParameter::value().
|
virtual |
Implements QseParameterEditor.
Definition at line 72 of file qseregexpparametereditor.cpp.
References m_PatternEdit, m_RegExpParameter, m_UseRegExp, and QseParameter::value().
|
virtual |
Implements QseParameterEditor.
Definition at line 47 of file qseregexpparametereditor.cpp.
|
private |
Definition at line 35 of file qseregexpparametereditor.cpp.
void QseRegExpParameterEditor::setEditors | ( | QLineEdit * | pattern, |
QCheckBox * | useRegExp, | ||
QPushButton * | apply, | ||
QPushButton * | cancel, | ||
QPushButton * | excepts = NULL , |
||
QColor | fg = Qt::black , |
||
QColor | bg = Qt::white |
||
) |
Definition at line 19 of file qseregexpparametereditor.cpp.
References QseParameterEditor::setEditors().
Referenced by QseDataDeglitcherUI::QseDataDeglitcherUI(), and QseEdgeAlignerUI::QseEdgeAlignerUI().
|
protected |
Definition at line 37 of file qseregexpparametereditor.h.
Referenced by editorApply(), and editorCancel().
|
protected |
Definition at line 36 of file qseregexpparametereditor.h.
Referenced by editorApply(), and editorCancel().
|
protected |
Definition at line 38 of file qseregexpparametereditor.h.
Referenced by editorApply(), and editorCancel().