ngscopeclient 0.1-dev+51fbda87c
|
Public Member Functions | |
Workspace (const YAML::Node &node, Session &session, MainWindow *parent) | |
Workspace (Session &session, MainWindow *parent) | |
bool | Render () |
YAML::Node | Serialize () |
std::string | GetTitleAndID () |
Protected Member Functions | |
virtual void | DoRender (ImGuiID id) |
void | TitleHoverHelp () |
Protected Attributes | |
Session & | m_session |
MainWindow * | m_parent |
bool | m_open |
std::string | m_id |
std::string | m_title |
ImVec2 | m_defaultSize |