ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
SubcommandGuiOptions Struct Reference

Options for the rux gui subcommand. More...

#include <gui.hpp>

Collaboration diagram for SubcommandGuiOptions:

Public Attributes

rux::gui::ServerOptions server
bool no_browser = false
 The flag is negative (--no-browser) while the option it controls is positive (open_browser), so it cannot simply bind to that field.

Detailed Description

Options for the rux gui subcommand.

Holds a rux::gui::ServerOptions rather than restating its fields, so the CLI cannot drift from the library defaults (STANDARDS ยง4). Only genuinely CLI-shaped state lives alongside it.

Definition at line 17 of file gui.hpp.

Member Data Documentation

◆ no_browser

bool SubcommandGuiOptions::no_browser = false

The flag is negative (--no-browser) while the option it controls is positive (open_browser), so it cannot simply bind to that field.

Definition at line 21 of file gui.hpp.

◆ server

rux::gui::ServerOptions SubcommandGuiOptions::server

Definition at line 18 of file gui.hpp.


The documentation for this struct was generated from the following file: