~neon/pykde4/master

« back to all changes in this revision

Viewing changes to sip/kdeprint/kmtimer.sip

  • Committer: Simon Edwards
  • Date: 2007-09-02 19:43:19 UTC
  • Revision ID: git-v1:6b8df0c7009f6b218f54589a9bc313cd8c4f82b9

Initial drop of PyKDE4 - Python bindings for the KDE API. See the README file
for more info about the current state of PyKDE4.


svn path=/trunk/KDE/kdebindings/python/pykde4/; revision=707731

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
//     Copyright 2007 Jim Bublitz <jbublitz@nwinternet.com>
 
3
//     Earlier copyrights 1998 - 2006 Jim Bublitz and/or Phil Thompson
 
4
//     may also apply
 
5
 
 
6
 
 
7
//                 Generated by preSip
 
8
//            module kdeprint  version KDE 3.92.0
 
9
 
 
10
 
 
11
// This software is free software; you can redistribute it and/or
 
12
// modify it under the terms of the GNU General Public License as
 
13
// published by the Free Software Foundation; either version 2 of
 
14
// the License, or (at your option) any later version.
 
15
//
 
16
// This software is distributed in the hope that it will be useful,
 
17
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
19
// GNU General Public License for more details.
 
20
//
 
21
// You should have received a copy of the GNU General Public
 
22
// License along with this library; see the file COPYING.
 
23
// If not, write to the Free Software Foundation, Inc.,
 
24
// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
25
 
 
26
 
 
27
class KMTimer : QTimer
 
28
{
 
29
%TypeHeaderCode
 
30
#include <kmtimer.h>
 
31
%End
 
32
 
 
33
 
 
34
public:
 
35
//ig     void                 delay (int);
 
36
 
 
37
public slots:
 
38
//ig     void                 hold ();
 
39
    void                 release ();
 
40
    void                 release (bool);
 
41
//ig     static KMTimer*      self ();
 
42
 
 
43
private:
 
44
                         KMTimer (QObject* /TransferThis/ = 0, const char* = 0);
 
45
 
 
46
};  // class KMTimer
 
47