|
| UnitEditor (BaseObjectType *cobject, const Glib::RefPtr< Gtk::Builder > &x, const std::string &filename, class IPool &p) |
|
void | select (const ItemSet &items) override |
|
void | save_as (const std::string &fn) override |
|
std::string | get_name () const override |
|
const UUID & | get_uuid () const override |
|
RulesCheckResult | run_checks () const override |
|
const FileVersion & | get_version () const override |
|
unsigned int | get_required_version () const override |
|
ObjectType | get_type () const override |
|
| PoolEditorBase (const std::string &fn, class IPool &apool) |
|
virtual void | reload () |
|
bool | get_needs_save () const |
|
void | undo () |
|
void | redo () |
|
bool | can_undo () const |
|
bool | can_redo () const |
|
void | history_append (const std::string &comment) |
|
type_signal_needs_save | signal_needs_save () |
|
type_signal_extra_file_saved | signal_extra_file_saved () |
|
type_signal_goto | signal_open_item () |
|
type_signal_goto | signal_goto () |
|
|
typedef sigc::signal< void > | type_signal_needs_save |
|
typedef sigc::signal< void, std::string > | type_signal_extra_file_saved |
|
typedef sigc::signal< void, ObjectType, UUID > | type_signal_goto |
|
std::string | filename |
|
void | set_needs_save () |
|
void | unset_needs_save () |
|
LoadingSetter | set_loading () |
|
bool | is_loading () const |
|
void | label_make_item_link (Gtk::Label &la, ObjectType type) |
|
IPool & | pool |
|
HistoryManager | history_manager |
|
friend | LoadingSetter |
|
type_signal_extra_file_saved | s_signal_extra_file_saved |
|
type_signal_goto | s_signal_open_item |
|
type_signal_goto | s_signal_goto |
|
◆ get_name()
std::string horizon::UnitEditor::get_name |
( |
| ) |
const |
|
overridevirtual |
◆ get_required_version()
unsigned int horizon::UnitEditor::get_required_version |
( |
| ) |
const |
|
overridevirtual |
◆ get_type()
ObjectType horizon::UnitEditor::get_type |
( |
| ) |
const |
|
overridevirtual |
◆ get_uuid()
const UUID & horizon::UnitEditor::get_uuid |
( |
| ) |
const |
|
overridevirtual |
◆ get_version()
const FileVersion & horizon::UnitEditor::get_version |
( |
| ) |
const |
|
overridevirtual |
◆ run_checks()
◆ save_as()
void horizon::UnitEditor::save_as |
( |
const std::string & |
fn | ) |
|
|
overridevirtual |
◆ select()
void horizon::UnitEditor::select |
( |
const ItemSet & |
items | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- src/pool-prj-mgr/pool-mgr/editors/unit_editor.hpp
- src/pool-prj-mgr/pool-mgr/editors/unit_editor.cpp