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

#include <i_graphics_context.hpp>

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

Public Member Functions

 tab_stops (tab_stop const &aDefaultStop)
 
template<typename TabStopIter >
 tab_stops (tab_stop const &aDefaultStop, TabStopIter aStopsBegin, TabStopIter aStopsEnd)
 
 tab_stops (i_tab_stops const &aOther)
 
bool operator== (tab_stops const &aOther) const noexcept
 
std::partial_ordering operator<=> (tab_stops const &aOther) const noexcept
 
tab_stop const & default_stop () const override
 
neolib::i_vector< tab_stop > const & stops () const override
 

Detailed Description

Definition at line 83 of file i_graphics_context.hpp.

Constructor & Destructor Documentation

◆ tab_stops() [1/3]

neogfx::tab_stops::tab_stops ( tab_stop const &  aDefaultStop)
inline

Definition at line 86 of file i_graphics_context.hpp.

◆ tab_stops() [2/3]

template<typename TabStopIter >
neogfx::tab_stops::tab_stops ( tab_stop const &  aDefaultStop,
TabStopIter  aStopsBegin,
TabStopIter  aStopsEnd 
)
inline

Definition at line 91 of file i_graphics_context.hpp.

◆ tab_stops() [3/3]

neogfx::tab_stops::tab_stops ( i_tab_stops const &  aOther)
inline

Definition at line 96 of file i_graphics_context.hpp.

Member Function Documentation

◆ default_stop()

tab_stop const & neogfx::tab_stops::default_stop ( ) const
inlineoverridevirtual

Implements neogfx::i_tab_stops.

Definition at line 110 of file i_graphics_context.hpp.

◆ operator<=>()

std::partial_ordering neogfx::tab_stops::operator<=> ( tab_stops const &  aOther) const
inlinenoexcept

Definition at line 105 of file i_graphics_context.hpp.

◆ operator==()

bool neogfx::tab_stops::operator== ( tab_stops const &  aOther) const
inlinenoexcept

Definition at line 101 of file i_graphics_context.hpp.

◆ stops()

neolib::i_vector< tab_stop > const & neogfx::tab_stops::stops ( ) const
inlineoverridevirtual

Implements neogfx::i_tab_stops.

Definition at line 114 of file i_graphics_context.hpp.


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