Searched defs:FormWindow (Results 1 – 2 of 2) sorted by relevance
34 struct FormWindow { struct35 int32_t designWidth = 720;36 bool autoDesignWidth = false;
30 …explicit FormWindow(const WeakPtr<PipelineBase>& context) : Window(nullptr), outSidePipelineContex… in FormWindow() function