C++ Framework
Visual design of complex interactive forms
Special designer constructs as complex interactive forms as one wants,
f.e. tab contains splits which contain tabs which contain splits, etc.
Dialogue frames contains standard window controls, custom controls or prebuild
visual components. Forms and their elements are event-driven. Event handlers
are common member-functions. Custom control is a window class you registered
on application start. You create custom controls to provide alternative
user interfaces. Prebuild components are chief trait of object-oriented
GUI builders. They ensure code reuse, project integrity and end-user application
stability. Consider prebuild component of VPA a dialogue frame which
may be embeded in any other dialogue frame. The use of event-driven technique
is also a standard peculiarity of UI smith frameworks. Our IDE offers you
elaborated version of event handling.