#include <MainWindow.h>
Public Member Functions | |
RepoModelCols () | |
Constructor. | |
Public Attributes | |
Gtk::TreeModelColumn < Glib::ustring > | m_repoPath |
Gtk::TreeModelColumn < Glib::ustring > | m_repoName |
Gtk::TreeModelColumn < Glib::ustring > | m_repoDesc |
Gtk::TreeModelColumn < Glib::ustring > | m_repoDefault |
Gtk::TreeModelColumn < Glib::ustring > | m_repoPublish |
Gtk::TreeModelColumn < Glib::ustring > | m_repoOnline |
This class is the model class for the TreeView. Its only intention is to define the model for the TreeView
RepoModelCols::RepoModelCols | ( | ) | [inline] |
Constructor.
The constructor is used to add the columns. The base class will register which column was used and fix it at the defined position
Gtk::TreeModelColumn<Glib::ustring> RepoModelCols::m_repoPath |
Gtk::TreeModelColumn<Glib::ustring> RepoModelCols::m_repoName |
Gtk::TreeModelColumn<Glib::ustring> RepoModelCols::m_repoDesc |
Gtk::TreeModelColumn<Glib::ustring> RepoModelCols::m_repoDefault |
Gtk::TreeModelColumn<Glib::ustring> RepoModelCols::m_repoPublish |
Gtk::TreeModelColumn<Glib::ustring> RepoModelCols::m_repoOnline |