|
| StockInfoProviderPartinfo (const std::string &pool_base_path) |
|
void | add_columns (Gtk::TreeView *treeview, Gtk::TreeModelColumn< std::shared_ptr< StockInfoRecord > > column) override |
|
void | update_parts (const std::list< UUID > &parts) override |
|
std::list< std::shared_ptr< StockInfoRecord > > | get_records () override |
|
Gtk::Widget * | create_status_widget () override |
|
virtual void | add_columns (Gtk::TreeView *treeview, Gtk::TreeModelColumn< std::shared_ptr< StockInfoRecord > > column)=0 |
|
virtual Gtk::Widget * | create_status_widget ()=0 |
|
virtual void | update_parts (const std::list< UUID > &parts)=0 |
|
virtual std::list< std::shared_ptr< StockInfoRecord > > | get_records ()=0 |
|
|
static std::unique_ptr< StockInfoProvider > | create (const std::string &pool_base_path) |
|
static void | init_db () |
|
static void | cleanup () |
|
Glib::Dispatcher | dispatcher |
|
◆ add_columns()
void horizon::StockInfoProviderPartinfo::add_columns |
( |
Gtk::TreeView * |
treeview, |
|
|
Gtk::TreeModelColumn< std::shared_ptr< StockInfoRecord > > |
column |
|
) |
| |
|
overridevirtual |
◆ create_status_widget()
Gtk::Widget * horizon::StockInfoProviderPartinfo::create_status_widget |
( |
| ) |
|
|
overridevirtual |
◆ get_records()
std::list< std::shared_ptr< StockInfoRecord > > horizon::StockInfoProviderPartinfo::get_records |
( |
| ) |
|
|
overridevirtual |
◆ update_parts()
void horizon::StockInfoProviderPartinfo::update_parts |
( |
const std::list< UUID > & |
parts | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: