RigsofRods
Soft-body Physics Simulation
Public Member Functions | Private Attributes
RoR::GUI::NodeBeamUtils Class Reference

#include <GUI_NodeBeamUtils.h>

Public Member Functions

void Draw ()
 
void SetVisible (bool visible)
 
bool IsVisible () const
 
bool IsHovered () const
 

Private Attributes

bool m_is_visible = false
 
bool m_is_hovered = false
 
bool m_is_searching = false
 
const ImVec4 GRAY_HINT_TEXT = ImVec4(0.62f, 0.62f, 0.61f, 1.f)
 

Detailed Description

Definition at line 28 of file GUI_NodeBeamUtils.h.

Member Function Documentation

◆ Draw()

void NodeBeamUtils::Draw ( )

Definition at line 32 of file GUI_NodeBeamUtils.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsHovered()

bool RoR::GUI::NodeBeamUtils::IsHovered ( ) const
inline

Definition at line 35 of file GUI_NodeBeamUtils.h.

+ Here is the call graph for this function:

◆ IsVisible()

bool RoR::GUI::NodeBeamUtils::IsVisible ( ) const
inline

Definition at line 34 of file GUI_NodeBeamUtils.h.

+ Here is the caller graph for this function:

◆ SetVisible()

void NodeBeamUtils::SetVisible ( bool  visible)

Definition at line 188 of file GUI_NodeBeamUtils.cpp.

+ Here is the caller graph for this function:

Field Documentation

◆ GRAY_HINT_TEXT

const ImVec4 RoR::GUI::NodeBeamUtils::GRAY_HINT_TEXT = ImVec4(0.62f, 0.62f, 0.61f, 1.f)
private

Definition at line 42 of file GUI_NodeBeamUtils.h.

◆ m_is_hovered

bool RoR::GUI::NodeBeamUtils::m_is_hovered = false
private

Definition at line 39 of file GUI_NodeBeamUtils.h.

◆ m_is_searching

bool RoR::GUI::NodeBeamUtils::m_is_searching = false
private

Definition at line 40 of file GUI_NodeBeamUtils.h.

◆ m_is_visible

bool RoR::GUI::NodeBeamUtils::m_is_visible = false
private

Definition at line 38 of file GUI_NodeBeamUtils.h.


The documentation for this class was generated from the following files: