xentara-workbench-plugin v1.0.1
The Xentara Workbench Plugin Framework
Loading...
Searching...
No Matches
xentara::workbench::bindings::PlaceholderNotice Class Referencefinal

A notice that an element is a placeholder element. More...

#include <xentara/workbench/bindings/PlaceholderNotice.hpp>

+ Inheritance diagram for xentara::workbench::bindings::PlaceholderNotice:

Classes

struct  Options
 Options for the binding. More...
 

Public Member Functions

 PlaceholderNotice (Options options)
 Constructor that uses a getter and setter member function for the value.
 
constexpr auto options () const noexcept -> const Options &
 Gets the options.
 

Detailed Description

A notice that an element is a placeholder element.

Constructor & Destructor Documentation

◆ PlaceholderNotice()

xentara::workbench::bindings::PlaceholderNotice::PlaceholderNotice ( Options  options)

Constructor that uses a getter and setter member function for the value.

Parameters
optionsThe options that affect the display of the JSON field

Member Function Documentation

◆ options()

constexpr auto xentara::workbench::bindings::PlaceholderNotice::options ( ) const -> const Options &
constexprnoexcept

Gets the options.