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 | 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 | Method to set the package model. |
None |
Constructor
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.
Method to set the package model.
Class implementing the package model.
None |
None |
PackageModel | Constructor |
addModule | Method to add a module to the package model. |
getModules | Method to retrieve the modules of the package. |
None |
Constructor
Method to add a module to the package model.
Method to retrieve the modules of the package.