|
| Window (const std::string &title="") |
|
Window & | resize (Rect rect) |
|
Window & | size (Size size) |
|
Window & | offset (Offset offset) |
|
Window & | title (const std::string &title) |
|
Window & | fps (float fps) |
|
Window & | ensure (Rect rect) |
|
Window & | cursor (bool cursor) |
|
void * | buffer () |
|
void | flush () |
|
View & | view (const std::string &name, Size size={ 300, 300 }) |
|
void | dirty () |
|
void | tick () |
|
void | hide (bool hidden=true) |
|
void | onmouse (int event, int x, int y, int flags) |
|
Window & | operator= (const Window &)=delete |
|
|
static Window & | current () |
|
static void | current (Window &window) |
|
static Window & | current (const std::string &title) |
|
Definition at line 114 of file FgWindow.h.
◆ offset_
Offset NeuralEngine::MachineLearning::Window::offset_ |
|
protected |
◆ buffer_
void* NeuralEngine::MachineLearning::Window::buffer_ |
|
protected |
◆ title_
std::string NeuralEngine::MachineLearning::Window::title_ |
|
protected |
◆ name_
std::string NeuralEngine::MachineLearning::Window::name_ |
|
protected |
◆ views_
std::map<std::string, View> NeuralEngine::MachineLearning::Window::views_ |
|
protected |
◆ dirty_
bool NeuralEngine::MachineLearning::Window::dirty_ |
|
protected |
◆ flush_time_
float NeuralEngine::MachineLearning::Window::flush_time_ |
|
protected |
◆ fps_
float NeuralEngine::MachineLearning::Window::fps_ |
|
protected |
◆ hidden_
bool NeuralEngine::MachineLearning::Window::hidden_ |
|
protected |
◆ show_cursor_
bool NeuralEngine::MachineLearning::Window::show_cursor_ |
|
protected |
◆ cursor_
Offset NeuralEngine::MachineLearning::Window::cursor_ |
|
protected |
The documentation for this class was generated from the following file: