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

Public Member Functions

 view_t (C &plot, const std::size_t index)
 
 view_t (const view_t &rhl)
 
 view_t (view_t &&rhl)=delete
 
C & show_data_points (const bool show_points)
 
C & show_line (const bool show_)
 

Friends

template<class>
struct view_map_t
 

Detailed Description

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

Definition at line 95 of file plot_view.cppm.

Constructor & Destructor Documentation

◆ view_t() [1/3]

template<class C>
charts::view_t< C >::view_t ( C & plot,
const std::size_t index )
inlineexplicit

Definition at line 96 of file plot_view.cppm.

+ Here is the caller graph for this function:

◆ view_t() [2/3]

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

Definition at line 100 of file plot_view.cppm.

+ Here is the call graph for this function:

◆ view_t() [3/3]

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

Member Function Documentation

◆ show_data_points()

template<class C>
C & charts::view_t< C >::show_data_points ( const bool show_points)
inline

Definition at line 109 of file plot_view.cppm.

◆ show_line()

template<class C>
C & charts::view_t< C >::show_line ( const bool show_)
inline

Definition at line 114 of file plot_view.cppm.

Friends And Related Symbol Documentation

◆ view_map_t

template<class C>
template<class>
friend struct view_map_t
friend

Definition at line 169 of file plot_view.cppm.


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