Canola  0.8.D001
Public Member Functions | Private Member Functions | Private Attributes
dialog_special_key_symbol Class Reference

#include <special_key_symbol.h>

List of all members.

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_symboloperator= (const dialog_special_key_symbol &rhs)

Private Attributes

calculator_gnomesubject
Gtk::Label message
Gtk::Table opcodes
Gtk::Button buttons [128]

Detailed Description

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.


Constructor & Destructor Documentation

The destructor.

Definition at line 23 of file special_key_symbol.cc.

The constructor.

Definition at line 28 of file special_key_symbol.cc.

The default constructor. Do not use.

The copy constructor. Do not use.

Parameters:
rhsThe right hand side of the initialization.

Member Function Documentation

dialog_special_key_symbol& dialog_special_key_symbol::operator= ( const dialog_special_key_symbol rhs) [private]

The assignment operator. Do not use.

Parameters:
rhsThe right hand side of the assignment.

Member Data Documentation

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.


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