vgui_gtk2_statusbar Class Reference

#include <vgui_gtk2_statusbar.h>

Inheritance diagram for vgui_gtk2_statusbar:

vgui_statusbar List of all members.

Detailed Description

The GTK implementation of vgui_statusbar.

The GTK status bar for the main window of the application.

Definition at line 28 of file vgui_gtk2_statusbar.h.


Public Member Functions

 vgui_gtk2_statusbar ()
 Constructor, creates a GTK status bar and displays it.
 ~vgui_gtk2_statusbar ()
 Destructor.
int write (const char *text, int n)
 Append given text (of given length) to the status bar.
int write (const char *text)
 Append given text to the status bar.

Public Attributes

GtkWidget * widget
vcl_string linebuffer
vgui_statusbufstatusbuf
vcl_ostream out

Constructor & Destructor Documentation

vgui_gtk2_statusbar::vgui_gtk2_statusbar (  ) 

Constructor, creates a GTK status bar and displays it.

Definition at line 13 of file vgui_gtk2_statusbar.cxx.

vgui_gtk2_statusbar::~vgui_gtk2_statusbar (  ) 

Destructor.

Definition at line 20 of file vgui_gtk2_statusbar.cxx.


Member Function Documentation

int vgui_gtk2_statusbar::write ( const char *  text,
int  n 
) [virtual]

Append given text (of given length) to the status bar.

Implements vgui_statusbar.

Definition at line 29 of file vgui_gtk2_statusbar.cxx.

int vgui_gtk2_statusbar::write ( const char *  text  )  [virtual]

Append given text to the status bar.

Implements vgui_statusbar.

Definition at line 51 of file vgui_gtk2_statusbar.cxx.


Member Data Documentation

GtkWidget* vgui_gtk2_statusbar::widget

Definition at line 43 of file vgui_gtk2_statusbar.h.

vcl_string vgui_gtk2_statusbar::linebuffer

Definition at line 44 of file vgui_gtk2_statusbar.h.

vgui_statusbuf* vgui_gtk2_statusbar::statusbuf

Definition at line 45 of file vgui_gtk2_statusbar.h.

vcl_ostream vgui_gtk2_statusbar::out

Definition at line 46 of file vgui_gtk2_statusbar.h.


The documentation for this class was generated from the following files:
Generated on Mon Mar 8 05:12:34 2010 for core/vgui by  doxygen 1.5.1