attrs/label_related.hpp
-
struct gviz::attrs::Label : public AttributeBase<Label, attrtypes::Label<std::string>>
-
Public Functions
-
inline explicit Label() noexcept
-
inline explicit Label(const value_type &value)
-
inline explicit Label(value_type &&value)
Public Static Functions
-
static inline value_type get_default_value() noexcept
-
static inline bool is_default(const value_type &value) noexcept
-
static inline bool constraint(const value_type&) noexcept
Public Static Attributes
-
static constexpr const char *const name = "label"
-
inline explicit Label() noexcept
-
struct gviz::attrs::LabelAngle : public AttributeBase<LabelAngle, double>
Public Types
-
using value_type = double
Public Functions
-
inline explicit constexpr LabelAngle() noexcept
-
inline explicit constexpr LabelAngle(value_type value)
Public Static Functions
-
static inline constexpr value_type get_default_value() noexcept
-
static inline constexpr bool is_default(value_type value) noexcept
-
static inline constexpr bool constraint(value_type value) noexcept
Public Static Attributes
-
static constexpr const char *const name = "labelangle"
-
using value_type = double
-
struct gviz::attrs::LabelDistance : public AttributeBase<LabelDistance, double>
Public Types
-
using value_type = double
Public Functions
-
inline explicit constexpr LabelDistance() noexcept
-
inline explicit constexpr LabelDistance(value_type value)
Public Static Functions
-
static inline constexpr value_type get_default_value() noexcept
-
static inline constexpr bool is_default(value_type value) noexcept
-
static inline constexpr bool constraint(value_type value) noexcept
Public Static Attributes
-
static constexpr const char *const name = "labeldistance"
-
using value_type = double
-
struct gviz::attrs::LabelFloat : public AttributeBase<LabelFloat, double>
Public Types
-
using value_type = double
Public Functions
-
inline explicit constexpr LabelFloat() noexcept
-
inline explicit constexpr LabelFloat(value_type value)
Public Static Functions
-
static inline constexpr value_type get_default_value() noexcept
-
static inline constexpr bool is_default(value_type value) noexcept
-
static inline constexpr bool constraint(value_type value) noexcept
Public Static Attributes
-
static constexpr const char *const name = "labelfloat"
-
using value_type = double
-
struct gviz::attrs::LabelFontColor : public AttributeBase<LabelFontColor, attrtypes::ColorType>
-
Public Functions
-
inline explicit constexpr LabelFontColor() noexcept
-
inline explicit constexpr LabelFontColor(const value_type &value)
Public Static Functions
-
static inline constexpr value_type get_default_value() noexcept
-
static inline constexpr bool is_default(const value_type &value) noexcept
-
static inline constexpr bool constraint(const value_type&) noexcept
Public Static Attributes
-
static constexpr const char *const name = "labelfontcolor"
-
inline explicit constexpr LabelFontColor() noexcept
-
struct gviz::attrs::LabelFontName : public AttributeBase<LabelFontName, std::string>
-
Public Functions
-
inline explicit LabelFontName()
-
inline explicit LabelFontName(const value_type &value)
-
inline explicit LabelFontName(value_type &&value)
Public Static Functions
-
static inline value_type get_default_value()
-
static inline bool is_default(const value_type &value)
-
static inline bool constraint(const value_type&) noexcept
Public Static Attributes
-
static constexpr const char *const name = "labelfontname"
-
inline explicit LabelFontName()
-
struct gviz::attrs::LabelFontSize : public AttributeBase<LabelFontSize, double>
Public Types
-
using value_type = double
Public Functions
-
inline explicit constexpr LabelFontSize() noexcept
-
inline explicit constexpr LabelFontSize(value_type value)
Public Static Functions
-
static inline constexpr value_type get_default_value() noexcept
-
static inline constexpr bool is_default(value_type value) noexcept
-
static inline constexpr bool constraint(value_type value) noexcept
Public Static Attributes
-
static constexpr const char *const name = "labelfontsize"
-
using value_type = double
-
struct gviz::attrs::LabelJust : public AttributeBase<LabelJust, LabelJustEnum>
Public Types
-
using value_type = LabelJustEnum
Public Functions
-
inline constexpr LabelJust() noexcept
-
inline constexpr LabelJust(value_type value)
-
inline operator char() noexcept
Public Static Functions
-
static inline constexpr value_type get_default_value() noexcept
-
static inline constexpr bool is_default(value_type value) noexcept
-
static inline constexpr bool constraint(value_type) noexcept
Public Static Attributes
-
static constexpr const char *const name = "labeljust"
-
using value_type = LabelJustEnum
-
struct gviz::attrs::LabelLoc : public AttributeBase<LabelLoc, LabelLocEnum>
Public Types
-
using value_type = LabelLocEnum
Public Functions
-
inline constexpr LabelLoc() noexcept
-
inline constexpr LabelLoc(value_type value)
-
inline operator char() noexcept
Public Static Functions
-
static inline constexpr value_type get_default_value() noexcept
-
static inline constexpr bool is_default(value_type value) noexcept
-
static inline constexpr bool constraint(value_type) noexcept
Public Static Attributes
-
static constexpr const char *const name = "labelloc"
-
using value_type = LabelLocEnum
-
struct gviz::attrs::LabelScheme : public AttributeBase<LabelScheme, int>
Public Types
-
using value_type = int
Public Functions
-
inline explicit constexpr LabelScheme() noexcept
-
inline explicit constexpr LabelScheme(value_type value)
Public Static Functions
-
static inline constexpr value_type get_default_value() noexcept
-
static inline constexpr bool is_default(value_type value) noexcept
-
static inline constexpr bool constraint(value_type value) noexcept
Public Static Attributes
-
static constexpr const char *const name = "label_scheme"
-
using value_type = int
-
struct gviz::attrs::LabelTarget : public AttributeBase<LabelTarget, attrtypes::EscString<std::string>>
-
Public Functions
-
inline explicit LabelTarget() noexcept
-
inline explicit LabelTarget(const value_type &value)
-
inline explicit LabelTarget(value_type &&value)
Public Static Functions
-
static inline value_type get_default_value() noexcept
-
static inline bool is_default(const value_type &value) noexcept
-
static inline bool constraint(const value_type&) noexcept
Public Static Attributes
-
static constexpr const char *const name = "labeltarget"
-
inline explicit LabelTarget() noexcept
-
struct gviz::attrs::LabelTooltip : public AttributeBase<LabelTooltip, attrtypes::EscString<std::string>>
-
Public Functions
-
inline explicit LabelTooltip() noexcept
-
inline explicit LabelTooltip(const value_type &value)
-
inline explicit LabelTooltip(value_type &&value)
Public Static Functions
-
static inline value_type get_default_value() noexcept
-
static inline bool is_default(const value_type &value) noexcept
-
static inline bool constraint(const value_type&) noexcept
Public Static Attributes
-
static constexpr const char *const name = "labeltooltip"
-
inline explicit LabelTooltip() noexcept
-
struct gviz::attrs::LabelURL : public AttributeBase<LabelURL, attrtypes::EscString<std::string>>
-
Public Functions
-
inline explicit LabelURL() noexcept
-
inline explicit LabelURL(const value_type &value)
-
inline explicit LabelURL(value_type &&value)
Public Static Functions
-
static inline value_type get_default_value() noexcept
-
static inline bool is_default(const value_type &value) noexcept
-
static inline bool constraint(const value_type&) noexcept
Public Static Attributes
-
static constexpr const char *const name = "labelURL"
-
inline explicit LabelURL() noexcept
-
namespace gviz
-
namespace gviz::attrs
- file label_related.hpp
- #include <>#include <>#include “”#include “”#include “”#include “”
- dir /home/cthulhu/projects/repos/libgvizard/include/gvizard/attrs
- dir /home/cthulhu/projects/repos/libgvizard/include/gvizard
- dir /home/cthulhu/projects/repos/libgvizard/include