My Project
 
Loading...
Searching...
No Matches
Painter Class Reference

#include <painter.h>

Inheritance diagram for Painter:

Static Public Member Functions

static void set (Level *level, int cell, int value)
 
static void set (Level *level, int x, int y, int value)
 
static void set (Level *level, Point p, int value)
 
static void fill (Level *level, int x, int y, int w, int h, int value)
 
static void fill (Level *level, Rect rect, int value)
 
static void fill (Level *level, Rect rect, int m, int value)
 
static void fill (Level *level, Rect rect, int l, int t, int r, int b, int value)
 
static Point drawInside (Level *level, Room *room, Point from, int n, int value)
 

Member Function Documentation

◆ drawInside()

Point Painter::drawInside ( Level * level,
Room * room,
Point from,
int n,
int value )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fill() [1/4]

void Painter::fill ( Level * level,
int x,
int y,
int w,
int h,
int value )
static
Here is the caller graph for this function:

◆ fill() [2/4]

void Painter::fill ( Level * level,
Rect rect,
int l,
int t,
int r,
int b,
int value )
static
Here is the call graph for this function:

◆ fill() [3/4]

void Painter::fill ( Level * level,
Rect rect,
int m,
int value )
static
Here is the call graph for this function:

◆ fill() [4/4]

void Painter::fill ( Level * level,
Rect rect,
int value )
static
Here is the call graph for this function:

◆ set() [1/3]

void Painter::set ( Level * level,
int cell,
int value )
static
Here is the caller graph for this function:

◆ set() [2/3]

void Painter::set ( Level * level,
int x,
int y,
int value )
static
Here is the call graph for this function:

◆ set() [3/3]

void Painter::set ( Level * level,
Point p,
int value )
static
Here is the call graph for this function:

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