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
|
This is an interface-class for all stackable bargraphs ... it is used internally for autoscaling only. More...
#include <jkqtpbarchartbase.h>
Public Member Functions | |
virtual | ~JKQTPBarGraphStackInternalInterface () |
Protected Member Functions | |
virtual JKQTPBarGraphBase * | getBottomOfStack ()=0 |
returns the barchart at the bottom of this stack (i.e. traverses the stack until there are no more parents | |
Friends | |
class | JKQTPBarGraphBase |
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.
|
inlinevirtual |
|
protectedpure virtual |
returns the barchart at the bottom of this stack (i.e. traverses the stack until there are no more parents
Implemented in JKQTPBarVerticalStackableGraph, and JKQTPBarHorizontalStackableGraph.
|
friend |