DragAndDropConverterConcept< DragAndDropConverter > Struct Template Reference |
Public Types | |
typedef dnd_converter_dest_type < DragAndDropConverter >::type | dest_type |
typedef dnd_converter_source_type < DragAndDropConverter >::type | source_type |
Public Member Functions | |
void | constraints () |
Static Public Member Functions | |
static dest_type | convert (const DragAndDropConverter &converter, const source_type &src_value) |
Detailed Description
template<class DragAndDropConverter>
struct adobe::DragAndDropConverterConcept< DragAndDropConverter >
Definition at line 70 of file drag_and_drop_converter_concept.hpp.
Member Typedef Documentation
typedef dnd_converter_dest_type<DragAndDropConverter>::type dest_type |
Definition at line 74 of file drag_and_drop_converter_concept.hpp.
typedef dnd_converter_source_type<DragAndDropConverter>::type source_type |
source_type requirement for the DragAndDropConverterConcept
Definition at line 73 of file drag_and_drop_converter_concept.hpp.
Member Function Documentation
void constraints | ( | ) |
functional constraints for a model of the DragAndDropConverterConcept
Reimplemented in DragAndDropConverterConcept< boost::reference_wrapper< DragAndDropConverter > >.
Definition at line 94 of file drag_and_drop_converter_concept.hpp.
static dest_type convert | ( | const DragAndDropConverter & | converter, |
const source_type & | src_value | ||
) | [static] |
notifies the converter whether or not it should be enabled (and thus able to modify the model)
Definition at line 78 of file drag_and_drop_converter_concept.hpp.