MCPcopy Create free account
hub / github.com/YACReader/yacreader / disableAllActions

Method disableAllActions

YACReaderLibrary/library_window_actions.cpp:717–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715}
716
717void LibraryWindowActions::disableAllActions()
718{
719 disableComicsActions(true);
720 disableLibrariesActions(true);
721 disableFoldersActions(true);
722}
723
724void LibraryWindowActions::updateTheme(const Theme &theme)
725{

Callers 6

setupCoordinatorsMethod · 0.80
loadLibraryMethod · 0.80
deleteCurrentLibraryMethod · 0.80
removeLibraryMethod · 0.80
showNoLibrariesWidgetMethod · 0.80
showImportingWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected