Mirror reflection library 0.5.13

mirror::wx_gui_factory_dialog< Product, SourceTraits > Class Template Reference

A wxWidgets-based dialog for construction of the Product. More...

#include <mirror/utils/wx_gui_factory.hpp>

Inherits mirror::aux::wx_gui_factory_dialog_base< SourceTraits >.

Collaboration diagram for mirror::wx_gui_factory_dialog< Product, SourceTraits >:

List of all members.

Public Member Functions

 wx_gui_factory_dialog (const wxString &dialog_title, wxWindow *parent_window=(wxWindow *) nullptr)
Product * new_ (void)
 Show the dialog, get the data and create an instance of Product.
Product create (void)

Detailed Description

template<class Product, class SourceTraits>
class mirror::wx_gui_factory_dialog< Product, SourceTraits >

A wxWidgets-based dialog for construction of the Product.

This template class can be used to create wxWidgets-based dialogs which have the necessary input widgets for getting all parameter values necessary for the construction of instances of the Product type.

The dialog can be configured by the means of the SourceTraits template parameter.

Examples:

mirror/example/factories/tetrahedron_wx.cpp.


The documentation for this class was generated from the following file:

Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.