Initial release

This commit is contained in:
civ
2026-08-16 18:24:52 +07:00
commit 876886a39a
13244 changed files with 2353959 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
var uidescription =
[
[ "Inline UI Editor for VST3 (WYSIWYG)", "page_uidescription_editor.html", [
[ "Introduction", "page_uidescription_editor.html#ui_editor_intro", null ],
[ "Preparation", "page_uidescription_editor.html#ui_editor_preparation", null ],
[ "Parameter Binding", "page_uidescription_editor.html#ui_editor_parameter_binding", null ],
[ "The Editor", "page_uidescription_editor.html#ui_editor_the_editor", [
[ "Toolbar", "page_uidescription_editor.html#the_editor_toolbar", null ],
[ "Template Editor", "page_uidescription_editor.html#the_editor_template_editor", null ],
[ "View Attribute Editor", "page_uidescription_editor.html#the_editor_view_attribute_editor", null ],
[ "Template Selector + View Hierarchy Browser", "page_uidescription_editor.html#the_editor_template_view_hierarchy", null ],
[ "View Palette + Global UI Properties Editor", "page_uidescription_editor.html#the_editor_view_palette_globals", [
[ "Views", "page_uidescription_editor.html#the_editor_view_palette_globals_view", null ],
[ "Tags", "page_uidescription_editor.html#the_editor_view_palette_globals_tags", null ],
[ "Colors", "page_uidescription_editor.html#the_editor_view_palette_globals_colors", null ],
[ "Bitmaps", "page_uidescription_editor.html#the_editor_view_palette_globals_bitmaps", null ],
[ "Fonts", "page_uidescription_editor.html#the_editor_view_palette_globals_fonts", null ]
] ]
] ],
[ "Creating Custom Views", "page_uidescription_editor.html#ui_editor_custom_view_creation", null ],
[ "Sub-Controllers", "page_uidescription_editor.html#ui_editor_sub_controllers", null ],
[ "Templates", "page_uidescription_editor.html#ui_editor_templates", null ]
] ],
[ "The view system overview", "the_view_system.html", [
[ "Inherit from CView", "the_view_system.html#inherit_from_cview", null ],
[ "Handling mouse events", "the_view_system.html#handling_mouse_events", null ]
] ],
[ "Create your own view for the WYSIWYG editor in VSTGUI", "create_your_own_view.html", [
[ "Introduction", "create_your_own_view.html#create_your_own_view_intro", null ],
[ "Create the new view class", "create_your_own_view.html#create_your_own_view_createView", null ],
[ "Register your view", "create_your_own_view.html#create_your_own_view_registerView", null ],
[ "Result", "create_your_own_view.html#create_your_own_view_result", null ]
] ],
[ "Creating User Interfaces via XML", "uidescription_x_m_l.html", "uidescription_x_m_l" ]
];