#include <action_model.h>
|
const Glib::RefPtr< Gtk::TreeStore > | model () const |
|
const Gtk::TreeModelColumn< std::string > & | name () const |
|
const Gtk::TreeModelColumn< std::string > & | path () const |
|
const Columns & | columns () const |
|
void | build_action_combo (Gtk::ComboBox &cb, std::string const ¤t_action) const |
|
void | build_custom_action_combo (Gtk::ComboBox &cb, const std::vector< std::pair< std::string, std::string > > &actions, const std::string ¤t_action) const |
|
Definition at line 40 of file action_model.h.
◆ ActionModel()
ActionManager::ActionModel::ActionModel |
( |
| ) |
|
|
private |
◆ build_action_combo()
void ActionManager::ActionModel::build_action_combo |
( |
Gtk::ComboBox & |
cb, |
|
|
std::string const & |
current_action |
|
) |
| const |
◆ build_custom_action_combo()
void ActionManager::ActionModel::build_custom_action_combo |
( |
Gtk::ComboBox & |
cb, |
|
|
const std::vector< std::pair< std::string, std::string > > & |
actions, |
|
|
const std::string & |
current_action |
|
) |
| const |
◆ columns()
const Columns& ActionManager::ActionModel::columns |
( |
| ) |
const |
|
inline |
◆ find_action_in_model()
bool ActionManager::ActionModel::find_action_in_model |
( |
const Gtk::TreeModel::iterator & |
iter, |
|
|
std::string const & |
action_path, |
|
|
Gtk::TreeModel::iterator * |
found |
|
) |
| const |
|
private |
◆ instance()
static const ActionModel& ActionManager::ActionModel::instance |
( |
| ) |
|
|
static |
◆ model()
const Glib::RefPtr<Gtk::TreeStore> ActionManager::ActionModel::model |
( |
| ) |
const |
|
inline |
◆ name()
const Gtk::TreeModelColumn<std::string>& ActionManager::ActionModel::name |
( |
| ) |
const |
|
inline |
◆ path()
const Gtk::TreeModelColumn<std::string>& ActionManager::ActionModel::path |
( |
| ) |
const |
|
inline |
◆ _columns
const Columns ActionManager::ActionModel::_columns |
|
private |
◆ _model
Glib::RefPtr<Gtk::TreeStore> ActionManager::ActionModel::_model |
|
private |
The documentation for this class was generated from the following file: