MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / IsNormalsized

Method IsNormalsized

DSView/pv/winnativewidget.cpp:681–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679}
680
681bool WinNativeWidget::IsNormalsized()
682{
683 WINDOWPLACEMENT wp;
684 wp.length = sizeof(WINDOWPLACEMENT);
685 GetWindowPlacement(_hWnd, &wp);
686 return wp.showCmd == SW_SHOWNORMAL;
687}
688
689void WinNativeWidget::SetBorderColor(QColor color)
690{

Callers 1

WndProcMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected