#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>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 |
| 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.
Definition at line 36 of file TQt6PadPainter.cxx.