Webdar 1.0.0
Web user interface to libdar
Public Member Functions | List of all members
html_void_parent_notifier Class Reference

to be used eventually by class of object adopting an html_void object More...

#include <html_void.hpp>

Inheritance diagram for html_void_parent_notifier:
Inheritance graph
[legend]

Public Member Functions

 html_void_parent_notifier (const html_void_parent_notifier &ref)=default
 
 html_void_parent_notifier (html_void_parent_notifier &&ref) noexcept=default
 
html_void_parent_notifieroperator= (const html_void_parent_notifier &ref)=default
 
html_void_parent_notifieroperator= (html_void_parent_notifier &&ref) noexcept=default
 
virtual void void_child_visibility_has_changed (body_builder *voidobj)
 propagates body_builder::my_visibility_has_changed() More...
 
virtual void void_child_has_adopted (body_builder *voidobj, body_builder *obj)
 propagates body_builder::has_adopted() More...
 
virtual void void_child_will_foresake (body_builder *voidobj, body_builder *obj)
 propagates body_builder::will_foresake() More...
 

Detailed Description

to be used eventually by class of object adopting an html_void object

Member Function Documentation

◆ void_child_has_adopted()

virtual void html_void_parent_notifier::void_child_has_adopted ( body_builder voidobj,
body_builder obj 
)
inlinevirtual

propagates body_builder::has_adopted()

Parameters
[in]voidobjis the html_void child object that triggered this call
[in]objis the html_void's child that has been adopted

◆ void_child_visibility_has_changed()

virtual void html_void_parent_notifier::void_child_visibility_has_changed ( body_builder voidobj)
inlinevirtual

propagates body_builder::my_visibility_has_changed()

Parameters
[in]voidobjis the html_void child object that triggered this call

◆ void_child_will_foresake()

virtual void html_void_parent_notifier::void_child_will_foresake ( body_builder voidobj,
body_builder obj 
)
inlinevirtual

propagates body_builder::will_foresake()

Parameters
[in]voidobjis the html_void child object that triggered this call
[in]objis the html_void's child that is about to be foresaken

Reimplemented in html_aiguille.


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