ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
folder Struct Referencefinal

Represents a folder for organizing server connections hierarchically. More...

#include <folder.hpp>

Collaboration diagram for folder:
Collaboration graph

Public Attributes

boost::uuids::uuid id
 Unique identifier for this folder.
 
std::string name
 Display name of the folder.
 
std::optional< boost::uuids::uuid > parent_id
 Parent folder ID, if this is a nested folder.
 
std::string description
 Optional description or notes about this folder.
 

Detailed Description

Represents a folder for organizing server connections hierarchically.

Folders can be nested to create a tree structure. A folder with no parent_id is a root-level folder.

Member Data Documentation

◆ parent_id

std::optional<boost::uuids::uuid> parent_id

Parent folder ID, if this is a nested folder.

If empty, this folder is at the root level.