Class: ImGui::ImGui_ImplDockingSDL3_ViewportData
- Inherits:
-
Object
- Object
- ImGui::ImGui_ImplDockingSDL3_ViewportData
- Defined in:
- lib/imgui_impl_docking_sdl3.rb
Instance Attribute Summary collapse
-
#gl_context ⇒ Object
Returns the value of attribute gl_context.
-
#parent_window ⇒ Object
Returns the value of attribute parent_window.
-
#window ⇒ Object
Returns the value of attribute window.
-
#window_id ⇒ Object
Returns the value of attribute window_id.
-
#window_owned ⇒ Object
Returns the value of attribute window_owned.
Instance Method Summary collapse
-
#initialize ⇒ ImGui_ImplDockingSDL3_ViewportData
constructor
A new instance of ImGui_ImplDockingSDL3_ViewportData.
Constructor Details
#initialize ⇒ ImGui_ImplDockingSDL3_ViewportData
Returns a new instance of ImGui_ImplDockingSDL3_ViewportData.
64 65 66 67 68 69 70 |
# File 'lib/imgui_impl_docking_sdl3.rb', line 64 def initialize @window = nil @parent_window = nil @window_id = 0 @window_owned = false @gl_context = nil end |
Instance Attribute Details
#gl_context ⇒ Object
Returns the value of attribute gl_context.
62 63 64 |
# File 'lib/imgui_impl_docking_sdl3.rb', line 62 def gl_context @gl_context end |
#parent_window ⇒ Object
Returns the value of attribute parent_window.
62 63 64 |
# File 'lib/imgui_impl_docking_sdl3.rb', line 62 def parent_window @parent_window end |
#window ⇒ Object
Returns the value of attribute window.
62 63 64 |
# File 'lib/imgui_impl_docking_sdl3.rb', line 62 def window @window end |
#window_id ⇒ Object
Returns the value of attribute window_id.
62 63 64 |
# File 'lib/imgui_impl_docking_sdl3.rb', line 62 def window_id @window_id end |
#window_owned ⇒ Object
Returns the value of attribute window_owned.
62 63 64 |
# File 'lib/imgui_impl_docking_sdl3.rb', line 62 def window_owned @window_owned end |