#include <mimaTerm.h>
Public Member Functions | |
| int | get_address_in () |
| int | get_address_out () |
| void | hide () |
| MimaTerm (int addr_in=0, int addr_out=0) | |
| char | on_mima_in (int addr) |
| void | on_mima_out (int addr, char c) |
| void | on_state_changed (MimaSim::State state) |
| Triggered when Mima state has changed. | |
| void | set_address (int addr_in, int addr_out) |
| void | set_address_in (int addr_in) |
| void | set_address_out (int addr_out) |
| ~MimaTerm () | |
Protected Attributes | |
| MimaTermIn | m_term_in |
| MimaTermOut | m_term_out |
| Gtk::VBox | m_vbox |
MimaTerm combines MimaTermOut and MimaTermIn
| MimaTerm::MimaTerm | ( | int | addr_in = 0, |
|
| int | addr_out = 0 | |||
| ) |
| MimaTerm::~MimaTerm | ( | ) |
| int MimaGtk::MimaTerm::get_address_in | ( | ) | [inline] |
| int MimaGtk::MimaTerm::get_address_out | ( | ) | [inline] |
| void MimaGtk::MimaTerm::hide | ( | ) |
| char MimaTerm::on_mima_in | ( | int | addr | ) |
| void MimaTerm::on_mima_out | ( | int | addr, | |
| char | c | |||
| ) |
| void MimaTerm::on_state_changed | ( | MimaSim::State | state | ) |
Triggered when Mima state has changed.
| void MimaTerm::set_address | ( | int | addr_in, | |
| int | addr_out | |||
| ) |
| void MimaTerm::set_address_in | ( | int | addr_in | ) |
| void MimaTerm::set_address_out | ( | int | addr_out | ) |
MimaTermIn MimaGtk::MimaTerm::m_term_in [protected] |
MimaTermOut MimaGtk::MimaTerm::m_term_out [protected] |
Gtk::VBox MimaGtk::MimaTerm::m_vbox [protected] |
1.4.7