![]() |
ARCS6 AR6-REV.24062600
|
継承メンバを含む ARCS::CuiPlot の全メンバ一覧です。
ClearAxis(void) | ARCS::CuiPlot | inline |
CuiPlot(FrameGraphics &Frame, int Left, int Top, int Width, int Height) | ARCS::CuiPlot | inline |
CuiPlot(CuiPlot &&r)=delete | ARCS::CuiPlot | |
Disp(void) | ARCS::CuiPlot | inline |
DrawAxis(void) | ARCS::CuiPlot | inline |
DrawCursorX(const double x) | ARCS::CuiPlot | inline |
DrawLegend(size_t i, const std::string &name, const FGcolors &color) | ARCS::CuiPlot | inline |
DrawLegends(const std::array< std::string, N > &names, const std::array< FGcolors, N > &colors) | ARCS::CuiPlot | inline |
DrawLegends(const std::array< std::string, N > &names, const std::array< FGcolors, N > &colors, size_t num) | ARCS::CuiPlot | inline |
DrawText(const double x, const double y, const std::string &text) | ARCS::CuiPlot | inline |
DrawValue(const double x, const double y, const std::string &format, const double val) | ARCS::CuiPlot | inline |
LoadPlaneFromBuffer(void) | ARCS::CuiPlot | inline |
Plot(const double x, const double y, const CuiPlotTypes type, const uint32_t color) | ARCS::CuiPlot | inline |
Plot(const double x, const double y, const CuiPlotTypes type, const double r, const double g, const double b) | ARCS::CuiPlot | inline |
Plot(const double x, const double y, const CuiPlotTypes type, const FGcolors color) | ARCS::CuiPlot | inline |
Plot(const double x1, const double y1, const double x2, const double y2, const CuiPlotTypes type, const uint32_t color) | ARCS::CuiPlot | inline |
Plot(const double x1, const double y1, const double x2, const double y2, const CuiPlotTypes type, const double r, const double g, const double b) | ARCS::CuiPlot | inline |
Plot(const double x1, const double y1, const double x2, const double y2, const CuiPlotTypes type, const FGcolors color) | ARCS::CuiPlot | inline |
Plot(const std::array< double, N > &x, const std::array< double, N > &y, const CuiPlotTypes type, const uint32_t color) | ARCS::CuiPlot | inline |
Plot(const std::array< double, N > &x, const std::array< double, N > &y, const CuiPlotTypes type, const double r, const double g, const double b) | ARCS::CuiPlot | inline |
Plot(const std::array< double, N > &x, const std::array< double, N > &y, const CuiPlotTypes type, const FGcolors color) | ARCS::CuiPlot | inline |
Plot(const Matrix< 1, N > &x, const Matrix< 1, N > &y, const CuiPlotTypes type, const uint32_t color) | ARCS::CuiPlot | inline |
Plot(const Matrix< 1, N > &x, const Matrix< 1, N > &y, const CuiPlotTypes type, const double r, const double g, const double b) | ARCS::CuiPlot | inline |
Plot(const Matrix< 1, N > &x, const Matrix< 1, N > &y, const CuiPlotTypes type, const FGcolors color) | ARCS::CuiPlot | inline |
SetAxisLabels(const std::string &xlabel, const std::string &ylabel) | ARCS::CuiPlot | inline |
SetColors(FGcolors Axis, FGcolors Grid, FGcolors Text, FGcolors Back, FGcolors Cursor) | ARCS::CuiPlot | inline |
SetGridDivision(size_t xdiv, size_t ydiv) | ARCS::CuiPlot | inline |
SetGridLabelFormat(const std::string &xformat, const std::string &yformat) | ARCS::CuiPlot | inline |
SetRanges(double xmin, double xmax, double ymin, double ymax) | ARCS::CuiPlot | inline |
StorePlaneInBuffer(void) | ARCS::CuiPlot | inline |
TimeSeriesPlot(RingBuffer< double, N, M > &t, RingBuffer< double, N, M > &y, const CuiPlotTypes type, const uint32_t color) | ARCS::CuiPlot | inline |
TimeSeriesPlot(RingBuffer< double, N, M > &t, RingBuffer< double, N, M > &y, const CuiPlotTypes type, const double r, const double g, const double b) | ARCS::CuiPlot | inline |
TimeSeriesPlot(RingBuffer< double, N, M > &t, RingBuffer< double, N, M > &y, const CuiPlotTypes type, const FGcolors color) | ARCS::CuiPlot | inline |
Visible(bool visible) | ARCS::CuiPlot | inline |
~CuiPlot() | ARCS::CuiPlot | inline |