MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / alignCanvas

Method alignCanvas

3rdparty/qwt/src/qwt_plot_layout.cpp:485–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483
484 inline void setAlignCanvas( int axisPos, bool on ) { m_alignCanvas[ axisPos ] = on; }
485 inline bool alignCanvas( int axisPos ) const { return m_alignCanvas[ axisPos ]; }
486
487 inline void setCanvasMargin( int axisPos, int margin ) { m_canvasMargin[ axisPos ] = margin; }
488 inline int canvasMargin( int axisPos ) const { return m_canvasMargin[ axisPos ]; }

Callers 1

alignCanvasToScaleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected