JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches

This is an interface-class for all stackable bargraphs ... it is used internally for autoscaling only. More...

#include <jkqtpbarchartbase.h>

Inheritance diagram for JKQTPBarGraphStackInternalInterface:
[legend]

Public Member Functions

virtual ~JKQTPBarGraphStackInternalInterface ()

Protected Member Functions

virtual JKQTPBarGraphBasegetBottomOfStack ()=0
 returns the barchart at the bottom of this stack (i.e. traverses the stack until there are no more parents

Friends

class JKQTPBarGraphBase

Detailed Description

This is an interface-class for all stackable bargraphs ... it is used internally for autoscaling only.

dynamic_cast 'ing to this indicates that a barchart is stackable.

Constructor & Destructor Documentation

◆ ~JKQTPBarGraphStackInternalInterface()

virtual JKQTPBarGraphStackInternalInterface::~JKQTPBarGraphStackInternalInterface ( )
inlinevirtual

Member Function Documentation

◆ getBottomOfStack()

virtual JKQTPBarGraphBase * JKQTPBarGraphStackInternalInterface::getBottomOfStack ( )
protectedpure virtual

returns the barchart at the bottom of this stack (i.e. traverses the stack until there are no more parents

Implemented in JKQTPBarHorizontalStackableGraph, and JKQTPBarVerticalStackableGraph.

◆ JKQTPBarGraphBase

friend class JKQTPBarGraphBase
friend

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