GLIMSView Source Code Documentation

ValueButton Class Reference

#include <ValueButton.h>

Inheritance diagram for ValueButton:

Inheritance graph
[legend]

List of all members.


Detailed Description

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

Constructor & Destructor Documentation

ValueButton::ValueButton ( const QString &  text,
QWidget parent,
const char *  name = 0 
)

Definition at line 3 of file ValueButton.cpp.

References clicked(), and emitValue().


Member Function Documentation

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().


Member Data Documentation

char* ValueButton::value [protected]

Definition at line 16 of file ValueButton.h.

Referenced by emitValue(), and setValue().


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

Home | Search | Disclaimers & Privacy | Contact Us
GLIMSView Maintainer: dsoltesz@usgs.gov