Home
last modified time | relevance | path

Searched defs:ui_xml_file (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Dthanks.cc43 ThanksWindow::ThanksWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in ThanksWindow()
H A Dabout.cc49 AboutWindow::AboutWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in AboutWindow()
H A Dcolor.cc54 ColorWindow::ColorWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in ColorWindow()
H A Dcopying.cc54 CopyingWindow::CopyingWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in CopyingWindow()
H A Dtapeadd.cc27 TapeAddWindow::TapeAddWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file), CMD("ui-tape-na… in TapeAddWindow()
H A Dwav.cc88 WavWindow::WavWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in WavWindow()
H A Dvdip.cc115 VDIPWindow::VDIPWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in VDIPWindow()
H A Ddisk.cc122 DiskWindow::DiskWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in DiskWindow()
H A Dmodule.cc54 ModuleWindow::ModuleWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in ModuleWindow()
H A Ddialog.cc26 DialogWindow::DialogWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file), CMD("ui-dialog-ye… in DialogWindow()
H A Dvideo.cc83 VideoWindow::VideoWindow(const char *ui_xml_file, UI_Gtk *ui) : UI_Gtk_Window(ui_xml_file) in VideoWindow()
H A Dplotter.cc201 PlotterWindow::PlotterWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in PlotterWindow()
H A Dscreenshot.cc128 ScreenshotWindow::ScreenshotWindow(const char *ui_xml_file, UI_Gtk *ui) : UI_Gtk_Window(ui_xml_file) in ScreenshotWindow()
H A Dwindow.cc44 UI_Gtk_Window::UI_Gtk_Window(const char *ui_xml_file) in UI_Gtk_Window()
H A Dkeyboard.cc108 KeyboardWindow::KeyboardWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in KeyboardWindow()
H A Dselector.cc45 ProfileSelectorWindow::ProfileSelectorWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) { in ProfileSelectorWindow()
H A Dtape.cc187 TapeWindow::TapeWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in TapeWindow()
H A Dsavemem.cc53 SaveMemoryWindow::SaveMemoryWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in SaveMemoryWindow()
H A Dhelp.cc390 HelpWindow::HelpWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) in HelpWindow()
H A Dmain.cc58 MainWindow::MainWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) { in MainWindow()
H A Doptions.cc126 OptionsWindow::OptionsWindow(const char *ui_xml_file) : UI_Gtk_Window(ui_xml_file) { in OptionsWindow()
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dtoolbar.py111 def on_settings_toggle(self, toggleaction, ui_xml_file): argument