#include <ValueButton.h>
Definition at line 7 of file ValueButton.h.
Public Slots | |
void | emitValue () |
Signals | |
void | clicked (char *val) |
Public Member Functions | |
ValueButton (const QString &text, QWidget *parent, const char *name=0) | |
void | setValue (char *val) |
Protected Attributes | |
char * | value |
ValueButton::ValueButton | ( | const QString & | text, | |
QWidget * | parent, | |||
const char * | name = 0 | |||
) |
void ValueButton::setValue | ( | char * | val | ) |
Definition at line 9 of file ValueButton.cpp.
References value.
Referenced by ImageCalculatorDialog::buildDialog().
void ValueButton::emitValue | ( | ) | [slot] |
Definition at line 14 of file ValueButton.cpp.
References clicked(), and value.
Referenced by ValueButton().
void ValueButton::clicked | ( | char * | val | ) | [signal] |
Referenced by emitValue(), and ValueButton().
char* ValueButton::value [protected] |
Home |
Search |
Disclaimers & Privacy |
Contact Us GLIMSView Maintainer: dsoltesz@usgs.gov |