|
| virtual Plot * | clone () const |
| |
| | Plot (Plot const &other) |
| |
| CanvasItem & | operator[] (std::size_t idx) |
| |
| iterator | begin () noexcept |
| |
| iterator | end () noexcept |
| |
| void | add (CanvasItem &item) |
| |
| void | add (std::vector< CanvasItem > &items) |
| |
| void | clear () |
| |
| void | erase (std::vector< std::unique_ptr< CanvasItem > >::iterator begin, std::vector< std::unique_ptr< CanvasItem > >::iterator end) |
| |
| void | setXLimits (const std::array< double, 2 > &limits) |
| |
| std::array< double, 2 > const & | getXLimits () const |
| |
| void | setYLimits (const std::array< double, 2 > &limits) |
| |
| std::array< double, 2 > const & | getYLimits () const |
| |
| void | setZLimits (const std::array< double, 2 > &limits) |
| |
| std::array< double, 2 > const & | getZLimits () const |
| |
| void | setXMargins (const std::array< double, 2 > &margins) |
| |
| std::array< double, 2 > const & | getXMargins () const |
| |
| void | setYMargins (const std::array< double, 2 > &margins) |
| |
| std::array< double, 2 > const & | getYMargins () const |
| |
| void | setZMargins (const std::array< double, 2 > &margins) |
| |
| std::array< double, 2 > const & | getZMargins () const |
| |
| void | setTitle (std::string_view title) |
| |
| std::string_view | getTitle () const |
| |
| void | setDrawHorizontalGrid (bool on) |
| |
| LineProperties & | getHorizontalGrid () |
| |
| bool | isDrawHorizontalGrid () const |
| |
| void | setDrawVerticalGrid (bool on) |
| |
| LineProperties & | getVerticalGrid () |
| |
| bool | isDrawVerticalGrid () const |
| |
| void | setDrawHorizontalFineGrid (bool on) |
| |
| bool | isDrawHorizontalFineGrid () const |
| |
| void | setDrawVerticalFineGrid (bool on) |
| |
| bool | isDrawVerticalFineGrid () const |
| |
| void | setAdvance (bool on) |
| |
| bool | isAdvance () const |
| |
| std::vector< Axis > & | getXAxis () |
| |
| std::vector< Axis > & | getYAxis () |
| |
| std::vector< Axis > & | getZAxis () |
| |
| void | setFontSize (double size) |
| |
| const double & | getFontSize () const |
| |
| void | setMajorTickLength (double length) |
| |
| const double & | getMajorTickLength () const |
| |
| void | setMinorTickLength (double length) |
| |
| const double & | getMinorTickLength () const |
| |
| void | test () |
| |
| void | setColor (std::string_view color) |
| |
| std::string_view | getColor () const |
| |
| void | setLineWidth (int width) |
| |
| const int & | getLineWidth () const |
| |
| void | setLineStyle (Style style) |
| |
| const Style & | getLineStyle () const |
| |
Definition at line 20 of file Plot.h.