Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::anonymous_namespace{Editor.cpp} Namespace Reference

Classes

struct  ImGuiViewportData
 

Functions

void Reset (Editor::FocusedWindowState &state) noexcept
 
bool SetFocus (Editor::FocusedWindowState &state) noexcept
 
bool Hovered (const Editor::FocusedWindowState &state) noexcept
 
bool Focused (const Editor::FocusedWindowState &state) noexcept
 

Variables

const string g_editorFontFile { "Roboto-Medium.ttf" }
 
const string g_editorFontFileBold { "OpenSans-Bold.ttf" }
 
const string g_editorIconFile { FONT_ICON_FILE_NAME_FK }
 
const string g_editorSaveFile { "Editor.xml" }
 
const string g_editorSaveFileBak { "Editor.xml.bak" }
 
WindowManagerg_windowManager = nullptr
 
IMGUICallbackData g_modalTextureData
 

Function Documentation

◆ Focused()

bool Divide::anonymous_namespace{Editor.cpp}::Focused ( const Editor::FocusedWindowState state)
inlinenoexcept

Definition at line 86 of file Editor.cpp.

◆ Hovered()

bool Divide::anonymous_namespace{Editor.cpp}::Hovered ( const Editor::FocusedWindowState state)
inlinenoexcept

Definition at line 81 of file Editor.cpp.

◆ Reset()

void Divide::anonymous_namespace{Editor.cpp}::Reset ( Editor::FocusedWindowState state)
inlinenoexcept

Definition at line 59 of file Editor.cpp.

◆ SetFocus()

bool Divide::anonymous_namespace{Editor.cpp}::SetFocus ( Editor::FocusedWindowState state)
inlinenoexcept

Definition at line 64 of file Editor.cpp.

Variable Documentation

◆ g_editorFontFile

const string Divide::anonymous_namespace{Editor.cpp}::g_editorFontFile { "Roboto-Medium.ttf" }

Definition at line 43 of file Editor.cpp.

◆ g_editorFontFileBold

const string Divide::anonymous_namespace{Editor.cpp}::g_editorFontFileBold { "OpenSans-Bold.ttf" }

Definition at line 44 of file Editor.cpp.

◆ g_editorIconFile

const string Divide::anonymous_namespace{Editor.cpp}::g_editorIconFile { FONT_ICON_FILE_NAME_FK }

Definition at line 45 of file Editor.cpp.

◆ g_editorSaveFile

const string Divide::anonymous_namespace{Editor.cpp}::g_editorSaveFile { "Editor.xml" }

Definition at line 46 of file Editor.cpp.

◆ g_editorSaveFileBak

const string Divide::anonymous_namespace{Editor.cpp}::g_editorSaveFileBak { "Editor.xml.bak" }

Definition at line 47 of file Editor.cpp.

◆ g_modalTextureData

IMGUICallbackData Divide::anonymous_namespace{Editor.cpp}::g_modalTextureData

Definition at line 57 of file Editor.cpp.

◆ g_windowManager

WindowManager* Divide::anonymous_namespace{Editor.cpp}::g_windowManager = nullptr

Definition at line 49 of file Editor.cpp.