 | | Wide Studio Application Builder User's Guide
| |
What is class application window?
You can make more complicated object afresh
on the bases of C++ object class for WideStudio.

You can get the template class
which is generated by the application builder automatically,
and which inherits the object class of WideStudio, or consists of them.
Developers define a new class by adding new member function to it.
It is class application window that supports
easy development of new object class.
- Development which is same as normal application window
You can create and edit an class application window
with same method of normal one.
- Defintions of new property
You can add a new property to the new class by dialog.
and the application builder generates source code about that automatically.
- Class library construction
The application builder can builds an shared library of your new classes
which can be used by the other project.

The followings shows generate style of the class.
Application window descendant | Makes an application window a class. |
Application window part descendant | Makes a part of application window a class. |
One class decendant | makes a new class from a class. |
Document Release 3.0 For Use with Wide Studio Release 3.0, Summer 2002 Wide Stuido Home | Up to Copyright(C) T. Hirabayashi, 2000-2002 | | Last modified: June 10, 2002 | |