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