#include <libsswf.h>
Inheritance diagram for sswf::Style:

| enum sswf::Style::style_t |
| Style::Style | ( | void | ) |
| bool sswf::Style::HasAlpha | ( | void | ) | const [inline] |
| bool sswf::Style::HasHardEdges | ( | void | ) | const [inline] |
| bool sswf::Style::HasMorph | ( | void | ) | const [inline] |
| bool Style::operator== | ( | const Style & | style | ) | const |
| void Style::Reset | ( | void | ) |
| void Style::Save | ( | Data & | data, | |
| bool | save_alpha, | |||
| bool | save_morph | |||
| ) |
| void Style::SetBitmap | ( | sswf_id_t | id_ref | ) |
| void Style::SetClipping | ( | void | ) |
| void Style::SetColor | ( | int | index, | |
| const Color & | color | |||
| ) |
| void Style::SetGradient | ( | int | index, | |
| int | pos, | |||
| const Color & | color | |||
| ) |
| void Style::SetLine | ( | int | index, | |
| unsigned short | width, | |||
| const Color & | color | |||
| ) |
| void Style::SetMatrix | ( | int | index, | |
| const Matrix & | matrix | |||
| ) |
| void Style::SetType | ( | style_t | style_type | ) |
| style_t sswf::Style::Type | ( | void | ) | const [inline] |
sswf_id_t sswf::Style::f_bitmap_ref [private] |
Color sswf::Style::f_color[2] [private] |
signed char sswf::Style::f_gradient [private] |
Color sswf::Style::f_gradient_color[16] [private] |
unsigned char sswf::Style::f_gradient_pos[16] [private] |
unsigned short sswf::Style::f_line_width[2] [private] |
Matrix sswf::Style::f_matrix[2] [private] |
bool sswf::Style::f_morph [private] |
style_t sswf::Style::f_style [private] |
bool sswf::Style::f_use_alpha [private] |
1.4.7