roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
roo_display::RawStreamableFilledRect Class Reference

#include <raw_streamable.h>

Data Structures

class  RawStream
 

Public Member Functions

 RawStreamableFilledRect (Box extents, Color color)
 
 RawStreamableFilledRect (uint16_t width, uint16_t height, Color color)
 
const Boxextents () const
 
const BoxanchorExtents () const
 
std::unique_ptr< RawStreamcreateRawStream () const
 
std::unique_ptr< RawStreamCreateClippedRawStream (const Box &clip_box) const
 

Detailed Description

Definition at line 240 of file raw_streamable.h.

Constructor & Destructor Documentation

◆ RawStreamableFilledRect() [1/2]

roo_display::RawStreamableFilledRect::RawStreamableFilledRect ( Box  extents,
Color  color 
)
inline

Definition at line 258 of file raw_streamable.h.

References color.

◆ RawStreamableFilledRect() [2/2]

roo_display::RawStreamableFilledRect::RawStreamableFilledRect ( uint16_t  width,
uint16_t  height,
Color  color 
)
inline

Definition at line 261 of file raw_streamable.h.

References color.

Member Function Documentation

◆ anchorExtents()

const Box & roo_display::RawStreamableFilledRect::anchorExtents ( ) const
inline

Definition at line 265 of file raw_streamable.h.

◆ CreateClippedRawStream()

std::unique_ptr< RawStream > roo_display::RawStreamableFilledRect::CreateClippedRawStream ( const Box clip_box) const
inline

Definition at line 269 of file raw_streamable.h.

◆ createRawStream()

std::unique_ptr< RawStream > roo_display::RawStreamableFilledRect::createRawStream ( ) const
inline

Definition at line 266 of file raw_streamable.h.

◆ extents()

const Box & roo_display::RawStreamableFilledRect::extents ( ) const
inline

Definition at line 264 of file raw_streamable.h.


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