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

Method AdaptWindows

Src/FrmScroll.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50CFrmViewer::ADAPT_WINDOWS CFrmScroll::AdaptWindows()
51{
52 CFrmViewer* pView = qobject_cast<CFrmViewer*>(widget());
53 if(pView)
54 return pView->GetAdaptWindows();
55 return CFrmViewer::ADAPT_WINDOWS::Auto;
56}
57
58CFrmViewer* CFrmScroll::GetViewer()
59{

Callers

nothing calls this directly

Calls 1

GetAdaptWindowsMethod · 0.45

Tested by

no test coverage detected