Home
last modified time | relevance | path

Searched defs:PageWelcome (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/GUI/
H A DMainWindow.h23 class PageWelcome; variable
H A DPageWelcome.cpp26 PageWelcome::PageWelcome(MainWindow* main_window) in PageWelcome() function in PageWelcome
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DConfigWizard_private.hpp226 struct PageWelcome: ConfigWizardPage struct
228 wxStaticText *welcome_text;
229 wxCheckBox *cbox_reset;
233 … bool reset_user_profile() const { return cbox_reset != nullptr ? cbox_reset->GetValue() : false; } in reset_user_profile()
H A DConfigWizard.cpp453 PageWelcome::PageWelcome(ConfigWizard *parent) in PageWelcome() function in Slic3r::GUI::PageWelcome