OrcaSlicer/doc/developer-reference/plater-sidebar-tab-combobox.md
Ian Bassi 3b2fa4469a
Wiki fix images and links (#9858)
* Fix Wiki Links

Co-Authored-By: StdVectorBool <4926951+StdVectorBool@users.noreply.github.com>

* Fix Wiki images

* Chamber temp Wiki update

---------

Co-authored-by: StdVectorBool <4926951+StdVectorBool@users.noreply.github.com>
2025-06-10 09:02:19 +08:00

1.3 KiB

Application Structure Overview

!! incomplete, possibly inaccurate, being updated with new info !!

Plater

Refers to the entire application. The whole view, file loading, project saving and loading is all managed by this class. This class contains members for the model viewer, the sidebar, gcode viewer and everything else.

Sidebar

This is relating the the sidebar in the application window

tab-popup

ComboBox

The drop down menus where you can see and select presets

tab-popup

Tab

Refers to the various windows with settings. e.g. the Popup to edit printer or filament preset. Also the section to edit process preset and the object list. These 4 are managed by TabPrinter, TabFilament, TabPrint and TabPrintModel respectively.

tab-popup