FastUIDraw
Public Member Functions | List of all members
fastuidraw::CustomFillRuleBase Class Referenceabstract

Base class to specify a custom fill rule. More...

#include <fill_rule.hpp>

Inheritance diagram for fastuidraw::CustomFillRuleBase:
Inheritance graph
[legend]

Public Member Functions

virtual bool operator() (int winding_number) const =0
 

Detailed Description

Base class to specify a custom fill rule.

Definition at line 33 of file fill_rule.hpp.

Member Function Documentation

◆ operator()()

virtual bool fastuidraw::CustomFillRuleBase::operator() ( int  winding_number) const
pure virtual

To be implemented by a derived class to return true if to draw those regions with the passed winding number.

Parameters
winding_numberwinding number value to test.

Implemented in fastuidraw::CustomFillRuleFunction.


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