class ActivityWidgetData

This class holds all the ActivityWidget's Information All this information goes to a file or clipboard when an ActivityWidget object is serialized With this class we are trying to achieve isolation between data and display layers. More...

Definition#include <./activitywidgetdata.h>
InheritsUMLWidgetData [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This class holds all the ActivityWidget's Information All this information goes to a file or clipboard when an ActivityWidget object is serialized With this class we are trying to achieve isolation between data and display layers.

 ActivityWidgetData ()

ActivityWidgetData

Default constructor

 ActivityWidgetData (ActivityWidgetData & Other)

ActivityWidgetData

Copy constructor

 ~ActivityWidgetData ()

~ActivityWidgetData

[virtual]

Deconstructor

ActivityWidgetData &  operator= (ActivityWidgetData & Other)

operator=

[virtual]

Overrides '=' operator

Reimplemented from UMLWidgetData.

bool  operator== (ActivityWidgetData & Other)

operator==

[virtual]

Overrides '==' operator

Reimplemented from UMLWidgetData.

long  getClipSizeOf ()

getClipSizeOf

[virtual]

Returns the buffer size needed to serialize object

Reimplemented from UMLWidgetData.

bool  serialize (QDataStream *s, bool archive)

serialize

[virtual]

Saves/Loads the object.

Reimplemented from UMLWidgetData.

ActivityWidget::ActivityType  getActivityType ()

getActivityType

Returns type of activity

void  setActivityType ( ActivityWidget::ActivityType activityType )

setActivityType

Sets type of activity.

QString  getName ()

getName

Returns the name of the activity.

void  setName ( QString name )

setName

Sets the name of the activity.

QString  getDoc ()

getDoc

Returns the documentation of the activity.

void  setDoc ( QString doc )

setDoc

Sets the documenation of the activity.

bool  saveToXMI ( QDomDocument & qDoc, QDomElement & qElement )

saveToXMI

Reimplemented from UMLWidgetData.

bool  loadFromXMI ( QDomElement & qElement )

loadFromXMI

Reimplemented from UMLWidgetData.