FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <hudbrackets.h>
Protected Attributes | |
int | attacking_dot |
int | Min_target_box_width |
int | Min_target_box_height |
int | Min_subtarget_box_width |
int | Min_subtarget_box_height |
![]() | |
int | position [2] |
int | base_w |
int | base_h |
color | gauge_color |
int | gauge_config |
int | gauge_object |
int | font_num |
bool | lock_color |
bool | sexp_lock_color |
bool | reticle_follow |
bool | active |
bool | off_by_default |
bool | sexp_override |
bool | pop_up |
int | popup_timer |
bool | message_gauge |
int | disabled_views |
int | flash_duration |
int | flash_next |
bool | flash_status |
bool | custom_gauge |
hud_frames | custom_frame |
int | custom_frame_offset |
int | textoffset_x |
int | textoffset_y |
char | custom_name [NAME_LENGTH] |
SCP_string | custom_text |
SCP_string | default_text |
char | texture_target_fname [MAX_FILENAME_LEN] |
int | texture_target |
int | canvas_w |
int | canvas_h |
int | target_w |
int | target_h |
int | target_x |
int | target_y |
int | display_offset_x |
int | display_offset_y |
Definition at line 31 of file hudbrackets.h.
HudGaugeBrackets::HudGaugeBrackets | ( | ) |
Definition at line 701 of file hudbrackets.cpp.
void HudGaugeBrackets::initBitmaps | ( | char * | fname | ) |
Definition at line 718 of file hudbrackets.cpp.
Definition at line 712 of file hudbrackets.cpp.
Definition at line 706 of file hudbrackets.cpp.
Reimplemented from HudGauge.
Definition at line 726 of file hudbrackets.cpp.
void HudGaugeBrackets::renderBoundingBrackets | ( | int | x1, |
int | y1, | ||
int | x2, | ||
int | y2, | ||
int | w_correction, | ||
int | h_correction, | ||
float | distance, | ||
int | target_objnum, | ||
int | flags | ||
) |
Definition at line 894 of file hudbrackets.cpp.
void HudGaugeBrackets::renderBoundingBracketsSubobject | ( | ) |
Definition at line 1050 of file hudbrackets.cpp.
void HudGaugeBrackets::renderNavBrackets | ( | vec3d * | nav_pos, |
vertex * | nav_point, | ||
color * | clr, | ||
char * | string | ||
) |
Definition at line 858 of file hudbrackets.cpp.
void HudGaugeBrackets::renderObjectBrackets | ( | object * | targetp, |
color * | clr, | ||
int | w_correction, | ||
int | h_correction, | ||
int | flags | ||
) |
Definition at line 755 of file hudbrackets.cpp.
|
protected |
Definition at line 34 of file hudbrackets.h.
|
protected |
Definition at line 39 of file hudbrackets.h.
|
protected |
Definition at line 38 of file hudbrackets.h.
|
protected |
Definition at line 37 of file hudbrackets.h.
|
protected |
Definition at line 36 of file hudbrackets.h.