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

#include <i_graphics_context.hpp>

Public Types

typedef tab_stop abstract_type
 

Public Member Functions

std::partial_ordering operator<=> (tab_stop const &) const noexcept=default
 

Public Attributes

scalar pos
 
neogfx::alignment alignment = neogfx::alignment::Left
 

Detailed Description

Definition at line 66 of file i_graphics_context.hpp.

Member Typedef Documentation

◆ abstract_type

Member Function Documentation

◆ operator<=>()

std::partial_ordering neogfx::tab_stop::operator<=> ( tab_stop const &  ) const
defaultnoexcept

Member Data Documentation

◆ alignment

neogfx::alignment neogfx::tab_stop::alignment = neogfx::alignment::Left

Definition at line 71 of file i_graphics_context.hpp.

◆ pos

scalar neogfx::tab_stop::pos

Definition at line 70 of file i_graphics_context.hpp.


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