Module implementing a package item.
None |
PackageItem | Class implementing a package item. |
PackageModel | Class implementing the package model. |
None |
Class implementing a package item.
ItemType |
None |
PackageItem | Constructor |
__calculateSize | Private method to calculate the size of the package widget. |
__createTexts | Private method to create the text items of the class item. |
buildItemDataString | Public method to build a string to persist the specific item data. |
paint | Public method to paint the item in local coordinates. |
parseItemDataString | Public method to parse the given persistence data. |
setModel | Public method to set the package model. |
None |
Constructor
Private method to calculate the size of the package widget.
Private method to create the text items of the class item.
Public method to build a string to persist the specific item data.
This string must start with ", " and should be built like "attribute=value" with pairs separated by ", ". value must not contain ", " or newlines.
Public method to paint the item in local coordinates.
Public method to parse the given persistence data.
Public method to set the package model.
Class implementing the package model.
None |
None |
PackageModel | Constructor |
addModule | Public method to add a module to the package model. |
getModules | Public method to retrieve the modules of the package. |
None |
Constructor
Public method to add a module to the package model.
Public method to retrieve the modules of the package.