|  | Audacity 3.2.0
    | 
Journal system's error status, command dictionary, initializers. More...
#include <functional>#include <unordered_map>Go to the source code of this file.
| Classes | |
| struct | Journal::RegisteredCommand | 
| struct | Journal::RegisteredInitializer | 
| Namespaces | |
| namespace | Journal | 
| Facilities for recording and playback of sequences of user interaction. | |
| Typedefs | |
| using | Journal::Dispatcher = std::function< bool(const wxArrayStringEx &fields) > | 
| using | Journal::Dictionary = std::unordered_map< wxString, Journal::Dispatcher > | 
| using | Journal::Initializer = std::function< bool() > | 
| using | Journal::Initializers = std::vector< Initializer > | 
| Functions | |
| bool | Journal::GetError () | 
| void | Journal::SetError () | 
| const Dictionary & | Journal::GetDictionary () | 
| const Initializers & | Journal::GetInitializers () | 
Journal system's error status, command dictionary, initializers.
Audacity: A Digital Audio Editor
Paul Licameli
Definition in file JournalRegistry.h.