clan::SpanLayout::HitTestResult Struct Reference

#include <span_layout.h>

Public Types

enum class  Type {
  no_objects_available , outside_top , outside_left , outside_right ,
  outside_bottom , inside
}
 

Public Member Functions

 HitTestResult ()
 

Public Attributes

int object_id
 
int offset
 
enum clan::SpanLayout::HitTestResult::Type type
 

Member Enumeration Documentation

◆ Type

Enumerator
no_objects_available 
outside_top 
outside_left 
outside_right 
outside_bottom 
inside 

Constructor & Destructor Documentation

◆ HitTestResult()

clan::SpanLayout::HitTestResult::HitTestResult ( )
inline

Member Data Documentation

◆ object_id

int clan::SpanLayout::HitTestResult::object_id

Referenced by HitTestResult().

◆ offset

int clan::SpanLayout::HitTestResult::offset

Referenced by HitTestResult().

◆ type

enum clan::SpanLayout::HitTestResult::Type clan::SpanLayout::HitTestResult::type

Referenced by HitTestResult().


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