~ubuntu-branches/ubuntu/natty/museek+/natty

« back to all changes in this revision

Viewing changes to museeq/museeq.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2007-09-07 22:44:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070907224415-lpwy5zdp45pljd8i
Tags: 1:0.1.13+svn.20070907.r741-1
* New upstream release: fix implicitly converted pointers (FTBFS on ia64).
* Add an epoch to hijack old murmur package.
* Fix debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        
47
47
public:
48
48
        Museeq(QApplication *);
49
 
        bool mShowTickers, mShowStatusLog, mOnlineAlert, mShowTimestamps, mIPLog, mUsetray;
 
49
        bool mShowTickers, mShowStatusLog, mOnlineAlert, mShowTimestamps, mIPLog, mUsetray, mLogRooms, mLogPrivate;
 
50
        inline const QString& privateLogDir() const { return mPrivateLogDir; }
 
51
        inline const QString& roomLogDir() const { return mRoomLogDir; }
50
52
        inline MuseekDriver* driver() const { return mDriver; }
51
53
        inline bool isConnected() const { return mConnected; }
52
54
        QPopupMenu *menutray;
66
68
        
67
69
        inline const QStringList& autoJoined() const { return mAutoJoin; }
68
70
        inline bool isAutoJoined(const QString& r) const { return mAutoJoin.find(r) != mAutoJoin.end(); }
69
 
        
 
71
        void output(const QString& message);
70
72
        inline const QStringList& joinedRooms() const { return mJoinedRooms; }
71
73
        inline bool isJoined(const QString& r) const { return mJoinedRooms.find(r) != mJoinedRooms.end(); }
72
74
        
73
75
        const QMap<QString, QString>& protocolHandlers() const { return mProtocolHandlers; }
74
 
        QString mColorBanned, mColorBuddied, mColorTime, mColorMe, mColorNickname, mColorTrusted, mColorRemote, mFontTime, mFontMessage, mIconTheme;
 
76
        QString mColorBanned, mColorBuddied, mColorTime, mColorMe, mColorNickname, mColorTrusted, mColorRemote, mFontTime, mFontMessage, mIconTheme, mPrivateLogDir, mRoomLogDir;
75
77
        bool isAway() const { return mAway; }
76
78
#ifdef HAVE_TRAYICON
77
79
        inline TrayIcon* trayicon() {return mTray;}
214
216
        void autoJoin(const QString&, bool);
215
217
        void roomTickers(const QString&, const NTickers&);
216
218
        void roomTickerSet(const QString&, const QString&, const QString&);
217
 
        void showAllTickers();
218
 
        void hideAllTickers();
 
219
        
219
220
        void privateMessage(uint, uint, const QString&, const QString&);
220
221
 
221
222
        // Interests & Recommendations