Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TQt6PadPainter.cxx File Reference
#include "TQt6PadPainter.h"
#include "TError.h"
#include "TSystem.h"
#include "TStyle.h"
#include "TEnv.h"
#include "TMath.h"
#include "TPad.h"
#include "TPoint.h"
#include "TROOT.h"
#include "TColor.h"
#include "RStipples.h"
#include <memory>
#include <map>
#include "QPaintWidget.h"
#include <QFont>
#include <QFontDatabase>
#include <QRect>
#include <QPainter>
Include dependency graph for TQt6PadPainter.cxx:

Functions

template<typename T >
void drawMarkersHelper (Int_t nPoints, const T *x, const T *y, const TAttMarker &attr, const QColor &col, QPainter *painter)
 Helper function to paint markers.
 

Variables

const Float_t kScale = 0.75 * 0.93376068
 

Function Documentation

◆ drawMarkersHelper()

template<typename T >
void drawMarkersHelper ( Int_t nPoints,
const T * x,
const T * y,
const TAttMarker & attr,
const QColor & col,
QPainter * painter )

Helper function to paint markers.

Definition at line 285 of file TQt6PadPainter.cxx.

Variable Documentation

◆ kScale

const Float_t kScale = 0.75 * 0.93376068

Definition at line 36 of file TQt6PadPainter.cxx.