Home
last modified time | relevance | path

Searched refs:withCanvas (Results 1 – 5 of 5) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/test_suite/FGTestApi/
H A DtestGlobals.hxx27 void initStandardNasal(bool withCanvas = false);
H A DtestGlobals.cxx108 void initStandardNasal(bool withCanvas) in initStandardNasal() argument
127 nasalNode->setBoolValue("canvas/enabled", withCanvas); in initStandardNasal()
/dports/audio/carla/Carla-2.4.1/source/frontend/C++/
H A Dcarla_host.hpp117 CarlaHostWindow(CarlaHost& host, const bool withCanvas, QWidget* const parent = nullptr);
H A Dcarla_host.cpp210 PrivateData(CarlaHostWindow* const hw, CarlaHost& h, const bool withCanvas) in PrivateData()
253 fWithCanvas(withCanvas), in PrivateData()
315 if (! withCanvas) in PrivateData()
360 if (! withCanvas) in PrivateData()
1346 CarlaHostWindow::CarlaHostWindow(CarlaHost& host, const bool withCanvas, QWidget* const parent) in CarlaHostWindow() argument
1348 self(new PrivateData(this, host, withCanvas)) in CarlaHostWindow()
1436 if (withCanvas) in CarlaHostWindow()
/dports/audio/carla/Carla-2.4.1/source/frontend/
H A Dcarla_host.py133 def __init__(self, host, withCanvas, parent=None): argument
224 self.fWithCanvas = withCanvas
254 if not withCanvas:
291 if not withCanvas:
442 if withCanvas:
545 if withCanvas:
586 if withCanvas: