Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ GetCurrentView
Method
GetCurrentView
App/Client/ViewSplitter.cpp:197–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
QWidget *CViewSplitter::GetCurrentView()
198
{
199
auto p = GetContainer(m_nIdxRow, m_nIdxCol);
200
if(p)
201
return p->GetView();
202
return nullptr;
203
}
204
205
int CViewSplitter::SetCurrentView(QWidget *pView)
206
{
Callers
nothing calls this directly
Calls
1
GetView
Method · 0.45
Tested by
no test coverage detected