Go to the source code of this file.
Classes | |
struct | gui2::tstate_definition |
Contains the state info for a resolution. More... | |
struct | gui2::tresolution_definition_ |
Base class of a resolution, contains the common keys for a resolution. More... | |
struct | gui2::tcontrol_definition |
Namespaces | |
gui2 | |
A class inherited from ttext_box that displays its input as stars. | |
Typedefs | |
typedef boost::intrusive_ptr < tresolution_definition_ > | gui2::tresolution_definition_ptr |
typedef boost::intrusive_ptr < const tresolution_definition_ > | gui2::tresolution_definition_const_ptr |
typedef boost::intrusive_ptr < tcontrol_definition > | gui2::tcontrol_definition_ptr |
Functions | |
template<class T > | |
const T & | gui2::cast (tresolution_definition_const_ptr ptr) |
Casts a tresolution_definition_const_ptr to another type. More... | |