EnumeratorModel Class Reference
#include <codemodel.h>
Inheritance diagram for EnumeratorModel:

Public Types | |
typedef EnumeratorDom | Ptr |
Public Member Functions | |
virtual bool | isEnumerator () const |
QString | value () const |
void | setValue (const QString &value) |
virtual void | read (QDataStream &stream) |
virtual void | write (QDataStream &stream) const |
Protected Member Functions | |
EnumeratorModel (CodeModel *model) | |
Private Member Functions | |
EnumeratorModel (const EnumeratorModel &source) | |
void | operator= (const EnumeratorModel &source) |
Private Attributes | |
QString | m_value |
Member Typedef Documentation
|
Reimplemented from CodeModelItem. Definition at line 547 of file codemodel.h. |
Constructor & Destructor Documentation
|
Definition at line 1200 of file codemodel.cpp. References EnumeratorModel(). Referenced by EnumeratorModel(). |
|
|
Member Function Documentation
|
Reimplemented from CodeModelItem. Definition at line 549 of file codemodel.h. |
|
|
|
Reimplemented from CodeModelItem. Definition at line 1215 of file codemodel.cpp. References m_value, and read(). Referenced by read(). |
|
Definition at line 1210 of file codemodel.cpp. References m_value, and setValue(). Referenced by setValue(). |
|
Definition at line 1205 of file codemodel.cpp. References m_value. |
|
Reimplemented from CodeModelItem. Definition at line 1221 of file codemodel.cpp. References m_value, and write(). Referenced by write(). |
Member Data Documentation
|
Definition at line 558 of file codemodel.h. Referenced by read(), setValue(), value(), and write(). |
The documentation for this class was generated from the following files:
- lib/interfaces/codemodel.h
- lib/interfaces/codemodel.cpp