casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casa::ExternalAxis Class Reference

Overrides methods of QwtScaleDraw so that the axis can be enabled (supported) but the one drawn by the plot will take up no space and be invisible so that we can draw our own. More...

#include <ExternalAxis.h>

Inheritance diagram for casa::ExternalAxis:

Public Member Functions

 ExternalAxis ()
 
virtual void draw (QPainter *painter, const QPalette &palette) const
 
virtual int extent (const QPen &pen, const QFont &font) const
 
virtual ~ExternalAxis ()
 

Detailed Description

Overrides methods of QwtScaleDraw so that the axis can be enabled (supported) but the one drawn by the plot will take up no space and be invisible so that we can draw our own.

Definition at line 40 of file ExternalAxis.h.

Constructor & Destructor Documentation

casa::ExternalAxis::ExternalAxis ( )
virtual casa::ExternalAxis::~ExternalAxis ( )
virtual

Member Function Documentation

virtual void casa::ExternalAxis::draw ( QPainter *  painter,
const QPalette &  palette 
) const
virtual
virtual int casa::ExternalAxis::extent ( const QPen &  pen,
const QFont &  font 
) const
virtual

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