UltraScan III
List of all members | Public Member Functions | Private Slots | Private Attributes
US_PlotLabel Class Reference

A window to customize plot labels. More...

#include "us_plot.h"

Inheritance diagram for US_PlotLabel:
Inheritance graph
[legend]
Collaboration diagram for US_PlotLabel:
Collaboration graph
[legend]

Public Member Functions

 US_PlotLabel (US_PlotCurveConfig *, QWidget *=0, Qt::WindowFlags=0)
 Custom class to display curve configuration. More...
 

Private Slots

void paintEvent (QPaintEvent *)
 

Private Attributes

US_PlotCurveConfigdata
 
QLabel * label
 

Detailed Description

A window to customize plot labels.

Definition at line 211 of file us_plot.h.

Constructor & Destructor Documentation

US_PlotLabel::US_PlotLabel ( US_PlotCurveConfig caller,
QWidget *  p = 0,
Qt::WindowFlags  f = 0 
)

Custom class to display curve configuration.

Parameters
caller- Parent configuration window
p- Parent widget, generally can be the default
f- Window flags to be passed, normally the default

Definition at line 1193 of file us_plot.cpp.

Member Function Documentation

void US_PlotLabel::paintEvent ( QPaintEvent *  e)
privateslot

Definition at line 1200 of file us_plot.cpp.

Member Data Documentation

US_PlotCurveConfig* US_PlotLabel::data
private

Definition at line 223 of file us_plot.h.

QLabel* US_PlotLabel::label
private

Definition at line 224 of file us_plot.h.


The documentation for this class was generated from the following files: