MCPcopy Create free account
hub / github.com/Illation/ETEngine / SettingsDialog

Method SettingsDialog

Engine/source/EtEditor/Util/SettingsDialog.cpp:19–25  ·  view source on GitHub ↗

--------------------------------- SettingsDialog::SettingsDialog Settings Dialog default constructor

Source from the content-addressed store, hash-verified

17// Settings Dialog default constructor
18//
19SettingsDialog::SettingsDialog(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& refBuilder)
20 : Gtk::Dialog(cobject)
21 , m_RefBuilder(refBuilder)
22 , m_Settings()
23{
24 m_Settings = Gio::Settings::create("com.leah-lindner.editor");
25}
26
27
28//static

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected