Canola
0.8.D001
|
#include <special_key_symbol.h>
Public Member Functions | |
virtual | ~dialog_special_key_symbol () |
dialog_special_key_symbol (calculator_gnome *subject) | |
Private Member Functions | |
dialog_special_key_symbol () | |
dialog_special_key_symbol (const dialog_special_key_symbol &rhs) | |
dialog_special_key_symbol & | operator= (const dialog_special_key_symbol &rhs) |
Private Attributes | |
calculator_gnome * | subject |
Gtk::Label | message |
Gtk::Table | opcodes |
Gtk::Button | buttons [128] |
The dialog_special_key_symbol class is used to represent the UI that allows the user to insert special key symbols. The original 1614P allowed you to "chord" keys on the keyboard, but emulator can't, so we have this dialog instead.
Definition at line 32 of file special_key_symbol.h.
dialog_special_key_symbol::~dialog_special_key_symbol | ( | ) | [virtual] |
The destructor.
Definition at line 23 of file special_key_symbol.cc.
The constructor.
Definition at line 28 of file special_key_symbol.cc.
dialog_special_key_symbol::dialog_special_key_symbol | ( | ) | [private] |
The default constructor. Do not use.
dialog_special_key_symbol::dialog_special_key_symbol | ( | const dialog_special_key_symbol & | rhs | ) | [private] |
The copy constructor. Do not use.
rhs | The right hand side of the initialization. |
dialog_special_key_symbol& dialog_special_key_symbol::operator= | ( | const dialog_special_key_symbol & | rhs | ) | [private] |
The assignment operator. Do not use.
rhs | The right hand side of the assignment. |
Gtk::Button dialog_special_key_symbol::buttons[128] [private] |
Definition at line 50 of file special_key_symbol.h.
Gtk::Label dialog_special_key_symbol::message [private] |
Definition at line 48 of file special_key_symbol.h.
Gtk::Table dialog_special_key_symbol::opcodes [private] |
Definition at line 49 of file special_key_symbol.h.
Definition at line 47 of file special_key_symbol.h.