umbrello
2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <codeeditor.h>
Public Member Functions | |
TextBlockInfo () | |
void | setParent (UMLObject *p=0) |
UMLObject * | parent () |
void | setDisplayName (const QString &name) |
QString | displayName () const |
Public Attributes | |
QList< ParaInfo * > | m_paraList |
UMLObject * | m_parent |
QString | m_displayName |
bool | isClickable |
bool | isCodeAccessorMethod |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool TextBlockInfo::isClickable |
bool TextBlockInfo::isCodeAccessorMethod |
QString TextBlockInfo::m_displayName |
QList<ParaInfo*> TextBlockInfo::m_paraList |
UMLObject* TextBlockInfo::m_parent |