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

adapter that converts a SimpleFillBrushFunctor to a FillBrushFunctor More...

#include <jkqtpbarchartbase.h>

Public Member Functions

 SimpleFillBrushFunctorAdaptor (const SimpleFillBrushFunctor &f)
 
 SimpleFillBrushFunctorAdaptor (SimpleFillBrushFunctor &&f)
 
QBrush operator() (double key, double value, JKQTPEnhancedPainter &, JKQTPBarGraphBase *)
 

Public Attributes

SimpleFillBrushFunctor m_f
 

Detailed Description

adapter that converts a SimpleFillBrushFunctor to a FillBrushFunctor

Constructor & Destructor Documentation

◆ SimpleFillBrushFunctorAdaptor() [1/2]

JKQTPBarGraphBase::SimpleFillBrushFunctorAdaptor::SimpleFillBrushFunctorAdaptor ( const SimpleFillBrushFunctor f)
inline

◆ SimpleFillBrushFunctorAdaptor() [2/2]

JKQTPBarGraphBase::SimpleFillBrushFunctorAdaptor::SimpleFillBrushFunctorAdaptor ( SimpleFillBrushFunctor &&  f)
inline

Member Function Documentation

◆ operator()()

QBrush JKQTPBarGraphBase::SimpleFillBrushFunctorAdaptor::operator() ( double  key,
double  value,
JKQTPEnhancedPainter ,
JKQTPBarGraphBase  
)
inline

Member Data Documentation

◆ m_f

SimpleFillBrushFunctor JKQTPBarGraphBase::SimpleFillBrushFunctorAdaptor::m_f

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