#include <dialogs.h>
Public Member Functions | |
| CharBrowser (const CharacterMap &cmap) | |
| Constructor.   | |
| bool | was_changed () const | 
| Check if a character was changed.   | |
| CharacterMap | get_characters () const | 
| Get the updated character map.   | |
Private Member Functions | |
| void | construct () | 
| void | on_edit_button_clicked () | 
| void | on_combo_box_changed () | 
Private Attributes | |
| bool | m_CharChanged | 
| Gtk::Label * | m_CharacterLabel | 
| Gtk::Label * | m_InternalLabel | 
| Gtk::Label * | m_NameLabel | 
| Gtk::Label * | m_DescLabel | 
| Gtk::Entry * | m_InternalEntry | 
| Gtk::Entry * | m_NameEntry | 
| Gtk::Entry * | m_DescEntry | 
| Gtk::Button * | m_EditButton | 
| Gtk::ComboBoxText * | m_CharCB | 
| CharacterMap | m_CharacterMap | 
| CharBrowser::CharBrowser | ( | const CharacterMap & | cmap | ) | 
Constructor.
| cmap | Map of characters | 
| bool CharBrowser::was_changed | ( | ) |  const [inline] | 
        
Check if a character was changed.
| CharacterMap CharBrowser::get_characters | ( | ) |  const [inline] | 
        
Get the updated character map.
 1.5.3