AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
ass::ParentSubSelector< L, R > Struct Template Reference

Public Member Functions

 ParentSubSelector (L l, R r)
 
bool isPossiblyApplicable (AView *view) override
 
bool isStateApplicable (AView *view) override
 
void setupConnections (AView *view, const _< AAssHelper > &helper) override
 

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.


The documentation for this struct was generated from the following file:
Inheritance diagram for ass::ParentSubSelector< L, R >:
Collaboration diagram for ass::ParentSubSelector< L, R >: