Inheritance diagram for CVobSubSettings:
Public Member Functions | |
CVobSubSettings () | |
void | InitSettings () |
bool | GetCustomPal (RGBQUAD *cuspal, int &tridx) |
void | SetCustomPal (RGBQUAD *cuspal, int tridx) |
void | GetDestrect (CRect &r) |
void | GetDestrect (CRect &r, int w, int h) |
void | SetAlignment (bool fAlign, int x, int y, int hor, int ver) |
Public Attributes | |
CSize | m_size |
int | m_x |
int | m_y |
CPoint | m_org |
int | m_scale_x |
int | m_scale_y |
int | m_alpha |
int | m_fSmooth |
int | m_fadein |
int | m_fadeout |
bool | m_fAlign |
int | m_alignhor |
int | m_alignver |
unsigned int | m_toff |
bool | m_fOnlyShowForcedSubs |
bool | m_fCustomPal |
int | m_tridx |
RGBQUAD | m_orgpal [16] |
RGBQUAD | m_cuspal [4] |
CVobSubImage | m_img |
Protected Member Functions | |
HRESULT | Render (SubPicDesc &spd, RECT &bbox) |
Definition at line 32 of file VobSubFile.h.