Nemiver  0.3
Public Member Functions | List of all members
nemiver::Terminal Class Reference

#include <nmv-terminal.h>

Inheritance diagram for nemiver::Terminal:
nemiver::common::Object

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 &)
 
Objectoperator= (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< ObjectPrivm_priv
 

Constructor & Destructor Documentation

◆ Terminal()

nemiver::Terminal::Terminal ( const string &  a_menu_file_path,
const Glib::RefPtr< Gtk::UIManager > &  a_ui_manager 
)

◆ ~Terminal()

nemiver::Terminal::~Terminal ( )

Member Function Documentation

◆ adjustment()

Glib::RefPtr<Gtk::Adjustment> nemiver::Terminal::adjustment ( ) const

◆ feed()

void nemiver::Terminal::feed ( const UString a_text)

◆ modify_font()

void nemiver::Terminal::modify_font ( const Pango::FontDescription &  font_desc)

◆ slave_pts_name()

UString nemiver::Terminal::slave_pts_name ( ) const

◆ slave_pty()

int nemiver::Terminal::slave_pty ( ) const

◆ widget()

Gtk::Widget& nemiver::Terminal::widget ( ) const

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