Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
ViewLocator Class Reference

#include "stage/interact/view-locator.hpp"

Description

Access or allocate a UI component view.

Todo:
initial draft as of 9/2017 – actual implementation need to be filled in

Definition at line 90 of file view-locator.hpp.

Public Member Functions

 ViewLocator ()
 
 ~ViewLocator ()
 
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::ElementAccesselementAccess
 
Service_LocationSolver locResolver_
 

Additional Inherited Members

- Private Member Functions inherited from NonCopyable
 ~NonCopyable ()=default
 
 NonCopyable ()=default
 
 NonCopyable (NonCopyable const &)=delete
 
NonCopyableoperator= (NonCopyable const &)=delete
 

Constructor & Destructor Documentation

◆ ViewLocator()

Definition at line 78 of file view-locator.cpp.

◆ ~ViewLocator()

Definition at line 83 of file view-locator.cpp.

Member Typedef Documentation

◆ Service_LocationSolver

using Service_LocationSolver = lib::DependInject<UILocationSolver>::ServiceInstance<>
private

Definition at line 93 of file view-locator.hpp.

Member Function Documentation

◆ get()

template<class V >
V & get ( )
inline

Access and possibly create just some component view of the desired type.

Definition at line 119 of file view-locator.hpp.

References ViewLocator::elementAccess.

Referenced by WrappedStandardExeBuilder::invokeOriginalBuilder(), and ViewSpecDSL_test::verify_genericInvocation().

+ Here is the caller graph for this function:

Member Data Documentation

◆ elementAccess

lib::Depend<model::ElementAccess> elementAccess
private

Definition at line 95 of file view-locator.hpp.

Referenced by ViewLocator::get().

◆ locResolver_

Service_LocationSolver locResolver_
private

Definition at line 96 of file view-locator.hpp.

+ Inheritance diagram for ViewLocator:
+ Collaboration diagram for ViewLocator:

The documentation for this class was generated from the following files: