-----------------------------------------------------------------------------
| 107 | |
| 108 | //----------------------------------------------------------------------------- |
| 109 | void 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 | //----------------------------------------------------------------------------- |
| 117 | void ctkLayoutViewFactory::endSetupLayout() |