KDevelop API Documentation

EnumeratorModel Class Reference

#include <codemodel.h>

Inheritance diagram for EnumeratorModel:

CodeModelItem KShared List of all members.

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

typedef EnumeratorDom EnumeratorModel::Ptr
 

Reimplemented from CodeModelItem.

Definition at line 547 of file codemodel.h.


Constructor & Destructor Documentation

EnumeratorModel::EnumeratorModel CodeModel model  )  [protected]
 

Definition at line 1200 of file codemodel.cpp.

References EnumeratorModel().

Referenced by EnumeratorModel().

EnumeratorModel::EnumeratorModel const EnumeratorModel source  )  [private]
 


Member Function Documentation

virtual bool EnumeratorModel::isEnumerator  )  const [inline, virtual]
 

Reimplemented from CodeModelItem.

Definition at line 549 of file codemodel.h.

void EnumeratorModel::operator= const EnumeratorModel source  )  [private]
 

void EnumeratorModel::read QDataStream stream  )  [virtual]
 

Reimplemented from CodeModelItem.

Definition at line 1215 of file codemodel.cpp.

References m_value, and read().

Referenced by read().

void EnumeratorModel::setValue const QString value  ) 
 

Definition at line 1210 of file codemodel.cpp.

References m_value, and setValue().

Referenced by setValue().

QString EnumeratorModel::value  )  const
 

Definition at line 1205 of file codemodel.cpp.

References m_value.

void EnumeratorModel::write QDataStream stream  )  const [virtual]
 

Reimplemented from CodeModelItem.

Definition at line 1221 of file codemodel.cpp.

References m_value, and write().

Referenced by write().


Member Data Documentation

QString EnumeratorModel::m_value [private]
 

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:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:02 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003