/[svn]/qsampler/trunk/src/qsamplerMessages.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMessages.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1738 by capela, Wed May 14 15:24:22 2008 UTC revision 2441 by capela, Wed Apr 10 09:11:37 2013 UTC
# Line 1  Line 1 
1  // qsamplerMessages.h  // qsamplerMessages.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2008, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2013, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 74  public: Line 74  public:
74          // History reset.          // History reset.
75          void clear();          void clear();
76    
77    #if QT_VERSION < 0x040300
78  signals:  signals:
79    
80          void visibilityChanged(bool bVisible);          void visibilityChanged(bool bVisible);
81    
82  protected slots:  #endif
83    
84    protected:
85    
86          // Message executives.          // Message executives.
87          void appendMessagesLine(const QString& s);          void appendMessagesLine(const QString& s);
88          void appendMessagesLog(const QString& s);          void appendMessagesLog(const QString& s);
89    
90          // overridden method of QWidget  #if QT_VERSION < 0x040300
91    
92            // Overridden method of QWidget
93          void showEvent(QShowEvent *pEvent);          void showEvent(QShowEvent *pEvent);
94    
95    #endif
96    
97    protected slots:
98    
99          // Stdout capture slot.          // Stdout capture slot.
100          void stdoutNotify(int fd);          void stdoutNotify(int fd);
101    

Legend:
Removed from v.1738  
changed lines
  Added in v.2441

  ViewVC Help
Powered by ViewVC