|
Nemiver
0.3
|
#include <nmv-terminal.h>
Public Member Functions | |
| Terminal (const string &a_menu_file_path, const Glib::RefPtr< Gtk::UIManager > &a_ui_manager) | |
| ~Terminal () | |
| Gtk::Widget & | widget () const |
| Glib::RefPtr< Gtk::Adjustment > | adjustment () const |
| int | slave_pty () const |
| UString | slave_pts_name () const |
| void | modify_font (const Pango::FontDescription &font_desc) |
| void | feed (const UString &a_text) |
Public Member Functions inherited from nemiver::common::Object | |
| Object () | |
| Object (Object const &) | |
| Object & | operator= (Object const &) |
| virtual | ~Object () |
| void | ref () |
| void | unref () |
| void | enable_refcount (bool a_enabled=true) |
| bool | is_refcount_enabled () const |
| long | get_refcount () const |
| void | attach_object (const UString &a_key, const Object *a_object) |
| bool | get_attached_object (const UString &a_key, const Object *&a_object) |
Additional Inherited Members | |
Protected Attributes inherited from nemiver::common::Object | |
| SafePtr< ObjectPriv > | m_priv |
| nemiver::Terminal::Terminal | ( | const string & | a_menu_file_path, |
| const Glib::RefPtr< Gtk::UIManager > & | a_ui_manager | ||
| ) |
| nemiver::Terminal::~Terminal | ( | ) |
| Glib::RefPtr<Gtk::Adjustment> nemiver::Terminal::adjustment | ( | ) | const |
| void nemiver::Terminal::feed | ( | const UString & | a_text | ) |
| void nemiver::Terminal::modify_font | ( | const Pango::FontDescription & | font_desc | ) |
| UString nemiver::Terminal::slave_pts_name | ( | ) | const |
| int nemiver::Terminal::slave_pty | ( | ) | const |
| Gtk::Widget& nemiver::Terminal::widget | ( | ) | const |
1.8.17