mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 20:00:32 +02:00
Change folder structure for final release without clutter
This commit is contained in:
35
docs-src/html/hierarchy.js
Normal file
35
docs-src/html/hierarchy.js
Normal file
@@ -0,0 +1,35 @@
|
||||
var hierarchy =
|
||||
[
|
||||
[ "IntelliColorPicker", "class_intelli_color_picker.html", null ],
|
||||
[ "IntelliImage", "class_intelli_image.html", [
|
||||
[ "IntelliRasterImage", "class_intelli_raster_image.html", [
|
||||
[ "IntelliShapedImage", "class_intelli_shaped_image.html", null ]
|
||||
] ]
|
||||
] ],
|
||||
[ "IntelliRenderSettings", "class_intelli_render_settings.html", null ],
|
||||
[ "IntelliTool", "class_intelli_tool.html", [
|
||||
[ "IntelliToolCircle", "class_intelli_tool_circle.html", null ],
|
||||
[ "IntelliToolFloodFill", "class_intelli_tool_flood_fill.html", null ],
|
||||
[ "IntelliToolGradient", "class_intelli_tool_gradient.html", null ],
|
||||
[ "IntelliToolLine", "class_intelli_tool_line.html", null ],
|
||||
[ "IntelliToolPen", "class_intelli_tool_pen.html", null ],
|
||||
[ "IntelliToolPlainTool", "class_intelli_tool_plain_tool.html", null ],
|
||||
[ "IntelliToolPolygon", "class_intelli_tool_polygon.html", null ],
|
||||
[ "IntelliToolRectangle", "class_intelli_tool_rectangle.html", null ]
|
||||
] ],
|
||||
[ "IntelliToolsettings", "class_intelli_toolsettings.html", null ],
|
||||
[ "LayerObject", "struct_layer_object.html", null ],
|
||||
[ "QDialog", null, [
|
||||
[ "IntelliInputDialog", "class_intelli_input_dialog.html", null ]
|
||||
] ],
|
||||
[ "QLabel", null, [
|
||||
[ "PaintingArea", "class_painting_area.html", null ]
|
||||
] ],
|
||||
[ "QMainWindow", null, [
|
||||
[ "IntelliPhotoGui", "class_intelli_photo_gui.html", null ]
|
||||
] ],
|
||||
[ "QObject", null, [
|
||||
[ "UnitTest", "class_unit_test.html", null ]
|
||||
] ],
|
||||
[ "Triangle", "struct_triangle.html", null ]
|
||||
];
|
||||
Reference in New Issue
Block a user