SeExpr
Public Member Functions | Public Attributes | List of all members
ExprGraphPreview Struct Reference
Inheritance diagram for ExprGraphPreview:

Public Member Functions

 ExprGraphPreview (QWidget *parent=0)
 
QPointF toScreen (float x, float y)
 
void paintEvent (QPaintEvent *event)
 

Public Attributes

std::vector< float > x
 
std::vector< float > y
 
std::vector< float > cpx
 
std::vector< float > cpy
 
float xmin
 
float xmax
 
float ymin
 
float ymax
 
float dx
 
float dy
 
float win_xmin
 
float win_xmax
 
float win_ymin
 
float win_ymax
 
float win_dx
 
float win_dy
 

Detailed Description

Definition at line 614 of file ExprControl.cpp.

Constructor & Destructor Documentation

ExprGraphPreview::ExprGraphPreview ( QWidget *  parent = 0)
inline

Definition at line 620 of file ExprControl.cpp.

References win_xmax, win_xmin, win_ymax, and win_ymin.

Member Function Documentation

void ExprGraphPreview::paintEvent ( QPaintEvent *  event)
inline

Definition at line 634 of file ExprControl.cpp.

References cpx, cpy, toScreen(), win_dx, win_dy, win_xmax, win_xmin, win_ymax, win_ymin, x, xmax, xmin, y, ymax, and ymin.

QPointF ExprGraphPreview::toScreen ( float  x,
float  y 
)
inline

Definition at line 629 of file ExprControl.cpp.

References win_dx, win_dy, win_xmin, and win_ymin.

Referenced by paintEvent().

Member Data Documentation

std::vector<float> ExprGraphPreview::cpx

Definition at line 617 of file ExprControl.cpp.

Referenced by paintEvent().

std::vector<float> ExprGraphPreview::cpy

Definition at line 617 of file ExprControl.cpp.

Referenced by paintEvent().

float ExprGraphPreview::dx

Definition at line 618 of file ExprControl.cpp.

float ExprGraphPreview::dy

Definition at line 618 of file ExprControl.cpp.

float ExprGraphPreview::win_dx

Definition at line 618 of file ExprControl.cpp.

Referenced by paintEvent(), and toScreen().

float ExprGraphPreview::win_dy

Definition at line 618 of file ExprControl.cpp.

Referenced by paintEvent(), and toScreen().

float ExprGraphPreview::win_xmax

Definition at line 618 of file ExprControl.cpp.

Referenced by ExprGraphPreview(), and paintEvent().

float ExprGraphPreview::win_xmin

Definition at line 618 of file ExprControl.cpp.

Referenced by ExprGraphPreview(), paintEvent(), and toScreen().

float ExprGraphPreview::win_ymax

Definition at line 618 of file ExprControl.cpp.

Referenced by ExprGraphPreview(), and paintEvent().

float ExprGraphPreview::win_ymin

Definition at line 618 of file ExprControl.cpp.

Referenced by ExprGraphPreview(), paintEvent(), and toScreen().

std::vector<float> ExprGraphPreview::x

Definition at line 616 of file ExprControl.cpp.

Referenced by paintEvent().

float ExprGraphPreview::xmax

Definition at line 618 of file ExprControl.cpp.

Referenced by paintEvent().

float ExprGraphPreview::xmin

Definition at line 618 of file ExprControl.cpp.

Referenced by paintEvent().

std::vector<float> ExprGraphPreview::y

Definition at line 616 of file ExprControl.cpp.

Referenced by paintEvent().

float ExprGraphPreview::ymax

Definition at line 618 of file ExprControl.cpp.

Referenced by paintEvent().

float ExprGraphPreview::ymin

Definition at line 618 of file ExprControl.cpp.

Referenced by paintEvent().


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