TuttleOFX  1
layer::vertical_lines< view_t, dashlst_t > Struct Template Reference

#include <lines.hpp>

Public Types

typedef view_t::value_type color_t

Public Member Functions

 vertical_lines (color_t color, int periods, int width)
void operator() (view_t &view)

Data Fields

color_t color
int width
int periods

Detailed Description

template<typename view_t, typename dashlst_t = boost::mpl::vector_c<int,1,1,0>>
struct layer::vertical_lines< view_t, dashlst_t >

Definition at line 101 of file lines.hpp.


Member Typedef Documentation

template<typename view_t, typename dashlst_t = boost::mpl::vector_c<int,1,1,0>>
typedef view_t::value_type layer::vertical_lines< view_t, dashlst_t >::color_t

Definition at line 103 of file lines.hpp.


Constructor & Destructor Documentation

template<typename view_t, typename dashlst_t = boost::mpl::vector_c<int,1,1,0>>
layer::vertical_lines< view_t, dashlst_t >::vertical_lines ( color_t  color,
int  periods,
int  width 
) [inline]

Definition at line 107 of file lines.hpp.


Member Function Documentation

template<typename view_t, typename dashlst_t = boost::mpl::vector_c<int,1,1,0>>
void layer::vertical_lines< view_t, dashlst_t >::operator() ( view_t &  view) [inline]

Field Documentation

template<typename view_t, typename dashlst_t = boost::mpl::vector_c<int,1,1,0>>
color_t layer::vertical_lines< view_t, dashlst_t >::color

Definition at line 104 of file lines.hpp.

Referenced by layer::vertical_lines< view_t, dashlst_t >::operator()().

template<typename view_t, typename dashlst_t = boost::mpl::vector_c<int,1,1,0>>
int layer::vertical_lines< view_t, dashlst_t >::periods

Definition at line 106 of file lines.hpp.

Referenced by layer::vertical_lines< view_t, dashlst_t >::operator()().

template<typename view_t, typename dashlst_t = boost::mpl::vector_c<int,1,1,0>>
int layer::vertical_lines< view_t, dashlst_t >::width

Definition at line 105 of file lines.hpp.

Referenced by layer::vertical_lines< view_t, dashlst_t >::operator()().


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