licornea_tools
Public Member Functions | Public Attributes | List of all members
tlz::border Struct Reference

#include <border.h>

Public Member Functions

bool is_none () const
 
 operator bool () const
 

Public Attributes

int top = 0
 
int left = 0
 
int right = 0
 
int bottom = 0
 

Detailed Description

Definition at line 8 of file border.h.

Member Function Documentation

bool tlz::border::is_none ( ) const
inline

Definition at line 14 of file border.h.

tlz::border::operator bool ( ) const
inlineexplicit

Definition at line 15 of file border.h.

Here is the call graph for this function:

Member Data Documentation

int tlz::border::bottom = 0

Definition at line 12 of file border.h.

int tlz::border::left = 0

Definition at line 10 of file border.h.

int tlz::border::right = 0

Definition at line 11 of file border.h.

int tlz::border::top = 0

Definition at line 9 of file border.h.


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