Lumiera
0.pre.03
»edit your freedom«
|
#include "stage/interact/view-locator.hpp"
Access or allocate a UI component view.
Definition at line 99 of file view-locator.hpp.
Public Member Functions | |
template<class V > | |
V & | get () |
Access and possibly create just some component view of the desired type. | |
Private Types | |
using | Service_LocationSolver = lib::DependInject< UILocationSolver >::ServiceInstance<> |
Private Attributes | |
lib::Depend< model::ElementAccess > | elementAccess |
Service_LocationSolver | locResolver_ |
Additional Inherited Members | |
Private Member Functions inherited from NonCopyable | |
NonCopyable (NonCopyable const &)=delete | |
NonCopyable & | operator= (NonCopyable const &)=delete |