Signals | Public Member Functions | Public Attributes

TextBlock Class Reference
[DataModel]

The class represents a text-block in a state-chart Data-Model. More...

#include <textblock.h>

Inherits SCItem.

Collaboration diagram for TextBlock:
Collaboration graph
[legend]

List of all members.

Signals

void textChanged ()

Public Member Functions

 TextBlock ()
virtual IAttributeContainergetAttributes ()
QString getText ()
void setText (QString)
void writeSCVXML (QXmlStreamWriter &sw)

Public Attributes

TextBlockAttributes attributes

Detailed Description

The class represents a text-block in a state-chart Data-Model.

A TextBlock only has attributes and text.


Constructor & Destructor Documentation

TextBlock::TextBlock (  ) 

Here is the call graph for this function:


Member Function Documentation

IAttributeContainer * TextBlock::getAttributes (  )  [virtual]

Implements SCItem.

QString TextBlock::getText (  ) 

Here is the caller graph for this function:

void TextBlock::setText ( QString  text  ) 

Here is the call graph for this function:

void TextBlock::textChanged (  )  [signal]

Here is the caller graph for this function:

void TextBlock::writeSCVXML ( QXmlStreamWriter &  sw  ) 

Here is the caller graph for this function:


Member Data Documentation


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