12 #include "dialogs/GUIDialogSelect.h"    13 #include "threads/CriticalSection.h"    14 #include "utils/Observer.h"    30   void UnregisterPeripheralManager();
    32   CFileItemPtr GetItem(
unsigned int pos) 
const;
    44   void OnInitWindow() 
override;
    46   void UpdatePeripheralsAsync();
    47   void UpdatePeripheralsSync();
    51   mutable CCriticalSection m_peripheralsMutex;
 void Notify(const Observable &obs, const ObservableMessage msg) override
Process a message from an observable. 
Definition: GUIDialogPeripherals.cpp:146
Definition: RetroPlayerInput.h:15
Represents a list of files. 
Definition: FileItem.h:702
Definition: GUIDialogPeripherals.h:23
Definition: GUIDialogSelect.h:20
Definition: Observer.h:31
Definition: LibInputPointer.h:13
Definition: GUIMessage.h:365
Definition: Observer.h:44
Definition: Peripherals.h:56