wxUML

Categories: data container,graphics,wrapperStatus: ALPHAComponent logo
Author: Josef MusilwxWidgets supported ports: wxMSW, wxGTK, wxMac
Current maintainer: Josef MusilwxWidgets supported versions: 2.8
Latest version: 0.1Build system: Bakefile-based, makefiles
Programming language: C++Samples provided: 1
External dependencies: wxShapeFramework Documentation: doxygen

Description: wxUML is a library for creating UML diagrams based on wxShapeFramework. Shapes are provided for following diagrams: Use Case Diagram, Sequence Diagram, State Machine Diagram, Activity Diagram, Communication diagram, Class Diagram, Object Diagram, Component Diagram, Deployment Diagram and Package Diagram.

Links for wxUML:


Availability

^ TOP

First version of wxUML coming in the middle of May 2011.


Screenshots

^ TOP

Description


Usage sample

^ TOP

// sample CPP snippet which shows how to use this component:
myComp *newcomp = new myComp();
newcomp->SetAAAA("aaa");
newcomp->SetBBBB("bbb");

// inside this section we can use any character we want except
// for the single quote char: if you need to use it you should
// escape it in this way: '
newcomp->Show();

Documentation

^ TOP

The documentation for this component is not yet available online here.


Known bugs

^ TOP

None. To submit a bug report please look at wxCode support page.


Future enhancements

^ TOP

None. To submit a feature request please look at wxCode support page.