Changeset 175 for smplayer/vendor/current/src/prefsubtitles.h
- Timestamp:
- May 3, 2016, 2:14:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefsubtitles.h
r163 r175 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 4Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 17 17 */ 18 18 19 #ifndef _PREFSUBTITLES_H_20 #define _PREFSUBTITLES_H_19 #ifndef PREFSUBTITLES_H 20 #define PREFSUBTITLES_H 21 21 22 22 #include "ui_prefsubtitles.h" … … 46 46 virtual void createHelp(); 47 47 48 void setFontName(QString font_name);49 QString fontName();50 51 void setFontFile(QString font_file);52 QString fontFile();53 54 void setUseFontconfig(bool b);55 bool useFontconfig();56 57 void setFontAutoscale(int n);58 int fontAutoscale();59 60 void setFontTextscale(double n);61 double fontTextscale();62 63 48 void setAssFontScale(double n); 64 49 double assFontScale(); … … 75 60 void setEncaLang(QString s); 76 61 QString encaLang(); 77 78 void setSubPos(int pos);79 int subPos();80 81 void setUseFontASS(bool v);82 bool useFontASS();83 62 84 63 void setAssLineSpacing(int spacing); … … 101 80 102 81 protected slots: 103 void on_ass_subs_button_toggled(bool b);82 /* void on_ass_subs_button_toggled(bool b); */ 104 83 void on_ass_customize_button_clicked(); 105 84 void on_freetype_check_toggled(bool b); 85 #ifdef FONTS_HACK 106 86 void on_windowsfontdir_check_toggled(bool b); 87 #endif 107 88 void checkBorderStyleCombo( int index ); 108 89
Note:
See TracChangeset
for help on using the changeset viewer.