wxShapeFramework

Categories: graphics,printingStatus: BETAComponent logo
Author: Michal BližňákwxWidgets supported ports: wxMSW, wxGTK, wxMac
Current maintainer: MichalBliznakwxWidgets supported versions: 2.8, 2.9
Latest version: 1.12.1Build system: Bakefile-based, makefiles
Programming language: C++Samples provided: 4
External dependencies: noneDocumentation: doxygen

Description: wxShapeFramework (wxSF) is a software framework based on wxWidgets which allows easy development of software applications manipulating graphical objects, gui controls and diagrams like various CASE tools, technological processes modeling tools, etc. It uses wxXmlSerializer to store all data in an XML file and also supports undo/redo, clipboard operations, export of diagrams to bitmaps, printing with preview and other enhanced functionality.

Links for wxShapeFramework:


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 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.