Difference between revisions of "ConfigurationGuiLibrary"
(Replaced origo.ethz.ch by eiffel.com in SVN URL) |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Configuration]] | [[Category:Configuration]] | ||
| + | =Usage= | ||
| + | ==Configuration Window== | ||
The normal way to use the configuration gui library is to create an instance of CONFIGURATION_WINDOW which provides the project settings dialog from EiffelStudio. | The normal way to use the configuration gui library is to create an instance of CONFIGURATION_WINDOW which provides the project settings dialog from EiffelStudio. | ||
| + | ==Property Grid== | ||
| + | It is also possible to use display a property grid with the settings for a target, class, cluster. To do this inherit from GROUP_PROPERTIES or TARGET_PROPERTIES which provide features to add properties of a group, target to a PROPERTY_GRID. | ||
| + | |||
| + | See for example https://svn.eiffel.com/eiffelstudio/trunk/Src/Eiffel/interface/new_graphical/tools/eb_properties_tool.e | ||
Latest revision as of 13:20, 4 June 2012
Usage
Configuration Window
The normal way to use the configuration gui library is to create an instance of CONFIGURATION_WINDOW which provides the project settings dialog from EiffelStudio.
Property Grid
It is also possible to use display a property grid with the settings for a target, class, cluster. To do this inherit from GROUP_PROPERTIES or TARGET_PROPERTIES which provide features to add properties of a group, target to a PROPERTY_GRID.
See for example https://svn.eiffel.com/eiffelstudio/trunk/Src/Eiffel/interface/new_graphical/tools/eb_properties_tool.e

