CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
charts::grid_t< C > Struct Template Referenceexport
+ Collaboration diagram for charts::grid_t< C >:

Classes

struct  axis_ticks
 

Public Member Functions

 grid_t (C &plot)
 
 grid_t (const grid_t &rhl)
 
 grid_t (grid_t &&rhl)=delete
 

Public Attributes

axis_ticks x_axis {*this}
 
axis_ticks y_axis {*this}
 

Detailed Description

template<class C>
struct charts::grid_t< C >

Definition at line 97 of file plot_grid.cppm.

Constructor & Destructor Documentation

◆ grid_t() [1/3]

template<class C>
charts::grid_t< C >::grid_t ( C & plot)
inlineexplicit

Definition at line 98 of file plot_grid.cppm.

+ Here is the caller graph for this function:

◆ grid_t() [2/3]

template<class C>
charts::grid_t< C >::grid_t ( const grid_t< C > & rhl)
inline

Definition at line 103 of file plot_grid.cppm.

+ Here is the call graph for this function:

◆ grid_t() [3/3]

template<class C>
charts::grid_t< C >::grid_t ( grid_t< C > && rhl)
delete
+ Here is the call graph for this function:

Member Data Documentation

◆ x_axis

template<class C>
axis_ticks charts::grid_t< C >::x_axis {*this}

Definition at line 149 of file plot_grid.cppm.

◆ y_axis

template<class C>
axis_ticks charts::grid_t< C >::y_axis {*this}

Definition at line 150 of file plot_grid.cppm.


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