@@ -0,0 +1,28 | |||||
|
1 | macro.0 = "\\\\0" | |||
|
2 | macro.b = "\\\\b" | |||
|
3 | macro.n = "\\\\n" | |||
|
4 | macro.r = "\\\\r" | |||
|
5 | macro.i = "\\o" | |||
|
6 | macro.i11 = "\\o{1,1}" | |||
|
7 | macro.i12 = "\\o{1,2}" | |||
|
8 | macro.i13 = "\\o{1,3}" | |||
|
9 | macro.i14 = "\\o{1,4}" | |||
|
10 | macro.i15 = "\\o{1,5}" | |||
|
11 | macro.i16 = "\\o{1,6}" | |||
|
12 | macro.i17 = "\\o{1,7}" | |||
|
13 | macro.i18 = "\\o{1,8}" | |||
|
14 | macro.i19 = "\\o{1,9}" | |||
|
15 | macro.i21 = "\\o{2,1}" | |||
|
16 | macro.i31 = "\\o{3,1}" | |||
|
17 | macro.i41 = "\\o{4,1}" | |||
|
18 | macro.i51 = "\\o{5,1}" | |||
|
19 | macro.i61 = "\\o{6,1}" | |||
|
20 | macro.i71 = "\\o{7,1}" | |||
|
21 | macro.i81 = "\\o{8,1}" | |||
|
22 | macro.i91 = "\\o{9,1}" | |||
|
23 | macro.img = "\\image" | |||
|
24 | macro.endquote = "\\endquotation" | |||
|
25 | macro.relatesto = "\\relates" | |||
|
26 | ||||
|
27 | spurious = "Missing comma in .*" \ | |||
|
28 | "Missing pattern .*" |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
@@ -0,0 +1,37 | |||||
|
1 | macro.aacute.HTML = "á" | |||
|
2 | macro.Aring.HTML = "Å" | |||
|
3 | macro.aring.HTML = "å" | |||
|
4 | macro.Auml.HTML = "Ä" | |||
|
5 | macro.author = "\\bold{Author:}" | |||
|
6 | macro.br.HTML = "<br />" | |||
|
7 | macro.BR.HTML = "<br />" | |||
|
8 | macro.copyright.HTML = "©" | |||
|
9 | macro.eacute.HTML = "é" | |||
|
10 | macro.gui = "\\bold" | |||
|
11 | macro.hr.HTML = "<hr />" | |||
|
12 | macro.iacute.HTML = "í" | |||
|
13 | macro.key = "\\bold" | |||
|
14 | macro.menu = "\\bold" | |||
|
15 | macro.note = "\\bold{Note:}" | |||
|
16 | macro.oslash.HTML = "ø" | |||
|
17 | macro.ouml.HTML = "ö" | |||
|
18 | macro.QA = "\\e{Qt Assistant}" | |||
|
19 | macro.QD = "\\e{Qt Designer}" | |||
|
20 | macro.QL = "\\e{Qt Linguist}" | |||
|
21 | macro.QQV = "\\e{Qt QML Viewer}" | |||
|
22 | macro.param = "\\e" | |||
|
23 | macro.raisedaster.HTML = "<sup>*</sup>" | |||
|
24 | macro.rarrow.HTML = "→" | |||
|
25 | macro.reg.HTML = "<sup>®</sup>" | |||
|
26 | macro.return = "Returns" | |||
|
27 | macro.starslash = "\\c{*/}" | |||
|
28 | macro.begincomment = "\\c{/*}" | |||
|
29 | macro.endcomment = "\\c{*/}" | |||
|
30 | macro.uuml.HTML = "ü" | |||
|
31 | macro.mdash.HTML = "—" | |||
|
32 | ||||
|
33 | macro.beginfloatleft.HTML = "<div style=\"float: left; margin-right: 2em\">" | |||
|
34 | macro.beginfloatright.HTML = "<div style=\"float: right; margin-left: 2em\">" | |||
|
35 | macro.endfloat.HTML = "</div>" | |||
|
36 | macro.clearfloat.HTML = "<br style=\"clear: both\" />" | |||
|
37 | macro.emptyspan.HTML = "<span></span>" |
@@ -0,0 +1,34 | |||||
|
1 | # Define the location of the templates to use. Style sheets and scripts are | |||
|
2 | # specified relative to the template directory and will be copied into | |||
|
3 | # subdirectories of the output directory. | |||
|
4 | ||||
|
5 | HTML.templatedir = . | |||
|
6 | ||||
|
7 | HTML.stylesheets = style/offline.css | |||
|
8 | ||||
|
9 | HTML.scripts = | |||
|
10 | ||||
|
11 | # Files not referenced in any qdoc file, many needed by style sheets. | |||
|
12 | # These also need to be listed in qhp.Qt.extraFiles with the correct | |||
|
13 | # directory prefixes. | |||
|
14 | ||||
|
15 | extraimages.HTML = qt-logo.png \ | |||
|
16 | arrow_down.png \ | |||
|
17 | breadcrumb.png \ | |||
|
18 | bullet_gt.png \ | |||
|
19 | bullet_dn.png \ | |||
|
20 | bullet_sq.png \ | |||
|
21 | bullet_up.png \ | |||
|
22 | horBar.png \ | |||
|
23 | sprites-combined.png | |||
|
24 | ||||
|
25 | # Include the style sheets and scripts used. | |||
|
26 | ||||
|
27 | HTML.headerstyles = \ | |||
|
28 | " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n" | |||
|
29 | ||||
|
30 | HTML.headerscripts = | |||
|
31 | ||||
|
32 | HTML.endheader = \ | |||
|
33 | "</head>\n" \ | |||
|
34 | "<body>\n" |
@@ -0,0 +1,115 | |||||
|
1 | include(qt-html-online-styles.qdocconf) | |||
|
2 | ||||
|
3 | HTML.postheader = \ | |||
|
4 | " <div class=\"header\" id=\"qtdocheader\">\n" \ | |||
|
5 | " <div class=\"content\"> \n" \ | |||
|
6 | " <div id=\"nav-logo\">\n" \ | |||
|
7 | " <a href=\"index.html\">Home</a></div>\n" \ | |||
|
8 | " <a href=\"index.html\" class=\"qtref\"><span>QDoc Reference Documentation</span></a>\n" \ | |||
|
9 | " <div id=\"narrowsearch\"></div>\n" \ | |||
|
10 | " <div id=\"nav-topright\">\n" \ | |||
|
11 | " <ul>\n" \ | |||
|
12 | " <li class=\"nav-topright-home\"><a href=\"http://qt.nokia.com/\">Qt HOME</a></li>\n" \ | |||
|
13 | " <li class=\"nav-topright-dev\"><a href=\"http://developer.qt.nokia.com/\">DEV</a></li>\n" \ | |||
|
14 | " <li class=\"nav-topright-labs\"><a href=\"http://labs.qt.nokia.com/blogs/\">LABS</a></li>\n" \ | |||
|
15 | " <li class=\"nav-topright-doc nav-topright-doc-active\"><a href=\"http://doc.qt.nokia.com/\">\n" \ | |||
|
16 | " DOC</a></li>\n" \ | |||
|
17 | " <li class=\"nav-topright-blog\"><a href=\"http://blog.qt.nokia.com/\">BLOG</a></li>\n" \ | |||
|
18 | " </ul>\n" \ | |||
|
19 | " </div>\n" \ | |||
|
20 | " <div id=\"shortCut\">\n" \ | |||
|
21 | " <ul>\n" \ | |||
|
22 | " <li class=\"shortCut-topleft-inactive\"><span><a href=\"index.html\">Qt 4.7</a></span></li>\n" \ | |||
|
23 | " <li class=\"shortCut-topleft-active\"><a href=\"http://doc.qt.nokia.com\">ALL VERSIONS" \ | |||
|
24 | " </a></li>\n" \ | |||
|
25 | " </ul>\n" \ | |||
|
26 | " </div>\n" \ | |||
|
27 | " </div>\n" \ | |||
|
28 | " </div>\n" \ | |||
|
29 | " <div class=\"wrapper\">\n" \ | |||
|
30 | " <div class=\"hd\">\n" \ | |||
|
31 | " <span></span>\n" \ | |||
|
32 | " </div>\n" \ | |||
|
33 | " <div class=\"bd group\">\n" \ | |||
|
34 | " <div class=\"wrap\">\n" \ | |||
|
35 | " <div class=\"toolbar\">\n" \ | |||
|
36 | " <div class=\"breadcrumb toolblock\">\n" \ | |||
|
37 | " <ul>\n" \ | |||
|
38 | " <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \ | |||
|
39 | " <!-- Breadcrumbs go here -->\n" | |||
|
40 | ||||
|
41 | HTML.postpostheader = \ | |||
|
42 | " </ul>\n" \ | |||
|
43 | " </div>\n" \ | |||
|
44 | " <div class=\"toolbuttons toolblock\">\n" \ | |||
|
45 | " <ul>\n" \ | |||
|
46 | " <li id=\"smallA\" class=\"t_button\">A</li>\n" \ | |||
|
47 | " <li id=\"medA\" class=\"t_button active\">A</li>\n" \ | |||
|
48 | " <li id=\"bigA\" class=\"t_button\">A</li>\n" \ | |||
|
49 | " <li id=\"print\" class=\"t_button\"><a href=\"javascript:this.print();\">\n" \ | |||
|
50 | " <span>Print</span></a></li>\n" \ | |||
|
51 | " </ul>\n" \ | |||
|
52 | " </div>\n" \ | |||
|
53 | " </div>\n" \ | |||
|
54 | " <div class=\"content mainContent\">\n" | |||
|
55 | ||||
|
56 | HTML.footer = \ | |||
|
57 | " </div>\n" \ | |||
|
58 | " </div>\n" \ | |||
|
59 | " </div> \n" \ | |||
|
60 | " <div class=\"ft\">\n" \ | |||
|
61 | " <span></span>\n" \ | |||
|
62 | " </div>\n" \ | |||
|
63 | " </div> \n" \ | |||
|
64 | " <div class=\"footer\">\n" \ | |||
|
65 | " <p>\n" \ | |||
|
66 | " <acronym title=\"Copyright\">©</acronym> 2008-2011 Nokia Corporation and/or its\n" \ | |||
|
67 | " subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \ | |||
|
68 | " in Finland and/or other countries worldwide.</p>\n" \ | |||
|
69 | " <p>\n" \ | |||
|
70 | " All other trademarks are property of their respective owners. <a title=\"Privacy Policy\"\n" \ | |||
|
71 | " href=\"http://qt.nokia.com/about/privacy-policy\">Privacy Policy</a></p>\n" \ | |||
|
72 | " <br />\n" \ | |||
|
73 | " <p>\n" \ | |||
|
74 | " Licensees holding valid Qt Commercial licenses may use this document in accordance with the" \ | |||
|
75 | " Qt Commercial License Agreement provided with the Software or, alternatively, in accordance" \ | |||
|
76 | " with the terms contained in a written agreement between you and Nokia.</p>\n" \ | |||
|
77 | " <p>\n" \ | |||
|
78 | " Alternatively, this document may be used under the terms of the <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU\n" \ | |||
|
79 | " Free Documentation License version 1.3</a>\n" \ | |||
|
80 | " as published by the Free Software Foundation.</p>\n" \ | |||
|
81 | " </div>\n" | |||
|
82 | ||||
|
83 | ||||
|
84 | # Files not referenced in any qdoc file. | |||
|
85 | # See also extraimages.HTML | |||
|
86 | qhp.QDoc.extraFiles = index.html \ | |||
|
87 | images/bg_l.png \ | |||
|
88 | images/bg_l_blank.png \ | |||
|
89 | images/bg_ll_blank.png \ | |||
|
90 | images/bg_ul_blank.png \ | |||
|
91 | images/header_bg.png \ | |||
|
92 | images/bg_r.png \ | |||
|
93 | images/box_bg.png \ | |||
|
94 | images/breadcrumb.png \ | |||
|
95 | images/bullet_gt.png \ | |||
|
96 | images/bullet_dn.png \ | |||
|
97 | images/bullet_sq.png \ | |||
|
98 | images/bullet_up.png \ | |||
|
99 | images/arrow_down.png \ | |||
|
100 | images/feedbackground.png \ | |||
|
101 | images/horBar.png \ | |||
|
102 | images/page.png \ | |||
|
103 | images/page_bg.png \ | |||
|
104 | images/sprites-combined.png \ | |||
|
105 | images/spinner.gif \ | |||
|
106 | scripts/functions.js \ | |||
|
107 | scripts/jquery.js \ | |||
|
108 | scripts/narrow.js \ | |||
|
109 | scripts/superfish.js \ | |||
|
110 | style/narrow.css \ | |||
|
111 | style/superfish.css \ | |||
|
112 | style/style_ie6.css \ | |||
|
113 | style/style_ie7.css \ | |||
|
114 | style/style_ie8.css \ | |||
|
115 | style/style.css |
@@ -0,0 +1,54 | |||||
|
1 | include(qt-html-default-styles.qdocconf) | |||
|
2 | ||||
|
3 | HTML.postheader = \ | |||
|
4 | "<div class=\"header\" id=\"qtdocheader\">\n" \ | |||
|
5 | " <div class=\"content\"> \n" \ | |||
|
6 | " <a href=\"index.html\" class=\"qtref\"><span>Qt Reference Documentation</span></a>\n" \ | |||
|
7 | " </div>\n" \ | |||
|
8 | " <div class=\"breadcrumb toolblock\">\n" \ | |||
|
9 | " <ul>\n" \ | |||
|
10 | " <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \ | |||
|
11 | " <!-- Breadcrumbs go here -->\n" | |||
|
12 | ||||
|
13 | HTML.postpostheader = \ | |||
|
14 | " </ul>\n" \ | |||
|
15 | " </div>\n" \ | |||
|
16 | "</div>\n" \ | |||
|
17 | "<div class=\"content mainContent\">\n" | |||
|
18 | ||||
|
19 | HTML.footer = \ | |||
|
20 | " <div class=\"ft\">\n" \ | |||
|
21 | " <span></span>\n" \ | |||
|
22 | " </div>\n" \ | |||
|
23 | "</div> \n" \ | |||
|
24 | "<div class=\"footer\">\n" \ | |||
|
25 | " <p>\n" \ | |||
|
26 | " <acronym title=\"Copyright\">©</acronym> 2008-2011 Nokia Corporation and/or its\n" \ | |||
|
27 | " subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \ | |||
|
28 | " in Finland and/or other countries worldwide.</p>\n" \ | |||
|
29 | " <p>\n" \ | |||
|
30 | " All other trademarks are property of their respective owners. <a title=\"Privacy Policy\"\n" \ | |||
|
31 | " href=\"http://qt.nokia.com/about/privacy-policy\">Privacy Policy</a></p>\n" \ | |||
|
32 | " <br />\n" \ | |||
|
33 | " <p>\n" \ | |||
|
34 | " Licensees holding valid Qt Commercial licenses may use this document in accordance with the" \ | |||
|
35 | " Qt Commercial License Agreement provided with the Software or, alternatively, in accordance" \ | |||
|
36 | " with the terms contained in a written agreement between you and Nokia.</p>\n" \ | |||
|
37 | " <p>\n" \ | |||
|
38 | " Alternatively, this document may be used under the terms of the <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU\n" \ | |||
|
39 | " Free Documentation License version 1.3</a>\n" \ | |||
|
40 | " as published by the Free Software Foundation.</p>\n" \ | |||
|
41 | "</div>\n" \ | |||
|
42 | ||||
|
43 | # Files not referenced in any qdoc file. | |||
|
44 | # See also extraimages.HTML | |||
|
45 | qhp.QDoc.extraFiles = index.html \ | |||
|
46 | images/arrow_down.png \ | |||
|
47 | images/breadcrumb.png \ | |||
|
48 | images/bullet_gt.png \ | |||
|
49 | images/bullet_dn.png \ | |||
|
50 | images/bullet_sq.png \ | |||
|
51 | images/bullet_up.png \ | |||
|
52 | images/horBar.png \ | |||
|
53 | images/sprites-combined.png \ | |||
|
54 | style/offline.css |
@@ -1,12 +1,13 | |||||
1 |
|
|
1 | include(compat.qdocconf) | |
2 |
|
|
2 | include(macros.qdocconf) | |
3 | #include(C:/Qt/QtCommercialSdk/src/qt/480/tools/qdoc3/doc/files/qt.qdocconf) |
|
3 | include(qt-html-templates.qdocconf) | |
4 |
|
4 | |||
5 | project = QtCommercialCharts |
|
5 | project = QtCommercialCharts | |
6 | description = Library for creating charts |
|
6 | description = Library for creating charts | |
7 |
|
7 | |||
8 | sourcedirs = ../src \ |
|
8 | sourcedirs = ../src \ | |
9 | ../example |
|
9 | ../example \ | |
|
10 | ./src | |||
10 | headerdirs = ../src \ |
|
11 | headerdirs = ../src \ | |
11 | ../example |
|
12 | ../example | |
12 | exampledirs = ../src \ |
|
13 | exampledirs = ../src \ | |
@@ -14,15 +15,18 exampledirs = ../src \ | |||||
14 |
|
15 | |||
15 | HTML.templatedir = . |
|
16 | HTML.templatedir = . | |
16 |
HTML.stylesheets |
|
17 | HTML.stylesheets = style/offline.css | |
17 | HTML.headerstyles = \ |
|
18 | HTML.headerstyles= "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n" | |
18 | " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n" |
|
19 | HTML.nobreadcrumbs = true | |
|
20 | ||||
19 | sources.fileextensions = *.cpp *.qdoc *.mm *.qml |
|
21 | sources.fileextensions = *.cpp *.qdoc *.mm *.qml | |
20 | headers.fileextensions = *.h *.ch *.h++ *.hh *.hpp *.hxx |
|
22 | headers.fileextensions = *.h *.ch *.h++ *.hh *.hpp *.hxx | |
21 | examples.fileextensions = *.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml |
|
23 | examples.fileextensions = *.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml | |
22 | examples.imageextensions = *.png *.jpeg *.jpg *.gif *.mng |
|
24 | examples.imageextensions = *.png *.jpeg *.jpg *.gif *.mng | |
|
25 | ||||
23 | imagedirs = ./images |
|
26 | imagedirs = ./images | |
24 | outputdir = ./html |
|
27 | outputdir = ./html | |
25 |
|
28 | |||
|
29 | ||||
26 | Cpp.ignoretokens = QTCOMMERCIALCHART_EXPORT \ |
|
30 | Cpp.ignoretokens = QTCOMMERCIALCHART_EXPORT \ | |
27 | QTCOMMERCIALCHART_END_NAMESPACE \ |
|
31 | QTCOMMERCIALCHART_END_NAMESPACE \ | |
28 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
|
32 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
@@ -1,7 +1,7 | |||||
1 | /*! |
|
1 | /*! | |
2 | \page qtcommercialcharts-all-modules.html |
|
2 | \page index.html | |
3 |
\title All |
|
3 | \title All Classes | |
4 |
\keyword All |
|
4 | \keyword All Classes | |
5 |
|
5 | |||
6 | \raw HTML |
|
6 | \raw HTML | |
7 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> |
|
7 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> |
General Comments 0
You need to be logged in to leave comments.
Login now