#include <instance.hpp>

Public Member Functions | |
| tbuilder_instance (const config &cfg) | |
| twidget * | build () const |
| twidget * | build (const treplacements &replacements) const |
Public Member Functions inherited from gui2::tbuilder_widget | |
| tbuilder_widget (const config &cfg) | |
| virtual | ~tbuilder_widget () |
Public Member Functions inherited from reference_counted_object | |
| reference_counted_object () | |
| reference_counted_object (const reference_counted_object &) | |
| reference_counted_object & | operator= (const reference_counted_object &) |
| virtual | ~reference_counted_object () |
| void | add_ref () const |
| void | dec_ref () const |
| int | refcount () const |
Public Attributes | |
| config | configuration |
| Holds a copy of the cfg parameter in the constructor. More... | |
Public Attributes inherited from gui2::tbuilder_widget | |
| std::string | id |
| Parameters for the widget. More... | |
| std::string | linked_group |
| int | debug_border_mode |
| unsigned | debug_border_color |
Additional Inherited Members | |
Public Types inherited from gui2::tbuilder_widget | |
| typedef std::map< std::string, boost::intrusive_ptr < tbuilder_widget > > | treplacements |
| The replacements type is used to define replacement types. More... | |
Protected Member Functions inherited from reference_counted_object | |
| void | turn_reference_counting_off () const |
Definition at line 28 of file instance.hpp.
|
explicit |
Definition at line 27 of file instance.cpp.
|
virtual |
Implements gui2::tbuilder_widget.
Definition at line 32 of file instance.cpp.
|
virtual |
Implements gui2::tbuilder_widget.
Definition at line 37 of file instance.cpp.
References gui2::implementation::tbuilder_spacer::build(), configuration, and itor.
| config gui2::implementation::tbuilder_instance::configuration |
Holds a copy of the cfg parameter in the constructor.
This is used when instantiating a spacer, it can still use the parameters originally sent.
Definition at line 42 of file instance.hpp.
Referenced by build().
1.8.8