InteractorImagerMixinHelper < IMAGER >
InteractorInteractorMixinHelper < INTERACTOR1,INTERACTOR2 >
TextInteractorMixins are some templates that help deal with some of the drugery of C++ mixins.
InteractorImagerMixinHelper < IMAGER > [public]
virtual TextInteractor
, IMAGER
A utility class to facilitate mixing together Interactors with particular chosen TextImager subclasses.
This class is mostly an implementation detail, and shouldn't be of interest to Led users, unless they are creating a new TextImager subclass (which isn't also already a subclass of TextInteractor; this should be rare).
InteractorInteractorMixinHelper < INTERACTOR1,INTERACTOR2 > [public]
INTERACTOR1, INTERACTOR2
A utility class to facilitate mixing together two Interactors.
This class is mostly an implementation detail, and shouldn't be of interest to Led users, unless they are creating a new direct TextImagerInteractor subclass (which should be rare).