MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
mostlyharmless_NamespaceDocs.h
Go to the documentation of this file.
1//
2// Created by Syl on 11/08/2024.
3//
4
5#ifndef MOSTLYHARMLESS_MOSTLYHARMLESS_NAMESPACEDOCS_H
6#define MOSTLYHARMLESS_MOSTLYHARMLESS_NAMESPACEDOCS_H
10namespace mostly_harmless {
14 namespace internal {
15
16 }
20 namespace core {
21
22 }
26 namespace gui {
30 namespace helpers {
34 namespace macos {
35
36 }
37 } // namespace helpers
38 } // namespace gui
42 namespace utils {
46 namespace directories {
47
48 }
49
50 }
54 namespace data {
55
56 }
60 namespace events {
61
62 }
63
67 namespace audio {
68
69 }
70} // namespace mostly_harmless
71#endif // MOSTLYHARMLESS_MOSTLYHARMLESS_NAMESPACEDOCS_H
Contains audio helpers and utilities.
Definition mostlyharmless_NamespaceDocs.h:67
Contains core functionality of the framework.
Definition mostlyharmless_PluginBase.h:15
Contains classes and functions related to data management.
Definition mostlyharmless_DatabaseState.h:16
Contains classes and functions related to events.
Definition mostlyharmless_InputEventContext.h:4
macOS specific gui helper functions
Definition mostlyharmless_NamespaceDocs.h:34
Contains helper functions for gui handling.
Definition mostlyharmless_NamespaceDocs.h:30
Contains GUI related classes & functions.
Definition mostlyharmless_WebviewBase.h:10
Framework-Developer-Only documentation, for specific mechanisms within the framework.
Definition mostlyharmless_PluginBase.h:25
Contains general purpose utility classes & functions.
Definition mostlyharmless_TaskThread.h:12
The top-level namespace, contains all things plugin-related.
Definition mostlyharmless_BusConfig.h:3