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

A specialized push button class for US_Plot to automatically tie a specialed signal to a the push button. More...

#include "us_plot.h"

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

Signals

void US_PlotPbPushed (int)
 A signal that passes the index value when the pushbutton was created. More...
 

Public Member Functions

 US_PlotPushbutton (const QString &, QWidget *, int)
 

Private Slots

void us_plotClicked (void)
 

Private Attributes

int pb_index
 

Detailed Description

A specialized push button class for US_Plot to automatically tie a specialed signal to a the push button.

Definition at line 83 of file us_plot.h.

Constructor & Destructor Documentation

US_PlotPushbutton::US_PlotPushbutton ( const QString &  labelString,
QWidget *  w,
int  index 
)
Parameters
labelString- Text in the button
w- Parent widget
index- Index value to pass in the signal when pushed

Definition at line 304 of file us_plot.cpp.

Member Function Documentation

void US_PlotPushbutton::us_plotClicked ( void  )
privateslot

Definition at line 319 of file us_plot.cpp.

void US_PlotPushbutton::US_PlotPbPushed ( int  )
signal

A signal that passes the index value when the pushbutton was created.

Member Data Documentation

int US_PlotPushbutton::pb_index
private

Definition at line 99 of file us_plot.h.


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