MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / showMaximized

Method showMaximized

DSView/pv/mainframe.cpp:368–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void MainFrame::showMaximized()
369{
370 hide_border();
371
372#ifdef _WIN32
373 if (_parentNativeWidget){
374 _parentNativeWidget->ShowMax();
375 return;
376 }
377#endif
378
379 QFrame::showMaximized();
380}
381
382void MainFrame::showMinimized()
383{

Callers

nothing calls this directly

Calls 1

ShowMaxMethod · 0.80

Tested by

no test coverage detected