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

#include <i_graphics_context.hpp>

Inheritance diagram for neogfx::i_tab_stops:
neogfx::tab_stops

Public Member Functions

virtual tab_stop const & default_stop () const =0
 
virtual neolib::i_vector< tab_stop > const & stops () const =0
 

Detailed Description

Definition at line 76 of file i_graphics_context.hpp.

Member Function Documentation

◆ default_stop()

virtual tab_stop const & neogfx::i_tab_stops::default_stop ( ) const
pure virtual

Implemented in neogfx::tab_stops.

◆ stops()

virtual neolib::i_vector< tab_stop > const & neogfx::i_tab_stops::stops ( ) const
pure virtual

Implemented in neogfx::tab_stops.


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