#include <chatlist.h>
Public Member Functions | |
chatlist (BaseObjectType *cobject, const Glib::RefPtr< Gnome::Glade::Xml > refGlade) | |
window | |
virtual | ~chatlist () |
remove the window data | |
void | clear () |
void | record (std::string name, int members, std::string type, std::string status, std::string descr) |
Protected Member Functions | |
virtual void | clicked_close () |
virtual void | clicked_new () |
virtual void | clicked_join () |
virtual void | clicked_list (const Gtk::TreeModel::Path &path, Gtk::TreeViewColumn *column) |
Protected Attributes | |
Glib::RefPtr < Gnome::Glade::Xml > | m_refGlade |
Gtk::Button * | chatlist_close |
Gtk::Button * | chatlist_new |
Gtk::Button * | chatlist_join |
Gtk::TreeView * | chatlist_view |
Glib::RefPtr < Gtk::ListStore > | list_store |
const ModelColumns | cols |
Classes | |
struct | ModelColumns |
Definition of the columns on the screen. More... |
chatlist::chatlist | ( | BaseObjectType * | cobject, | |
const Glib::RefPtr< Gnome::Glade::Xml > | refGlade | |||
) |
window
chatlist::~chatlist | ( | ) | [virtual] |
remove the window data
void chatlist::clear | ( | ) |
void chatlist::record | ( | std::string | name, | |
int | members, | |||
std::string | type, | |||
std::string | status, | |||
std::string | descr | |||
) |
void chatlist::clicked_close | ( | ) | [protected, virtual] |
void chatlist::clicked_new | ( | ) | [protected, virtual] |
void chatlist::clicked_join | ( | ) | [protected, virtual] |
void chatlist::clicked_list | ( | const Gtk::TreeModel::Path & | path, | |
Gtk::TreeViewColumn * | column | |||
) | [protected, virtual] |
Glib::RefPtr<Gnome::Glade::Xml> chatlist::m_refGlade [protected] |
Gtk::Button* chatlist::chatlist_close [protected] |
Gtk::Button* chatlist::chatlist_new [protected] |
Gtk::Button* chatlist::chatlist_join [protected] |
Gtk::TreeView* chatlist::chatlist_view [protected] |
Glib::RefPtr<Gtk::ListStore> chatlist::list_store [protected] |
const ModelColumns chatlist::cols [protected] |