Loading...
Searching...
No Matches
score::ApplicationComponentsData Struct Reference
Public Member Functions | |
| ApplicationComponentsData (const ApplicationComponentsData &)=delete | |
| ApplicationComponentsData (ApplicationComponentsData &&)=delete | |
| ApplicationComponentsData & | operator= (const ApplicationComponentsData &)=delete |
| ApplicationComponentsData & | operator= (ApplicationComponentsData &&)=delete |
| InterfaceListBase * | findInterfaceList (const UuidKey< score::InterfaceBase > &k) const noexcept |
Public Attributes | |
| std::vector< score::Addon > | addons |
| std::vector< ApplicationPlugin * > | appPlugins |
| std::vector< GUIApplicationPlugin * > | guiAppPlugins |
| score::hash_map< score::InterfaceKey, std::unique_ptr< InterfaceListBase > > | factories |
| CommandStore | commands |
| std::vector< std::unique_ptr< PanelDelegate > > | panels |
The documentation for this struct was generated from the following files:
- ApplicationComponents.hpp
- ApplicationComponents.cpp