MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / setWindowButtonFlag

Method setWindowButtonFlag

ElaWidgetTools/ElaWindow.cpp:593–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593void ElaWindow::setWindowButtonFlag(ElaAppBarType::ButtonType buttonFlag, bool isEnable)
594{
595 Q_D(ElaWindow);
596 d->_appBar->setWindowButtonFlag(buttonFlag, isEnable);
597}
598
599void ElaWindow::setWindowButtonFlags(ElaAppBarType::ButtonFlags buttonFlags)
600{

Callers 1

ElaWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected