AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ass::ParentSubSelector< L, R > Struct Template Reference

Member Function Documentation

◆ isPossiblyApplicable()

template<typename L, typename R>
bool ass::ParentSubSelector< L, R >::isPossiblyApplicable ( AView * view)
inlineoverridevirtual

Implements ass::IAssSubSelector.

◆ isStateApplicable()

template<typename L, typename R>
bool ass::ParentSubSelector< L, R >::isStateApplicable ( AView * view)
inlineoverridevirtual

Reimplemented from ass::IAssSubSelector.

◆ setupConnections()

template<typename L, typename R>
void ass::ParentSubSelector< L, R >::setupConnections ( AView * view,
const _< AAssHelper > & helper )
inlineoverridevirtual

you should never reach here because this function is called only in case isPossiblyApplicable returned true

Reimplemented from ass::IAssSubSelector.