qse  0.5.4
Public Member Functions | List of all members
QseIntParameter Class Reference

#include <qseintparameter.h>

Inheritance diagram for QseIntParameter:
Inheritance graph

Public Member Functions

 QseIntParameter (QseOperator *op, const QString &name, QObject *parent=0)
 
- Public Member Functions inherited from QseParameter
 QseParameter (QseOperator *op, const QString &name, QObject *parent=0)
 
QString name () const
 
void setName (const QString &nm)
 
QVariant value () const
 
void setValue (const QVariant &value)
 

Additional Inherited Members

- Protected Attributes inherited from QseParameter
QString m_Name
 
QVariant m_Value
 
QseOperatorm_Operator
 

Detailed Description

Definition at line 6 of file qseintparameter.h.

Constructor & Destructor Documentation

QseIntParameter::QseIntParameter ( QseOperator op,
const QString &  name,
QObject *  parent = 0 
)

Definition at line 3 of file qseintparameter.cpp.

4  : QseParameter(op, name, parent)
5 {
6 }
QString name() const

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