#include <TdkJNICreatePointDialog.h>
Inheritance diagram for TdkJNICreatePointDialog:
Public Member Functions | |
void | setValue (double x, double y) |
void | getValue (double &x, double &y) |
void | setObjectDialog (jobject *dialog) |
void | setJavaEnv (JNIEnv *env) |
Static Public Member Functions | |
static TdkJNICreatePointDialog * | getInstance () |
Protected Member Functions | |
virtual void | handleVSEvent (TdkEvent &event) |
virtual void | handleVSEvent (TdkStartEvent &event) |
virtual void | handleVSEvent (TdkStopEvent &event) |
virtual void | handleVSEvent (TdkCreatePointEvent &event) |
virtual void | handleVSEvent (TdkCreatePointByCoordEvent &event) |
Private Member Functions | |
TdkJNICreatePointDialog () | |
virtual | ~TdkJNICreatePointDialog () |
Static Private Attributes | |
static TdkJNICreatePointDialog * | instance_ = NULL |
TdkJNICreatePointDialog::TdkJNICreatePointDialog | ( | ) | [inline, private] |
virtual TdkJNICreatePointDialog::~TdkJNICreatePointDialog | ( | ) | [inline, private, virtual] |
void TdkJNICreatePointDialog::setValue | ( | double | x, | |
double | y | |||
) |
void TdkJNICreatePointDialog::getValue | ( | double & | x, | |
double & | y | |||
) |
void TdkJNICreatePointDialog::setObjectDialog | ( | jobject * | dialog | ) |
void TdkJNICreatePointDialog::setJavaEnv | ( | JNIEnv * | env | ) |
TdkJNICreatePointDialog * TdkJNICreatePointDialog::getInstance | ( | ) | [static] |
void TdkJNICreatePointDialog::handleVSEvent | ( | TdkEvent & | event | ) | [protected, virtual] |
Reimplemented from TdkEventHandler.
void TdkJNICreatePointDialog::handleVSEvent | ( | TdkStartEvent & | event | ) | [protected, virtual] |
void TdkJNICreatePointDialog::handleVSEvent | ( | TdkStopEvent & | event | ) | [protected, virtual] |
void TdkJNICreatePointDialog::handleVSEvent | ( | TdkCreatePointEvent & | event | ) | [protected, virtual] |
void TdkJNICreatePointDialog::handleVSEvent | ( | TdkCreatePointByCoordEvent & | event | ) | [protected, virtual] |
TdkJNICreatePointDialog * TdkJNICreatePointDialog::instance_ = NULL [static, private] |