FS2_Open
Open source remastering of the Freespace 2 engine
hudbrackets.h File Reference
#include "hud/hud.h"

Go to the source code of this file.

Classes

class  HudGaugeBrackets
 

Functions

void hud_init_brackets ()
 
void draw_brackets_square (int x1, int y1, int x2, int y2, int resize_mode=GR_RESIZE_FULL)
 
void draw_brackets_diamond (int x1, int y1, int x2, int y2)
 
void draw_brackets_square_quick (int x1, int y1, int x2, int y2, int thick=0)
 
void draw_brackets_diamond_quick (int x1, int y1, int x2, int y2)
 
void draw_brackets_dashed_square_quick (int x1, int y1, int x2, int y2)
 
int draw_subsys_brackets (ship_subsys *subsys, int min_width, int min_height, bool draw=true, bool set_color=true, int *draw_coords=NULL)
 

Function Documentation

void draw_brackets_dashed_square_quick ( int  x1,
int  y1,
int  x2,
int  y2 
)

Definition at line 144 of file hudbrackets.cpp.

void draw_brackets_diamond ( int  x1,
int  y1,
int  x2,
int  y2 
)

Definition at line 209 of file hudbrackets.cpp.

void draw_brackets_diamond_quick ( int  x1,
int  y1,
int  x2,
int  y2 
)

Definition at line 250 of file hudbrackets.cpp.

void draw_brackets_square ( int  x1,
int  y1,
int  x2,
int  y2,
int  resize_mode = GR_RESIZE_FULL 
)

Definition at line 49 of file hudbrackets.cpp.

void draw_brackets_square_quick ( int  x1,
int  y1,
int  x2,
int  y2,
int  thick = 0 
)

Definition at line 92 of file hudbrackets.cpp.

int draw_subsys_brackets ( ship_subsys subsys,
int  min_width,
int  min_height,
bool  draw = true,
bool  set_color = true,
int draw_coords = NULL 
)

Definition at line 593 of file hudbrackets.cpp.

void hud_init_brackets ( )

Definition at line 44 of file hudbrackets.cpp.