File: qtsingleapplication.index

package info (click to toggle)
musescore 1.3%2Bdfsg1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 148,004 kB
  • ctags: 30,854
  • sloc: cpp: 372,716; xml: 148,276; ansic: 6,156; python: 2,202; perl: 710; sh: 505; makefile: 227
file content (112 lines) | stat: -rw-r--r-- 17,435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="" title="Qt Solutions: Single Application Documentation" version="">
    <namespace access="public" threadsafety="unspecified" status="commendable" name="" href="" location="" module="">
        <class access="public" threadsafety="unspecified" status="commendable" name="QtLockedFile" href="qtlockedfile.html" location="qtlockedfile.h" bases="QFile" module="">
            <enum access="public" threadsafety="unspecified" status="commendable" name="LockMode" fullname="QtLockedFile::LockMode" href="qtlockedfile.html#LockMode-enum" location="qtlockedfile.h">
                <value name="NoLock" value="0"></value>
                <value name="ReadLock" value="1"></value>
                <value name="WriteLock" value="2"></value>
            </enum>
            <function access="public" threadsafety="unspecified" status="commendable" name="QtLockedFile" fullname="QtLockedFile::QtLockedFile" href="qtlockedfile.html#QtLockedFile" location="qtlockedfile.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtLockedFile()"></function>
            <function access="public" threadsafety="unspecified" status="commendable" name="QtLockedFile" fullname="QtLockedFile::QtLockedFile" href="qtlockedfile.html#QtLockedFile-2" location="qtlockedfile.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QtLockedFile(const QString &amp; name)">
                <parameter left="const QString &amp;" right="" name="name" default=""></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="~QtLockedFile" fullname="QtLockedFile::~QtLockedFile" href="qtlockedfile.html#dtor.QtLockedFile" location="qtlockedfile_win.cpp" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtLockedFile()"></function>
            <function access="public" threadsafety="unspecified" status="commendable" name="open" fullname="QtLockedFile::open" href="qtlockedfile.html#open" location="qtlockedfile.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="open(OpenMode mode)">
                <parameter left="OpenMode" right="" name="mode" default=""></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="lock" fullname="QtLockedFile::lock" href="qtlockedfile.html#lock" location="qtlockedfile_win.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="lock(LockMode mode, bool block)">
                <parameter left="LockMode" right="" name="mode" default=""></parameter>
                <parameter left="bool" right="" name="block" default="true"></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="unlock" fullname="QtLockedFile::unlock" href="qtlockedfile.html#unlock" location="qtlockedfile_win.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="unlock()"></function>
            <function access="public" threadsafety="unspecified" status="commendable" name="isLocked" fullname="QtLockedFile::isLocked" href="qtlockedfile.html#isLocked" location="qtlockedfile.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isLocked() const"></function>
            <function access="public" threadsafety="unspecified" status="commendable" name="lockMode" fullname="QtLockedFile::lockMode" href="qtlockedfile.html#lockMode" location="qtlockedfile.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="LockMode" signature="lockMode() const"></function>
        </class>
        <class access="public" threadsafety="unspecified" status="commendable" name="QtSingleApplication" href="qtsingleapplication.html" location="qtsingleapplication.h" bases="QApplication" module="">
            <function access="public" threadsafety="unspecified" status="commendable" name="QtSingleApplication" fullname="QtSingleApplication::QtSingleApplication" href="qtsingleapplication.html#QtSingleApplication" location="qtsingleapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtSingleApplication(int &amp; argc, char ** argv, bool GUIenabled)">
                <parameter left="int &amp;" right="" name="argc" default=""></parameter>
                <parameter left="char **" right="" name="argv" default=""></parameter>
                <parameter left="bool" right="" name="GUIenabled" default="true"></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="QtSingleApplication" fullname="QtSingleApplication::QtSingleApplication" href="qtsingleapplication.html#QtSingleApplication-2" location="qtsingleapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QtSingleApplication(const QString &amp; appId, int &amp; argc, char ** argv)">
                <parameter left="const QString &amp;" right="" name="appId" default=""></parameter>
                <parameter left="int &amp;" right="" name="argc" default=""></parameter>
                <parameter left="char **" right="" name="argv" default=""></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="QtSingleApplication" fullname="QtSingleApplication::QtSingleApplication" href="qtsingleapplication.html#QtSingleApplication-3" location="qtsingleapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="3" type="" signature="QtSingleApplication(int &amp; argc, char ** argv, Type type)">
                <parameter left="int &amp;" right="" name="argc" default=""></parameter>
                <parameter left="char **" right="" name="argv" default=""></parameter>
                <parameter left="Type" right="" name="type" default=""></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="QtSingleApplication" fullname="QtSingleApplication::QtSingleApplication" href="qtsingleapplication.html#QtSingleApplication-4" location="qtsingleapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="4" type="" signature="QtSingleApplication(Display * dpy, Qt::HANDLE visual, Qt::HANDLE cmap)">
                <parameter left="Display *" right="" name="dpy" default=""></parameter>
                <parameter left="Qt::HANDLE" right="" name="visual" default="0"></parameter>
                <parameter left="Qt::HANDLE" right="" name="cmap" default="0"></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="QtSingleApplication" fullname="QtSingleApplication::QtSingleApplication" href="qtsingleapplication.html#QtSingleApplication-5" location="qtsingleapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="5" type="" signature="QtSingleApplication(Display * dpy, int &amp; argc, char ** argv, Qt::HANDLE visual, Qt::HANDLE cmap)">
                <parameter left="Display *" right="" name="dpy" default=""></parameter>
                <parameter left="int &amp;" right="" name="argc" default=""></parameter>
                <parameter left="char **" right="" name="argv" default=""></parameter>
                <parameter left="Qt::HANDLE" right="" name="visual" default="0"></parameter>
                <parameter left="Qt::HANDLE" right="" name="cmap" default="0"></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="QtSingleApplication" fullname="QtSingleApplication::QtSingleApplication" href="qtsingleapplication.html#QtSingleApplication-6" location="qtsingleapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="6" type="" signature="QtSingleApplication(Display * dpy, const QString &amp; appId, int argc, char ** argv, Qt::HANDLE visual, Qt::HANDLE cmap)">
                <parameter left="Display *" right="" name="dpy" default=""></parameter>
                <parameter left="const QString &amp;" right="" name="appId" default=""></parameter>
                <parameter left="int" right="" name="argc" default=""></parameter>
                <parameter left="char **" right="" name="argv" default=""></parameter>
                <parameter left="Qt::HANDLE" right="" name="visual" default="0"></parameter>
                <parameter left="Qt::HANDLE" right="" name="cmap" default="0"></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="isRunning" fullname="QtSingleApplication::isRunning" href="qtsingleapplication.html#isRunning" location="qtsingleapplication.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="isRunning()"></function>
            <function access="public" threadsafety="unspecified" status="commendable" name="id" fullname="QtSingleApplication::id" href="qtsingleapplication.html#id" location="qtsingleapplication.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="id() const"></function>
            <function access="public" threadsafety="unspecified" status="commendable" name="setActivationWindow" fullname="QtSingleApplication::setActivationWindow" href="qtsingleapplication.html#setActivationWindow" location="qtsingleapplication.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setActivationWindow(QWidget * aw, bool activateOnMessage)">
                <parameter left="QWidget *" right="" name="aw" default=""></parameter>
                <parameter left="bool" right="" name="activateOnMessage" default="true"></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="activationWindow" fullname="QtSingleApplication::activationWindow" href="qtsingleapplication.html#activationWindow" location="qtsingleapplication.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QWidget *" signature="activationWindow() const"></function>
            <function access="public" threadsafety="unspecified" status="obsolete" name="initialize" fullname="QtSingleApplication::initialize" href="qtsingleapplication-obsolete.html#initialize" location="qtsingleapplication.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="initialize(bool dummy)">
                <parameter left="bool" right="" name="dummy" default="true"></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="sendMessage" fullname="QtSingleApplication::sendMessage" href="qtsingleapplication.html#sendMessage" location="qtsingleapplication.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="sendMessage(const QString &amp; message, int timeout)">
                <parameter left="const QString &amp;" right="" name="message" default=""></parameter>
                <parameter left="int" right="" name="timeout" default="5000"></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="activateWindow" fullname="QtSingleApplication::activateWindow" href="qtsingleapplication.html#activateWindow" location="qtsingleapplication.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="activateWindow()"></function>
            <function access="public" threadsafety="unspecified" status="commendable" name="messageReceived" fullname="QtSingleApplication::messageReceived" href="qtsingleapplication.html#messageReceived" location="qtsingleapplication.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="messageReceived(const QString &amp; message)">
                <parameter left="const QString &amp;" right="" name="message" default=""></parameter>
            </function>
        </class>
        <class access="public" threadsafety="unspecified" status="commendable" name="QtSingleCoreApplication" href="qtsinglecoreapplication.html" location="qtsinglecoreapplication.h" bases="QCoreApplication" module="">
            <function access="public" threadsafety="unspecified" status="commendable" name="QtSingleCoreApplication" fullname="QtSingleCoreApplication::QtSingleCoreApplication" href="qtsinglecoreapplication.html#QtSingleCoreApplication" location="qtsinglecoreapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtSingleCoreApplication(int &amp; argc, char ** argv)">
                <parameter left="int &amp;" right="" name="argc" default=""></parameter>
                <parameter left="char **" right="" name="argv" default=""></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="QtSingleCoreApplication" fullname="QtSingleCoreApplication::QtSingleCoreApplication" href="qtsinglecoreapplication.html#QtSingleCoreApplication-2" location="qtsinglecoreapplication.h" virtual="non" meta="constructor" const="false" static="false" overload="true" overload-number="2" type="" signature="QtSingleCoreApplication(const QString &amp; appId, int &amp; argc, char ** argv)">
                <parameter left="const QString &amp;" right="" name="appId" default=""></parameter>
                <parameter left="int &amp;" right="" name="argc" default=""></parameter>
                <parameter left="char **" right="" name="argv" default=""></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="isRunning" fullname="QtSingleCoreApplication::isRunning" href="qtsinglecoreapplication.html#isRunning" location="qtsinglecoreapplication.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="bool" signature="isRunning()"></function>
            <function access="public" threadsafety="unspecified" status="commendable" name="id" fullname="QtSingleCoreApplication::id" href="qtsinglecoreapplication.html#id" location="qtsinglecoreapplication.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="id() const"></function>
            <function access="public" threadsafety="unspecified" status="commendable" name="sendMessage" fullname="QtSingleCoreApplication::sendMessage" href="qtsinglecoreapplication.html#sendMessage" location="qtsinglecoreapplication.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" signature="sendMessage(const QString &amp; message, int timeout)">
                <parameter left="const QString &amp;" right="" name="message" default=""></parameter>
                <parameter left="int" right="" name="timeout" default="5000"></parameter>
            </function>
            <function access="public" threadsafety="unspecified" status="commendable" name="messageReceived" fullname="QtSingleCoreApplication::messageReceived" href="qtsinglecoreapplication.html#messageReceived" location="qtsinglecoreapplication.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="messageReceived(const QString &amp; message)">
                <parameter left="const QString &amp;" right="" name="message" default=""></parameter>
            </function>
        </class>
        <page access="public" status="commendable" name="qtsinglecoreapplication-example-console.html" href="qtsinglecoreapplication-example-console.html" subtype="page" title="A non-GUI example" fulltitle="A non-GUI example" subtitle="" location="console.qdoc"></page>
        <page access="public" status="commendable" name="qtsingleapplication-example-loader.html" href="qtsingleapplication-example-loader.html" subtype="page" title="Loading Documents" fulltitle="Loading Documents" subtitle="" location="loader.qdoc"></page>
        <page access="public" status="commendable" name="qtsingleapplication-example-trivial.html" href="qtsingleapplication-example-trivial.html" subtype="page" title="A Trivial Example" fulltitle="A Trivial Example" subtitle="" location="trivial.qdoc"></page>
        <page access="public" status="commendable" name="index.html" href="index.html" subtype="page" title="Single Application" fulltitle="Single Application" subtitle="" location="index.qdoc">
            <contents name="description" title="Description" level="1"></contents>
            <contents name="classes" title="Classes" level="1"></contents>
            <contents name="examples" title="Examples" level="1"></contents>
            <contents name="tested-platforms" title="Tested platforms" level="1"></contents>
        </page>
    </namespace>
</INDEX>