#include <description.hpp>
Public Member Functions | |
taddon_description (const std::string &addon_id, const addons_list &addons_list, const addons_tracking_list &addon_states) | |
Constructor. More... | |
Public Member Functions inherited from gui2::tdialog | |
tdialog () | |
virtual | ~tdialog () |
bool | show (CVideo &video, const unsigned auto_close_time=0) |
Shows the window. More... | |
int | get_retval () const |
void | set_always_save_fields (const bool always_save_fields) |
void | set_restore (const bool restore) |
Static Public Member Functions | |
static void | display (const std::string &addon_id, const addons_list &addons_list, const addons_tracking_list &addon_states, CVideo &video) |
The display function. More... | |
Private Member Functions | |
virtual const std::string & | window_id () const |
Inherited from tdialog, implemented by REGISTER_DIALOG. More... | |
void | pre_show (twindow &window) |
Inherited from tdialog. More... | |
void | browse_url_callback () |
void | copy_url_callback () |
Private Attributes | |
std::string | feedback_url_ |
Additional Inherited Members | |
Protected Member Functions inherited from gui2::tdialog | |
tfield_bool * | register_bool (const std::string &id, const bool mandatory, const std::function< bool()> &callback_load_value=std::function< bool()>(), const std::function< void(const bool)> &callback_save_value=std::function< void(const bool)>(), const std::function< void(twidget &)> &callback_change=std::function< void(twidget &)>()) |
Creates a new boolean field. More... | |
tfield_bool * | register_bool (const std::string &id, const bool mandatory, bool &linked_variable, const std::function< void(twidget &)> &callback_change=std::function< void(twidget &)>()) |
Creates a new boolean field. More... | |
tfield_integer * | register_integer (const std::string &id, const bool mandatory, const std::function< int()> &callback_load_value=std::function< int()>(), const std::function< void(const int)> &callback_save_value=std::function< void(const int)>()) |
Creates a new integer field. More... | |
tfield_integer * | register_integer (const std::string &id, const bool mandatory, int &linked_variable) |
Creates a new integer field. More... | |
tfield_text * | register_text (const std::string &id, const bool mandatory, const std::function< std::string()> &callback_load_value=std::function< std::string()>(), const std::function< void(const std::string &)> &callback_save_value=std::function< void(const std::string &)>(), const bool capture_focus=false) |
Creates a new text field. More... | |
tfield_text * | register_text (const std::string &id, const bool mandatory, std::string &linked_variable, const bool capture_focus=false) |
Creates a new text field. More... | |
tfield_label * | register_label (const std::string &id, const bool mandatory, const std::string &text, const bool use_markup=false) |
Registers a new control as a label. More... | |
tfield_label * | register_image (const std::string &id, const bool mandatory, const std::string &filename) |
Registers a new control as image. More... | |
Definition at line 26 of file description.hpp.
gui2::taddon_description::taddon_description | ( | const std::string & | addon_id, |
const addons_list & | addons_list, | ||
const addons_tracking_list & | addon_states | ||
) |
Constructor.
addon_id | The requested add-on's id. |
addons_list | Complete list of add-ons including the requested add-on and its dependencies. |
addon_states | Local installation status of the add-ons in addons_list. |
Definition at line 306 of file description.cpp.
References addon_info::author, addon_info::created, addon_info::depends, addon_info::description, addon_info::display_icon(), addon_info::display_type(), addon_info::downloads, addon_info::feedback_url, gui2::format_addon_time(), addon_info::locales, addon_info::size, size_display_string(), addon_info::title, addon_info::updated, and addon_info::version.
Referenced by display().
|
private |
Definition at line 358 of file description.cpp.
References feedback_url_, and desktop::open_object().
Referenced by pre_show().
|
private |
Definition at line 365 of file description.cpp.
References desktop::clipboard::copy_to_clipboard(), and feedback_url_.
Referenced by pre_show().
|
inlinestatic |
The display function.
See tdialog for more information.
Definition at line 47 of file description.hpp.
References taddon_description().
Inherited from tdialog.
Reimplemented from gui2::tdialog.
Definition at line 370 of file description.cpp.
References _(), desktop::clipboard::available(), browse_url_callback(), gui2::event::connect_signal_mouse_left_click(), copy_url_callback(), feedback_url_, gui2::twidget::tvisible::invisible, desktop::open_object_is_supported(), gui2::ttext_::set_value(), and gui2::twidget::set_visible().
|
privatevirtual |
Inherited from tdialog, implemented by REGISTER_DIALOG.
Implements gui2::tdialog.
|
private |
Definition at line 56 of file description.hpp.
Referenced by browse_url_callback(), copy_url_callback(), and pre_show().