/[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 2582 by capela, Fri May 30 20:58:26 2014 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-2014, 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  signals:  protected:
   
         void visibilityChanged(bool bVisible);  
   
 protected slots:  
78    
79          // Message executives.          // Message executives.
80          void appendMessagesLine(const QString& s);          void appendMessagesLine(const QString& s);
81          void appendMessagesLog(const QString& s);          void appendMessagesLog(const QString& s);
82    
83          // overridden method of QWidget  protected slots:
         void showEvent(QShowEvent *pEvent);  
84    
85          // Stdout capture slot.          // Stdout capture slot.
86          void stdoutNotify(int fd);          void stdoutNotify(int fd);

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

  ViewVC Help
Powered by ViewVC