Esempio n. 1
0
	/**
	 * The display function.
	 *
	 * See @ref tdialog for more information.
	 */
	static void display(const std::string& addon_id,
						const addons_list& addons_list,
						const addons_tracking_list& addon_states,
						CVideo& video)
	{
		taddon_description(addon_id, addons_list, addon_states).show(video);
	}
Esempio n. 2
0
	/** The display function see @ref tdialog for more information. */
	static void display(const addon_info& addon, CVideo& video)
	{
		taddon_description(addon).show(video);
	}