~ubuntu-branches/debian/experimental/smplayer/experimental

« back to all changes in this revision

Viewing changes to src/prefinterface.h

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-01-03 17:08:06 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090103170806-eodntb2slv6g2pb6
Tags: 0.6.6-0ubuntu1
* The "just before FF" release.
* New upstream release.
* debian/control: Bumped Standards-Version to 3.8.0.
* debian/copyright: Changed (C) to © to fix Lintian warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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();