~ubuntu-branches/ubuntu/vivid/smb4k/vivid

« back to all changes in this revision

Viewing changes to core/smb4ksolidinterface_p.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-06-15 16:27:38 UTC
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20140615162738-t1426an8s5beix1b
Tags: upstream-1.1.2
ImportĀ upstreamĀ versionĀ 1.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
    smb4ksolidinterface_p  -  This class includes private helper classes
 
3
    for the Smb4KSolidInterface class
 
4
                             -------------------
 
5
    begin                : So Jun 30 2013
 
6
    copyright            : (C) 2013 by Alexander Reinholdt
 
7
    email                : alexander.reinholdt@kdemail.net
 
8
 ***************************************************************************/
 
9
 
 
10
/***************************************************************************
 
11
 *   This program is free software; you can redistribute it and/or modify  *
 
12
 *   it under the terms of the GNU General Public License as published by  *
 
13
 *   the Free Software Foundation; either version 2 of the License, or     *
 
14
 *   (at your option) any later version.                                   *
 
15
 *                                                                         *
 
16
 *   This program is distributed in the hope that it will be useful, but   *
 
17
 *   WITHOUT ANY WARRANTY; without even the implied warranty of            *
 
18
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU     *
 
19
 *   General Public License for more details.                              *
 
20
 *                                                                         *
 
21
 *   You should have received a copy of the GNU General Public License     *
 
22
 *   along with this program; if not, write to the                         *
 
23
 *   Free Software Foundation, Inc., 51 Franklin Street, Suite 500, Boston,*
 
24
 *   MA 02110-1335, USA                                                    *
 
25
 ***************************************************************************/
 
26
 
 
27
#ifndef SMB4KSOLIDINTERFACE_P_H
 
28
#define SMB4KSOLIDINTERFACE_P_H
 
29
 
 
30
class Smb4KSolidInterfacePrivate
 
31
{
 
32
  public:
 
33
    Smb4KSolidInterface::ButtonType buttonPressed;
 
34
    Smb4KSolidInterface::ConnectionStatus networkStatus;
 
35
};
 
36
 
 
37
 
 
38
class Smb4KSolidInterfaceStatic
 
39
{
 
40
  public:
 
41
    Smb4KSolidInterface instance;
 
42
};
 
43
 
 
44
#endif