MCPcopy Create free account
hub / github.com/commontk/CTK / beginSetupLayout

Method beginSetupLayout

Libs/Widgets/ctkLayoutViewFactory.cpp:109–114  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

107
108//-----------------------------------------------------------------------------
109void ctkLayoutViewFactory::beginSetupLayout()
110{
111 Q_D(ctkLayoutViewFactory);
112 // A new layout is set, reset the number of views being used in the layout.
113 d->NumberOfViewsInCurrentLayout = 0;
114}
115
116//-----------------------------------------------------------------------------
117void ctkLayoutViewFactory::endSetupLayout()

Callers 1

setupLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected