~ubuntu-branches/debian/sid/smplayer/sid

« back to all changes in this revision

Viewing changes to src/prefinterface.h

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-03-31 23:05:43 UTC
  • mto: (1.1.9 upstream) (3.1.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090331230543-nsklbxenl2hf2n6h
Tags: upstream-0.6.7
ImportĀ upstreamĀ versionĀ 0.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  smplayer, GUI front-end for mplayer.
2
 
    Copyright (C) 2006-2008 Ricardo Villalba <rvm@escomposlinux.org>
 
2
    Copyright (C) 2006-2009 Ricardo Villalba <rvm@escomposlinux.org>
3
3
 
4
4
    This program is free software; you can redistribute it and/or modify
5
5
    it under the terms of the GNU General Public License as published by
75
75
        void setServerPort(int port);
76
76
        int serverPort();
77
77
 
 
78
        void setUseAutoPort(bool b);
 
79
        bool useAutoPort();
 
80
 
78
81
        void setRecentsMaxItems(int n);
79
82
        int recentsMaxItems();
80
83
 
96
99
        void setDefaultFont(QString font_desc);
97
100
        QString defaultFont();
98
101
 
 
102
        // Floating tab
 
103
        void setFloatingAnimated(bool b);
 
104
        bool floatingAnimated();
 
105
 
 
106
        void setFloatingWidth(int percentage);
 
107
        int floatingWidth();
 
108
 
 
109
        void setFloatingMargin(int pixels);
 
110
        int floatingMargin();
 
111
 
 
112
        void setDisplayFloatingInCompactMode(bool b);
 
113
        bool displayFloatingInCompactMode();
 
114
 
 
115
#ifndef Q_OS_WIN
 
116
        void setFloatingBypassWindowManager(bool b);
 
117
        bool floatingBypassWindowManager();
 
118
#endif
 
119
 
99
120
protected slots:
100
121
        void on_changeFontButton_clicked();
101
122
        void changeInstanceImages();