MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetViewType

Method SetViewType

App/Client/ParameterApp.cpp:220–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220int CParameterApp::SetViewType(ViewType type)
221{
222 if(m_ViewType == type)
223 return 0;
224 m_ViewType = type;
225 SetModified(true);
226 emit sigViewTypeChanged();
227 return 0;
228}
229
230const QTabWidget::TabPosition &CParameterApp::GetTabPosition() const
231{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected