- Note
- This Source File belongs to Fractal Example Example. Please follow the link for example explanation.
#pragma once
#include <AUI/Platform/AWindow.h>
#include "FractalView.h"
class JumpToCoordsWindow :
public AWindow {
public:
};
Represents a window in the underlying windowing system.
Definition AWindow.h:45
An std::weak_ptr with AUI extensions.
Definition SharedPtrTypes.h:179