Home
last modified time | relevance | path

Searched refs:slot_fileNew (Results 1 – 3 of 3) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/frontend/C++/
H A Dcarla_host.hpp167 void slot_fileNew();
H A Dcarla_host.cpp1378 connect(self->ui.act_file_new, SIGNAL(triggered()), SLOT(slot_fileNew())); in CarlaHostWindow()
1663 void CarlaHostWindow::slot_fileNew() in slot_fileNew() function in CarlaHostWindow
/dports/audio/carla/Carla-2.4.1/source/frontend/
H A Dcarla_host.py489 self.ui.act_file_new.triggered.connect(self.slot_fileNew)
858 def slot_fileNew(self): member in HostWindow