![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Public Member Functions | |
axis_t (C &plot, const la::vec< 2 > axis_direction, const la::vec< 2 > label_direction, const la::vec< 2 > label_orientation, bool default_show, la::scalar default_label_offset=30, la::scalar default_title_offset=45) | |
C & | show (const bool show_axis) |
C & | bounds (const la::scalar min, const la::scalar max, const la::scalar step) |
C & | bounds_auto (const bool bind_zero=false) |
C & | major_ticks_show (const bool show_ticks) |
C & | minor_ticks_show (const bool show_ticks) |
C & | minor_ticks_count (const unsigned int tick_count) |
C & | title (const std::string &title_str) |
C & | title_align (const vg::text_anchor_e align) |
C & | title_offset (const la::scalar offset) |
C & | label_component (const std::function< cydui::components::component_holder_t(la::scalar)> &builder) |
template<typename L> | |
C & | label_component () |
Friends | |
template<class> | |
struct | grid_t |
template<class> | |
struct | view_t |
Definition at line 314 of file plot_axis.cppm.
|
inlineexplicit |
Definition at line 315 of file plot_axis.cppm.
|
inline |
Definition at line 342 of file plot_axis.cppm.
|
inline |
Definition at line 354 of file plot_axis.cppm.
Definition at line 399 of file plot_axis.cppm.
|
inline |
Definition at line 391 of file plot_axis.cppm.
|
inline |
Definition at line 360 of file plot_axis.cppm.
|
inline |
Definition at line 370 of file plot_axis.cppm.
|
inline |
Definition at line 365 of file plot_axis.cppm.
|
inline |
Definition at line 337 of file plot_axis.cppm.
|
inline |
Definition at line 375 of file plot_axis.cppm.
|
inline |
Definition at line 380 of file plot_axis.cppm.
|
inline |
Definition at line 385 of file plot_axis.cppm.
Definition at line 461 of file plot_axis.cppm.
Definition at line 463 of file plot_axis.cppm.