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

#include <i_help.hpp>

Inheritance diagram for neogfx::i_help_source:
neogfx::i_menu_item_widget neogfx::menu_item_widget

Public Member Functions

virtual ~i_help_source ()=default
 
virtual bool help_active () const =0
 
virtual neogfx::help_type help_type () const =0
 
virtual i_string const & help_text () const =0
 

Detailed Description

Definition at line 32 of file i_help.hpp.

Constructor & Destructor Documentation

◆ ~i_help_source()

virtual neogfx::i_help_source::~i_help_source ( )
virtualdefault

Member Function Documentation

◆ help_active()

virtual bool neogfx::i_help_source::help_active ( ) const
pure virtual

Implemented in neogfx::menu_item_widget.

◆ help_text()

virtual i_string const & neogfx::i_help_source::help_text ( ) const
pure virtual

Implemented in neogfx::menu_item_widget.

◆ help_type()

virtual neogfx::help_type neogfx::i_help_source::help_type ( ) const
pure virtual

Implemented in neogfx::menu_item_widget.


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