- Note
- This Source File belongs to Views Example Example. Please follow the link for example explanation.
#pragma once
#include <AUI/Platform/AWindow.h>
#include "AUI/Thread/AAsyncHolder.h"
class ExampleWindow:
public AWindow {
public:
ExampleWindow();
private:
};
Holds a set of futures keeping them valid.
Definition AAsyncHolder.h:31
A std::deque with AUI extensions.
Definition ADeque.h:27
virtual bool onDragEnter(const ADragNDrop::EnterEvent &event)
Called when the user holds a drag-n-drop object over the window.
Represents a window in the underlying windowing system.
Definition AWindow.h:45
Interface for audio playback.
Definition IAudioPlayer.h:15
An std::weak_ptr with AUI extensions.
Definition SharedPtrTypes.h:179
Definition ADragNDrop.h:67
Definition ADragNDrop.h:62