|
MythTV master
|
#include <libmythtv/visualisations/goom/lines.h>
Public Attributes | |
| GMUnitArray | points |
| GMUnitArray | points2 |
| int | IDdest |
| float | param |
| float | amplitudeF |
| float | amplitude |
| uint32_t | color |
| uint32_t | color2 |
| int | screenX |
| int | screenY |
| float | power |
| float | powinc |
| float GMLine::amplitude |
Definition at line 30 of file lines.h.
Referenced by goom_lines_draw(), and goom_lines_move().
| float GMLine::amplitudeF |
Definition at line 29 of file lines.h.
Referenced by goom_lines_move(), and goom_lines_switch_to().
| uint32_t GMLine::color |
Definition at line 32 of file lines.h.
Referenced by mythburn.FontDef::drawText(), goom_lines_draw(), and goom_lines_move().
| uint32_t GMLine::color2 |
Definition at line 33 of file lines.h.
Referenced by goom_lines_move(), and goom_lines_switch_to().
| int GMLine::IDdest |
Definition at line 27 of file lines.h.
Referenced by goom_lines_init(), goom_lines_set_res(), and goom_lines_switch_to().
| float GMLine::param |
Definition at line 28 of file lines.h.
Referenced by goom_lines_set_res(), and goom_lines_switch_to().
| GMUnitArray GMLine::points |
Definition at line 25 of file lines.h.
Referenced by goom_lines_draw(), and goom_lines_move().
| GMUnitArray GMLine::points2 |
Definition at line 26 of file lines.h.
Referenced by goom_lines_move(), goom_lines_set_res(), and goom_lines_switch_to().
| float GMLine::power |
Definition at line 38 of file lines.h.
Referenced by goom_lines_draw(), goom_lines_move(), and goom_update().
| float GMLine::powinc |
Definition at line 39 of file lines.h.
Referenced by goom_lines_move().
| int GMLine::screenX |
Definition at line 35 of file lines.h.
Referenced by goom_lines_draw(), goom_lines_set_res(), and goom_lines_switch_to().
| int GMLine::screenY |
Definition at line 36 of file lines.h.
Referenced by goom_lines_draw(), goom_lines_set_res(), and goom_lines_switch_to().