QtiPlot 0.9.8.2
|
Button with layer number. More...
#include <MultiLayer.h>
Signals | |
void | clicked (LayerButton *) |
void | showCurvesDialog () |
void | showLayerContextMenu () |
Public Member Functions | |
LayerButton (const QString &text=QString::null, QWidget *parent=0) | |
Static Public Member Functions | |
static int | btnSize () |
Protected Member Functions | |
void | mouseDoubleClickEvent (QMouseEvent *) |
void | mousePressEvent (QMouseEvent *) |
Button with layer number.
LayerButton::LayerButton | ( | const QString & | text = QString::null , |
QWidget * | parent = 0 |
||
) |
static int LayerButton::btnSize | ( | ) | [inline, static] |
Referenced by MultiLayer::adjustSize(), and MultiLayer::MultiLayer().
void LayerButton::clicked | ( | LayerButton * | ) | [signal] |
Referenced by mousePressEvent().
void LayerButton::mouseDoubleClickEvent | ( | QMouseEvent * | ) | [protected] |
References showCurvesDialog().
void LayerButton::mousePressEvent | ( | QMouseEvent * | event | ) | [protected] |
References clicked(), and showLayerContextMenu().
void LayerButton::showCurvesDialog | ( | ) | [signal] |
Referenced by mouseDoubleClickEvent().
void LayerButton::showLayerContextMenu | ( | ) | [signal] |
Referenced by mousePressEvent().