neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::i_header_view_owner Class Referenceabstract

#include <header_view.hpp>

Inheritance diagram for neogfx::i_header_view_owner:
neogfx::item_view neogfx::list_view neogfx::table_view neogfx::drop_list_view neogfx::tree_view

Public Member Functions

virtual bool updating_models () const =0
 
virtual void header_view_updated (header_view &aHeaderView, header_view_update_reason aUpdateReason)=0
 

Detailed Description

Definition at line 38 of file header_view.hpp.

Member Function Documentation

◆ header_view_updated()

virtual void neogfx::i_header_view_owner::header_view_updated ( header_view aHeaderView,
header_view_update_reason  aUpdateReason 
)
pure virtual

Implemented in neogfx::item_view.

◆ updating_models()

virtual bool neogfx::i_header_view_owner::updating_models ( ) const
pure virtual

Implemented in neogfx::item_view.


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