class NoteWidgetData

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

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

Public Methods

Protected Members


Detailed Description

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

 NoteWidgetData ()

NoteWidgetData

 NoteWidgetData (NoteWidgetData & Other)

NoteWidgetData

 ~NoteWidgetData ()

~NoteWidgetData

NoteWidgetData &  operator= (NoteWidgetData & Other)

operator=

[virtual]

Reimplemented from UMLWidgetData.

bool  operator== (NoteWidgetData & Other)

operator==

[virtual]

Reimplemented from UMLWidgetData.

void  setText ( QString Text)

setText

[virtual]

Write property of QString m_Text.

QString  getText ()

getText

[virtual]

Read property of QString m_Text.

long  getClipSizeOf ()

getClipSizeOf

[virtual]

Returns the amount of bytes needed to serialize this object

Reimplemented from UMLWidgetData.

void  setLinkDocumentation ( bool LinkDocumentation)

setLinkDocumentation

[virtual]

Write property of bool m_bLinkDocumentation.

bool  getLinkDocumentation ()

getLinkDocumentation

[virtual]

Read property of bool m_bLinkDocumentation.

bool  serialize (QDataStream *s, bool archive)

serialize

[virtual]

No descriptions

Reimplemented from UMLWidgetData.

bool  saveToXMI ( QDomDocument & qDoc, QDomElement & qElement )

saveToXMI

Reimplemented from UMLWidgetData.

bool  loadFromXMI ( QDomElement & qElement )

loadFromXMI

Reimplemented from UMLWidgetData.

QString m_Text

m_Text

[protected]

bool m_bLinkDocumentation

m_bLinkDocumentation

[protected]