21 #ifndef __ANTARES_TOOLBOX_ACTION_GUI_HXX__
22 #define __ANTARES_TOOLBOX_ACTION_GUI_HXX__
26 namespace Antares::Private::Dispatcher
28 void FormShowModal(wxDialog* window);
30 template<
class FormT,
class ParentT>
44 virtual void onExecute()
47 Antares::Dispatcher::GUI::ShowModal(
new FormT(pParent));
56 namespace Antares::Dispatcher::GUI
58 template<
class FormT,
class ParentT>
59 void CreateAndShowModal(ParentT* parent)
61 ::Antares::Dispatcher::GUI::Post(
62 (
const Yuni::Job::IJob::Ptr&)new ::Antares::Private::Dispatcher::JobShowForm<FormT, ParentT>(