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

Public Types | |
typedef VariableDom | Ptr |
Public Member Functions | |
virtual bool | isVariable () const |
int | access () const |
void | setAccess (int access) |
bool | isStatic () const |
void | setStatic (bool isStatic) |
QString | type () const |
void | setType (const QString &type) |
virtual void | read (QDataStream &stream) |
virtual void | write (QDataStream &stream) const |
Protected Member Functions | |
VariableModel (CodeModel *model) | |
Private Member Functions | |
VariableModel (const VariableModel &source) | |
void | operator= (const VariableModel &source) |
Private Attributes | |
int | m_access |
int | m_static |
QString | m_type |
Member Typedef Documentation
|
Reimplemented from CodeModelItem. Definition at line 482 of file codemodel.h. |
Constructor & Destructor Documentation
|
Definition at line 820 of file codemodel.cpp. References m_access, m_static, and VariableModel(). Referenced by VariableModel(). |
|
|
Member Function Documentation
|
Definition at line 882 of file codemodel.cpp. References m_access. |
|
Definition at line 827 of file codemodel.cpp. References m_static. |
|
Reimplemented from CodeModelItem. Definition at line 484 of file codemodel.h. |
|
|
|
Reimplemented from CodeModelItem. Definition at line 1124 of file codemodel.cpp. References m_access, m_static, m_type, and read(). Referenced by read(). |
|
Definition at line 887 of file codemodel.cpp. References m_access, and setAccess(). Referenced by setAccess(). |
|
Definition at line 832 of file codemodel.cpp. References m_static, and setStatic(). Referenced by setStatic(). |
|
Definition at line 842 of file codemodel.cpp. References m_type, and setType(). Referenced by setType(). |
|
Definition at line 837 of file codemodel.cpp. References m_type. Referenced by PascalSupportPart::formatModelItem(), JavaSupportPart::formatModelItem(), and CppSupportPart::formatModelItem(). |
|
Reimplemented from CodeModelItem. Definition at line 1130 of file codemodel.cpp. References m_access, m_static, m_type, and write(). Referenced by write(). |
Member Data Documentation
|
Definition at line 499 of file codemodel.h. Referenced by access(), read(), setAccess(), VariableModel(), and write(). |
|
Definition at line 500 of file codemodel.h. Referenced by isStatic(), read(), setStatic(), VariableModel(), and write(). |
|
Definition at line 501 of file codemodel.h. |
The documentation for this class was generated from the following files:
- lib/interfaces/codemodel.h
- lib/interfaces/codemodel.cpp