Home
last modified time | relevance | path

Searched refs:isCurrentlySaving (Results 1 – 2 of 2) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/
H A Djucer_ProjectContentComponent.cpp823 …ive (project != nullptr && ! project->isSaveAndExportDisabled() && ! project->isCurrentlySaving()); in getCommandInfo()
838 …t.setActive (currentDocument != nullptr || (project != nullptr && ! project->isCurrentlySaving())); in getCommandInfo()
949 …ectBeLaunched (project) && ! project->isSaveAndExportDisabled() && ! project->isCurrentlySaving()); in getCommandInfo()
1071 if (isSaveCommand (info.commandID) && (project != nullptr && project->isCurrentlySaving())) in perform()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.h490 bool isCurrentlySaving() const noexcept { return isSaving; } in isCurrentlySaving() function