umbrello  2.35.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | Public Attributes | List of all members
TextBlockInfo Class Reference

#include <codeeditor.h>

Collaboration diagram for TextBlockInfo:

Public Member Functions

 TextBlockInfo ()
 
void setParent (UMLObject *p=0)
 
UMLObjectparent ()
 
void setDisplayName (const QString &name)
 
QString displayName () const
 

Public Attributes

QList< ParaInfo * > m_paraList
 
UMLObjectm_parent
 
QString m_displayName
 
bool isClickable
 
bool isCodeAccessorMethod
 

Constructor & Destructor Documentation

TextBlockInfo::TextBlockInfo ( )
inline

Member Function Documentation

QString TextBlockInfo::displayName ( ) const
inline
UMLObject* TextBlockInfo::parent ( )
inline
void TextBlockInfo::setDisplayName ( const QString &  name)
inline
void TextBlockInfo::setParent ( UMLObject p = 0)
inline

Member Data Documentation

bool TextBlockInfo::isClickable
bool TextBlockInfo::isCodeAccessorMethod
QString TextBlockInfo::m_displayName
QList<ParaInfo*> TextBlockInfo::m_paraList
UMLObject* TextBlockInfo::m_parent

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