MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / Open

Method Open

samples/luxcoreui/objecteditorwindow.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31//------------------------------------------------------------------------------
32
33void ObjectEditorWindow::Open() {
34 if (!opened) {
35 objectGUIProps.Clear();
36 objectEditorProps.Clear();
37
38 ObjectWindow::Open();
39 }
40}
41
42void ObjectEditorWindow::Close() {
43 if (opened) {

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected