Ignore:
Timestamp:
May 3, 2016, 2:14:41 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update vendor to version 16.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/prefsubtitles.h

    r163 r175  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    1717*/
    1818
    19 #ifndef _PREFSUBTITLES_H_
    20 #define _PREFSUBTITLES_H_
     19#ifndef PREFSUBTITLES_H
     20#define PREFSUBTITLES_H
    2121
    2222#include "ui_prefsubtitles.h"
     
    4646        virtual void createHelp();
    4747
    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 
    6348        void setAssFontScale(double n);
    6449        double assFontScale();
     
    7560        void setEncaLang(QString s);
    7661        QString encaLang();
    77 
    78         void setSubPos(int pos);
    79         int subPos();
    80 
    81         void setUseFontASS(bool v);
    82         bool useFontASS();
    8362
    8463        void setAssLineSpacing(int spacing);
     
    10180
    10281protected slots:
    103         void on_ass_subs_button_toggled(bool b);
     82        /* void on_ass_subs_button_toggled(bool b); */
    10483        void on_ass_customize_button_clicked();
    10584        void on_freetype_check_toggled(bool b);
     85#ifdef FONTS_HACK
    10686        void on_windowsfontdir_check_toggled(bool b);
     87#endif
    10788        void checkBorderStyleCombo( int index );
    10889
Note: See TracChangeset for help on using the changeset viewer.