From 126022d63d118d41c4c94abcf4dd42679df5e1c3 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Thu, 31 Jul 2014 19:22:56 +0400 Subject: [PATCH] update dev docs --- devs/reportabug/annotated.html | 4 +- .../class_github_module-members.html | 4 +- devs/reportabug/class_github_module.html | 4 +- .../class_gitreport_module-members.html | 4 +- devs/reportabug/class_gitreport_module.html | 4 +- devs/reportabug/class_reportabug-members.html | 11 +- devs/reportabug/class_reportabug.html | 208 ++++++++++++- devs/reportabug/class_reportabug.png | Bin 472 -> 628 bytes devs/reportabug/classes.html | 4 +- devs/reportabug/config_8h.html | 276 ++++++++++++++++++ devs/reportabug/config_8h_source.html | 175 +++++++++++ .../dir_08d237fc27d4ecd563f71c5d52f2fecc.html | 9 +- .../dir_370a05bc919a3b485116f307abacd69c.html | 8 +- devs/reportabug/files.html | 13 +- devs/reportabug/functions.html | 4 +- devs/reportabug/functions_func.html | 4 +- devs/reportabug/functions_vars.html | 4 +- devs/reportabug/githubmodule_8h.html | 5 +- devs/reportabug/githubmodule_8h_source.html | 7 +- devs/reportabug/gitreportmodule_8h.html | 5 +- .../reportabug/gitreportmodule_8h_source.html | 7 +- devs/reportabug/globals.html | 135 +++++++++ devs/reportabug/globals_defs.html | 135 +++++++++ devs/reportabug/hierarchy.html | 11 +- devs/reportabug/index.html | 4 +- devs/reportabug/namespace_ui.html | 4 +- devs/reportabug/reportabug_8h.html | 12 +- devs/reportabug/reportabug_8h_source.html | 92 +++--- devs/reportabug/search/all_0.js | 3 +- devs/reportabug/search/all_1.js | 5 +- devs/reportabug/search/all_2.js | 8 +- devs/reportabug/search/all_3.js | 6 +- devs/reportabug/search/all_4.js | 3 +- devs/reportabug/search/all_5.js | 3 +- devs/reportabug/search/all_6.js | 5 +- devs/reportabug/search/all_7.html | 26 ++ devs/reportabug/search/all_7.js | 9 + devs/reportabug/search/all_8.html | 26 ++ devs/reportabug/search/all_8.js | 8 + devs/reportabug/search/all_9.html | 26 ++ devs/reportabug/search/all_9.js | 5 + devs/reportabug/search/all_a.html | 26 ++ devs/reportabug/search/all_a.js | 4 + devs/reportabug/search/all_b.html | 26 ++ devs/reportabug/search/all_b.js | 6 + devs/reportabug/search/defines_0.html | 26 ++ devs/reportabug/search/defines_0.js | 4 + devs/reportabug/search/defines_1.html | 26 ++ devs/reportabug/search/defines_1.js | 5 + devs/reportabug/search/defines_2.html | 26 ++ devs/reportabug/search/defines_2.js | 4 + devs/reportabug/search/defines_3.html | 26 ++ devs/reportabug/search/defines_3.js | 4 + devs/reportabug/search/defines_4.html | 26 ++ devs/reportabug/search/defines_4.js | 5 + devs/reportabug/search/defines_5.html | 26 ++ devs/reportabug/search/defines_5.js | 8 + devs/reportabug/search/files_0.js | 3 +- devs/reportabug/search/files_1.js | 3 +- devs/reportabug/search/files_2.html | 26 ++ devs/reportabug/search/files_2.js | 4 + devs/reportabug/search/files_3.html | 26 ++ devs/reportabug/search/files_3.js | 4 + devs/reportabug/search/functions_0.js | 2 +- devs/reportabug/search/functions_2.js | 2 +- devs/reportabug/search/functions_3.js | 6 +- devs/reportabug/search/functions_4.js | 2 +- devs/reportabug/search/functions_5.js | 2 +- devs/reportabug/search/search.js | 10 +- devs/reportabug/src_2reportabug_8h.html | 116 ++++++++ .../reportabug/src_2reportabug_8h_source.html | 173 +++++++++++ 71 files changed, 1778 insertions(+), 135 deletions(-) create mode 100644 devs/reportabug/config_8h.html create mode 100644 devs/reportabug/config_8h_source.html create mode 100644 devs/reportabug/globals.html create mode 100644 devs/reportabug/globals_defs.html create mode 100644 devs/reportabug/search/all_7.html create mode 100644 devs/reportabug/search/all_7.js create mode 100644 devs/reportabug/search/all_8.html create mode 100644 devs/reportabug/search/all_8.js create mode 100644 devs/reportabug/search/all_9.html create mode 100644 devs/reportabug/search/all_9.js create mode 100644 devs/reportabug/search/all_a.html create mode 100644 devs/reportabug/search/all_a.js create mode 100644 devs/reportabug/search/all_b.html create mode 100644 devs/reportabug/search/all_b.js create mode 100644 devs/reportabug/search/defines_0.html create mode 100644 devs/reportabug/search/defines_0.js create mode 100644 devs/reportabug/search/defines_1.html create mode 100644 devs/reportabug/search/defines_1.js create mode 100644 devs/reportabug/search/defines_2.html create mode 100644 devs/reportabug/search/defines_2.js create mode 100644 devs/reportabug/search/defines_3.html create mode 100644 devs/reportabug/search/defines_3.js create mode 100644 devs/reportabug/search/defines_4.html create mode 100644 devs/reportabug/search/defines_4.js create mode 100644 devs/reportabug/search/defines_5.html create mode 100644 devs/reportabug/search/defines_5.js create mode 100644 devs/reportabug/search/files_2.html create mode 100644 devs/reportabug/search/files_2.js create mode 100644 devs/reportabug/search/files_3.html create mode 100644 devs/reportabug/search/files_3.js create mode 100644 devs/reportabug/src_2reportabug_8h.html create mode 100644 devs/reportabug/src_2reportabug_8h_source.html diff --git a/devs/reportabug/annotated.html b/devs/reportabug/annotated.html index 26e0453..2866dcc 100644 --- a/devs/reportabug/annotated.html +++ b/devs/reportabug/annotated.html @@ -72,7 +72,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Classes Namespaces Files Functions Variables + All Classes Namespaces Files Functions Variables Macros
@@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/class_github_module-members.html b/devs/reportabug/class_github_module-members.html index 85d608e..393bf89 100644 --- a/devs/reportabug/class_github_module-members.html +++ b/devs/reportabug/class_github_module-members.html @@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Classes Namespaces Files Functions Variables + All Classes Namespaces Files Functions Variables Macros
@@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/class_github_module.html b/devs/reportabug/class_github_module.html index fc6b72a..1799f9a 100644 --- a/devs/reportabug/class_github_module.html +++ b/devs/reportabug/class_github_module.html @@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Classes Namespaces Files Functions Variables + All Classes Namespaces Files Functions Variables Macros
@@ -224,7 +224,7 @@ Public Member Functions
diff --git a/devs/reportabug/class_gitreport_module-members.html b/devs/reportabug/class_gitreport_module-members.html index b7f7662..639de6a 100644 --- a/devs/reportabug/class_gitreport_module-members.html +++ b/devs/reportabug/class_gitreport_module-members.html @@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Classes Namespaces Files Functions Variables + All Classes Namespaces Files Functions Variables Macros
@@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/class_gitreport_module.html b/devs/reportabug/class_gitreport_module.html index 6abe55a..7b14610 100644 --- a/devs/reportabug/class_gitreport_module.html +++ b/devs/reportabug/class_gitreport_module.html @@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Classes Namespaces Files Functions Variables + All Classes Namespaces Files Functions Variables Macros
@@ -243,7 +243,7 @@ Public Attributes
diff --git a/devs/reportabug/class_reportabug-members.html b/devs/reportabug/class_reportabug-members.html index 3ab6a37..70b2290 100644 --- a/devs/reportabug/class_reportabug-members.html +++ b/devs/reportabug/class_reportabug-members.html @@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Classes Namespaces Files Functions Variables + All Classes Namespaces Files Functions Variables Macros
@@ -90,16 +90,23 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

This is the complete list of members for Reportabug, including all inherited members.

+ + + + + + +
externalUpdateTab()Reportabug
externalUpdateTab()Reportabug
Reportabug(QWidget *parent=0, bool debugCmd=false)Reportabugexplicit
Reportabug(QWidget *parent=0, bool debugCmd=false)Reportabugexplicit
sendReport()Reportabugslot
sendReport()Reportabugslot
setCaptchaImage(QPixmap captcha)Reportabug
setCaptchaImage(QPixmap captcha)Reportabug
showWindow()Reportabugslot
showWindow()Reportabugslot
updateTabs(const int index)Reportabugslot
updateTabs(const int index)Reportabugslot
~Reportabug()Reportabug
~Reportabug()Reportabug
diff --git a/devs/reportabug/class_reportabug.html b/devs/reportabug/class_reportabug.html index 100135d..3f048b2 100644 --- a/devs/reportabug/class_reportabug.html +++ b/devs/reportabug/class_reportabug.html @@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Classes Namespaces Files Functions Variables + All Classes Namespaces Files Functions Variables Macros
@@ -113,6 +113,15 @@ Public Slots void updateTabs (const int index)  method which updates text More...
  +void sendReport () + method which creates an issue More...
+  +void showWindow () + method which updates text and shows window More...
+  +void updateTabs (const int index) + method which updates text More...
+  @@ -128,6 +137,18 @@ Public Member Functions + + + + + + + + + + + +

Public Member Functions

void setCaptchaImage (QPixmap captcha)
 method which sets captcha image More...
 
 Reportabug (QWidget *parent=0, bool debugCmd=false)
 Reportabug class constructor. More...
 
 ~Reportabug ()
 Reportabug class destructor. More...
 
void externalUpdateTab ()
 method which is used for update tabs from external classes More...
 
void setCaptchaImage (QPixmap captcha)
 method which sets captcha image More...
 

Detailed Description

The Reportabug class is a main class of the application.

@@ -190,6 +211,66 @@ Public Member Functions

Reportabug class destructor.

+
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
Reportabug::Reportabug (QWidget * parent = 0,
bool debugCmd = false 
)
+
+explicit
+
+ +

Reportabug class constructor.

+
Parameters
+ + + +
parentparent object
debugCmdshow debug messages
+
+
+ +
+
+ +
+
+ + + + + + + +
Reportabug::~Reportabug ()
+
+ +

Reportabug class destructor.

+

Member Function Documentation

@@ -208,6 +289,48 @@ Public Member Functions

method which is used for update tabs from external classes

+ + + +
+
+ + + + + + + +
void Reportabug::externalUpdateTab ()
+
+ +

method which is used for update tabs from external classes

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void Reportabug::sendReport ()
+
+slot
+
+ +

method which creates an issue

+
@@ -257,6 +380,55 @@ Public Member Functions + + + +
+
+ + + + + + + + +
void Reportabug::setCaptchaImage (QPixmap captcha)
+
+ +

method which sets captcha image

+
Parameters
+ + +
captchacaptcha image
+
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void Reportabug::showWindow ()
+
+slot
+
+ +

method which updates text and shows window

+
@@ -314,6 +486,38 @@ Public Member Functions + + + +
+
+ + + + + +
+ + + + + + + + +
void Reportabug::updateTabs (const int index)
+
+slot
+
+ +

method which updates text

+
Parameters
+ + +
indexthe current combobox index
+
+
+

The documentation for this class was generated from the following file:
@@ -104,13 +105,10 @@ Namespaces  Ui   -

Detailed Description

-

Source code of reportabug

Author
Evgeniy Alekseev
- -
+ diff --git a/devs/reportabug/reportabug_8h_source.html b/devs/reportabug/reportabug_8h_source.html index 9d57ee5..5239906 100644 --- a/devs/reportabug/reportabug_8h_source.html +++ b/devs/reportabug/reportabug_8h_source.html @@ -61,6 +61,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); @@ -68,7 +69,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Classes Namespaces Files Functions Variables + All Classes Namespaces Files Functions Variables Macros
@@ -79,7 +80,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -107,54 +108,55 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
26 #define REPORTABUG_H
27 
28 #include <QKeyEvent>
-
29 #include <QMainWindow>
-
30 
+
29 #include <QLocale>
+
30 #include <QMainWindow>
31 
-
32 class GithubModule;
-
33 class GitreportModule;
-
34 
-
35 namespace Ui {
-
36 class Reportabug;
-
37 }
-
38 
-
42 class Reportabug : public QMainWindow
-
43 {
-
44  Q_OBJECT
-
45 
-
46 public:
-
52  explicit Reportabug(QWidget *parent = 0,
-
53  bool debugCmd = false);
-
57  ~Reportabug();
-
61  void externalUpdateTab();
-
66  void setCaptchaImage(QPixmap captcha);
-
67 
-
68 public slots:
-
72  void sendReport();
-
76  void showWindow();
-
81  void updateTabs(const int index);
-
82 
-
83 private:
-
87  bool debug;
-
91  bool modules[3];
-
95  Ui::Reportabug *ui;
-
96  // modules
-
100  GithubModule *github;
-
104  GitreportModule *gitreport;
-
108  void createActions();
-
112  void createComboBox();
-
120  int getNumberByIndex(const int index);
-
124  void initModules();
-
129  void keyPressEvent(QKeyEvent *pressedKey);
-
135  QString parseString(QString line);
-
136 };
-
137 
+
32 
+
33 class GithubModule;
+
34 class GitreportModule;
+
35 
+
36 namespace Ui {
+
37 class Reportabug;
+
38 }
+
39 
+
43 class Reportabug : public QMainWindow
+
44 {
+
45  Q_OBJECT
+
46 
+
47 public:
+
53  explicit Reportabug(QWidget *parent = 0,
+
54  bool debugCmd = false);
+
58  ~Reportabug();
+
62  void externalUpdateTab();
+
67  void setCaptchaImage(QPixmap captcha);
+
68 
+
69 public slots:
+
73  void sendReport();
+
77  void showWindow();
+
82  void updateTabs(const int index);
+
83 
+
84 private:
+
88  bool debug;
+
92  bool modules[3];
+
96  Ui::Reportabug *ui;
+
97  // modules
+
101  GithubModule *github;
+
105  GitreportModule *gitreport;
+
109  void createActions();
+
113  void createComboBox();
+
121  int getNumberByIndex(const int index);
+
125  void initModules();
+
130  void keyPressEvent(QKeyEvent *pressedKey);
+
136  QString parseString(QString line);
+
137 };
138 
-
139 #endif /* REPORTABUG_H */
+
139 
+
140 #endif /* REPORTABUG_H */
The GithubModule class creates issue over GitHub.
Definition: githubmodule.h:53
~Reportabug()
Reportabug class destructor.
Reportabug(QWidget *parent=0, bool debugCmd=false)
Reportabug class constructor.
void updateTabs(const int index)
method which updates text
-
The Reportabug class is a main class of the application.
Definition: reportabug.h:42
+
The Reportabug class is a main class of the application.
Definition: reportabug.h:43
void showWindow()
method which updates text and shows window
The GitreportModule class creates issue over GitReports.
Definition: gitreportmodule.h:43
void externalUpdateTab()
method which is used for update tabs from external classes
@@ -163,7 +165,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/search/all_0.js b/devs/reportabug/search/all_0.js index 51c1a93..e329fbb 100644 --- a/devs/reportabug/search/all_0.js +++ b/devs/reportabug/search/all_0.js @@ -1,4 +1,5 @@ var searchData= [ - ['externalupdatetab',['externalUpdateTab',['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug']]] + ['captcha_5furl',['CAPTCHA_URL',['../config_8h.html#a8e0aebb71287069e3dda84b188aa2f05',1,'config.h']]], + ['config_2eh',['config.h',['../config_8h.html',1,'']]] ]; diff --git a/devs/reportabug/search/all_1.js b/devs/reportabug/search/all_1.js index 62a071a..c94a150 100644 --- a/devs/reportabug/search/all_1.js +++ b/devs/reportabug/search/all_1.js @@ -1,7 +1,4 @@ var searchData= [ - ['githubmodule',['GithubModule',['../class_github_module.html',1,'GithubModule'],['../class_github_module.html#a09e48bd7cefe8bdee33835a0df0fb810',1,'GithubModule::GithubModule()']]], - ['githubmodule_2eh',['githubmodule.h',['../githubmodule_8h.html',1,'']]], - ['gitreportmodule',['GitreportModule',['../class_gitreport_module.html',1,'GitreportModule'],['../class_gitreport_module.html#a87ac50c0cc1bde2f65a467eab9eab5f2',1,'GitreportModule::GitreportModule()']]], - ['gitreportmodule_2eh',['gitreportmodule.h',['../gitreportmodule_8h.html',1,'']]] + ['externalupdatetab',['externalUpdateTab',['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug::externalUpdateTab()'],['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug::externalUpdateTab()']]] ]; diff --git a/devs/reportabug/search/all_2.js b/devs/reportabug/search/all_2.js index c2d9655..ae1b9d2 100644 --- a/devs/reportabug/search/all_2.js +++ b/devs/reportabug/search/all_2.js @@ -1,5 +1,9 @@ var searchData= [ - ['reportabug',['Reportabug',['../class_reportabug.html',1,'Reportabug'],['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug::Reportabug()']]], - ['reportabug_2eh',['reportabug.h',['../reportabug_8h.html',1,'']]] + ['github_5fcombobox',['GITHUB_COMBOBOX',['../config_8h.html#a6e59a308fa1eb6342a8a7476cc633cb3',1,'config.h']]], + ['githubmodule',['GithubModule',['../class_github_module.html',1,'GithubModule'],['../class_github_module.html#a09e48bd7cefe8bdee33835a0df0fb810',1,'GithubModule::GithubModule()']]], + ['githubmodule_2eh',['githubmodule.h',['../githubmodule_8h.html',1,'']]], + ['gitreport_5fcombobox',['GITREPORT_COMBOBOX',['../config_8h.html#a458ef53f680ae95a205432e7d56a8c3a',1,'config.h']]], + ['gitreportmodule',['GitreportModule',['../class_gitreport_module.html',1,'GitreportModule'],['../class_gitreport_module.html#a87ac50c0cc1bde2f65a467eab9eab5f2',1,'GitreportModule::GitreportModule()']]], + ['gitreportmodule_2eh',['gitreportmodule.h',['../gitreportmodule_8h.html',1,'']]] ]; diff --git a/devs/reportabug/search/all_3.js b/devs/reportabug/search/all_3.js index 76dfb22..3928e34 100644 --- a/devs/reportabug/search/all_3.js +++ b/devs/reportabug/search/all_3.js @@ -1,8 +1,4 @@ var searchData= [ - ['sendreport',['sendReport',['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug']]], - ['sendreportusinggithub',['sendReportUsingGithub',['../class_github_module.html#a370fdede5483d2ad4c229a646e70dd93',1,'GithubModule']]], - ['sendreportusinggitreport',['sendReportUsingGitreport',['../class_gitreport_module.html#a94a4f3945b5215fff7a88558728b2e96',1,'GitreportModule']]], - ['setcaptchaimage',['setCaptchaImage',['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug']]], - ['showwindow',['showWindow',['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug']]] + ['issues_5furl',['ISSUES_URL',['../config_8h.html#a0fa2cd1a57fd37e2a865212b0ea6b6e8',1,'config.h']]] ]; diff --git a/devs/reportabug/search/all_4.js b/devs/reportabug/search/all_4.js index c2c3637..8c1aeb1 100644 --- a/devs/reportabug/search/all_4.js +++ b/devs/reportabug/search/all_4.js @@ -1,5 +1,4 @@ var searchData= [ - ['ui',['Ui',['../namespace_ui.html',1,'']]], - ['updatetabs',['updateTabs',['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug']]] + ['owner',['OWNER',['../config_8h.html#a3b60a202dfdcee621372e62aaf7d04f3',1,'config.h']]] ]; diff --git a/devs/reportabug/search/all_5.js b/devs/reportabug/search/all_5.js index e000e22..272ae15 100644 --- a/devs/reportabug/search/all_5.js +++ b/devs/reportabug/search/all_5.js @@ -1,4 +1,5 @@ var searchData= [ - ['webview',['webView',['../class_gitreport_module.html#a54838444619a3b1d538ee8b34055b745',1,'GitreportModule']]] + ['project',['PROJECT',['../config_8h.html#a76fe6d1270322ff739a44054b7ebe4aa',1,'config.h']]], + ['public_5furl',['PUBLIC_URL',['../config_8h.html#a2ad9543c2cb75a20c8f4c6e62ddd05e0',1,'config.h']]] ]; diff --git a/devs/reportabug/search/all_6.js b/devs/reportabug/search/all_6.js index 0a5ff08..2cbbdae 100644 --- a/devs/reportabug/search/all_6.js +++ b/devs/reportabug/search/all_6.js @@ -1,6 +1,5 @@ var searchData= [ - ['_7egithubmodule',['~GithubModule',['../class_github_module.html#aa4216f8b9eb88ce568707df157b1b5fd',1,'GithubModule']]], - ['_7egitreportmodule',['~GitreportModule',['../class_gitreport_module.html#a78712935bd75fdb2bf28a1188c74f9ee',1,'GitreportModule']]], - ['_7ereportabug',['~Reportabug',['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug']]] + ['reportabug',['Reportabug',['../class_reportabug.html',1,'Reportabug'],['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug::Reportabug(QWidget *parent=0, bool debugCmd=false)'],['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug::Reportabug(QWidget *parent=0, bool debugCmd=false)']]], + ['reportabug_2eh',['reportabug.h',['../reportabug_8h.html',1,'']]] ]; diff --git a/devs/reportabug/search/all_7.html b/devs/reportabug/search/all_7.html new file mode 100644 index 0000000..ecca251 --- /dev/null +++ b/devs/reportabug/search/all_7.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/all_7.js b/devs/reportabug/search/all_7.js new file mode 100644 index 0000000..cee79bf --- /dev/null +++ b/devs/reportabug/search/all_7.js @@ -0,0 +1,9 @@ +var searchData= +[ + ['reportabug_2eh',['reportabug.h',['../src_2reportabug_8h.html',1,'']]], + ['sendreport',['sendReport',['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug::sendReport()'],['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug::sendReport()']]], + ['sendreportusinggithub',['sendReportUsingGithub',['../class_github_module.html#a370fdede5483d2ad4c229a646e70dd93',1,'GithubModule']]], + ['sendreportusinggitreport',['sendReportUsingGitreport',['../class_gitreport_module.html#a94a4f3945b5215fff7a88558728b2e96',1,'GitreportModule']]], + ['setcaptchaimage',['setCaptchaImage',['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug::setCaptchaImage(QPixmap captcha)'],['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug::setCaptchaImage(QPixmap captcha)']]], + ['showwindow',['showWindow',['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug::showWindow()'],['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug::showWindow()']]] +]; diff --git a/devs/reportabug/search/all_8.html b/devs/reportabug/search/all_8.html new file mode 100644 index 0000000..f8f8560 --- /dev/null +++ b/devs/reportabug/search/all_8.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/all_8.js b/devs/reportabug/search/all_8.js new file mode 100644 index 0000000..c9c7d1e --- /dev/null +++ b/devs/reportabug/search/all_8.js @@ -0,0 +1,8 @@ +var searchData= +[ + ['tag_5fassignee',['TAG_ASSIGNEE',['../config_8h.html#a9a874319e31ce39b6e9f81d32f552758',1,'config.h']]], + ['tag_5fbody',['TAG_BODY',['../config_8h.html#a319d8cc2aec582cd7cbfa43829a4bfd9',1,'config.h']]], + ['tag_5flabels',['TAG_LABELS',['../config_8h.html#ac3996ebac47059a2cfda0ec4dcd3fed7',1,'config.h']]], + ['tag_5fmilestone',['TAG_MILESTONE',['../config_8h.html#afa49204d1d952183afc9484fc2150e8c',1,'config.h']]], + ['tag_5ftitle',['TAG_TITLE',['../config_8h.html#a9bf0c6c65d0b01d956c54f1194b42120',1,'config.h']]] +]; diff --git a/devs/reportabug/search/all_9.html b/devs/reportabug/search/all_9.html new file mode 100644 index 0000000..cb525ab --- /dev/null +++ b/devs/reportabug/search/all_9.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/all_9.js b/devs/reportabug/search/all_9.js new file mode 100644 index 0000000..db9e087 --- /dev/null +++ b/devs/reportabug/search/all_9.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['ui',['Ui',['../namespace_ui.html',1,'']]], + ['updatetabs',['updateTabs',['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug::updateTabs(const int index)'],['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug::updateTabs(const int index)']]] +]; diff --git a/devs/reportabug/search/all_a.html b/devs/reportabug/search/all_a.html new file mode 100644 index 0000000..393a236 --- /dev/null +++ b/devs/reportabug/search/all_a.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/all_a.js b/devs/reportabug/search/all_a.js new file mode 100644 index 0000000..e000e22 --- /dev/null +++ b/devs/reportabug/search/all_a.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['webview',['webView',['../class_gitreport_module.html#a54838444619a3b1d538ee8b34055b745',1,'GitreportModule']]] +]; diff --git a/devs/reportabug/search/all_b.html b/devs/reportabug/search/all_b.html new file mode 100644 index 0000000..6d33464 --- /dev/null +++ b/devs/reportabug/search/all_b.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/all_b.js b/devs/reportabug/search/all_b.js new file mode 100644 index 0000000..33cb4b0 --- /dev/null +++ b/devs/reportabug/search/all_b.js @@ -0,0 +1,6 @@ +var searchData= +[ + ['_7egithubmodule',['~GithubModule',['../class_github_module.html#aa4216f8b9eb88ce568707df157b1b5fd',1,'GithubModule']]], + ['_7egitreportmodule',['~GitreportModule',['../class_gitreport_module.html#a78712935bd75fdb2bf28a1188c74f9ee',1,'GitreportModule']]], + ['_7ereportabug',['~Reportabug',['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug::~Reportabug()'],['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug::~Reportabug()']]] +]; diff --git a/devs/reportabug/search/defines_0.html b/devs/reportabug/search/defines_0.html new file mode 100644 index 0000000..6560632 --- /dev/null +++ b/devs/reportabug/search/defines_0.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/defines_0.js b/devs/reportabug/search/defines_0.js new file mode 100644 index 0000000..3275cbe --- /dev/null +++ b/devs/reportabug/search/defines_0.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['captcha_5furl',['CAPTCHA_URL',['../config_8h.html#a8e0aebb71287069e3dda84b188aa2f05',1,'config.h']]] +]; diff --git a/devs/reportabug/search/defines_1.html b/devs/reportabug/search/defines_1.html new file mode 100644 index 0000000..65d9b1f --- /dev/null +++ b/devs/reportabug/search/defines_1.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/defines_1.js b/devs/reportabug/search/defines_1.js new file mode 100644 index 0000000..97f547f --- /dev/null +++ b/devs/reportabug/search/defines_1.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['github_5fcombobox',['GITHUB_COMBOBOX',['../config_8h.html#a6e59a308fa1eb6342a8a7476cc633cb3',1,'config.h']]], + ['gitreport_5fcombobox',['GITREPORT_COMBOBOX',['../config_8h.html#a458ef53f680ae95a205432e7d56a8c3a',1,'config.h']]] +]; diff --git a/devs/reportabug/search/defines_2.html b/devs/reportabug/search/defines_2.html new file mode 100644 index 0000000..03237b1 --- /dev/null +++ b/devs/reportabug/search/defines_2.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/defines_2.js b/devs/reportabug/search/defines_2.js new file mode 100644 index 0000000..3928e34 --- /dev/null +++ b/devs/reportabug/search/defines_2.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['issues_5furl',['ISSUES_URL',['../config_8h.html#a0fa2cd1a57fd37e2a865212b0ea6b6e8',1,'config.h']]] +]; diff --git a/devs/reportabug/search/defines_3.html b/devs/reportabug/search/defines_3.html new file mode 100644 index 0000000..9e71a8a --- /dev/null +++ b/devs/reportabug/search/defines_3.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/defines_3.js b/devs/reportabug/search/defines_3.js new file mode 100644 index 0000000..8c1aeb1 --- /dev/null +++ b/devs/reportabug/search/defines_3.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['owner',['OWNER',['../config_8h.html#a3b60a202dfdcee621372e62aaf7d04f3',1,'config.h']]] +]; diff --git a/devs/reportabug/search/defines_4.html b/devs/reportabug/search/defines_4.html new file mode 100644 index 0000000..03de299 --- /dev/null +++ b/devs/reportabug/search/defines_4.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/defines_4.js b/devs/reportabug/search/defines_4.js new file mode 100644 index 0000000..272ae15 --- /dev/null +++ b/devs/reportabug/search/defines_4.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['project',['PROJECT',['../config_8h.html#a76fe6d1270322ff739a44054b7ebe4aa',1,'config.h']]], + ['public_5furl',['PUBLIC_URL',['../config_8h.html#a2ad9543c2cb75a20c8f4c6e62ddd05e0',1,'config.h']]] +]; diff --git a/devs/reportabug/search/defines_5.html b/devs/reportabug/search/defines_5.html new file mode 100644 index 0000000..2f159be --- /dev/null +++ b/devs/reportabug/search/defines_5.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/defines_5.js b/devs/reportabug/search/defines_5.js new file mode 100644 index 0000000..c9c7d1e --- /dev/null +++ b/devs/reportabug/search/defines_5.js @@ -0,0 +1,8 @@ +var searchData= +[ + ['tag_5fassignee',['TAG_ASSIGNEE',['../config_8h.html#a9a874319e31ce39b6e9f81d32f552758',1,'config.h']]], + ['tag_5fbody',['TAG_BODY',['../config_8h.html#a319d8cc2aec582cd7cbfa43829a4bfd9',1,'config.h']]], + ['tag_5flabels',['TAG_LABELS',['../config_8h.html#ac3996ebac47059a2cfda0ec4dcd3fed7',1,'config.h']]], + ['tag_5fmilestone',['TAG_MILESTONE',['../config_8h.html#afa49204d1d952183afc9484fc2150e8c',1,'config.h']]], + ['tag_5ftitle',['TAG_TITLE',['../config_8h.html#a9bf0c6c65d0b01d956c54f1194b42120',1,'config.h']]] +]; diff --git a/devs/reportabug/search/files_0.js b/devs/reportabug/search/files_0.js index aaea276..341df00 100644 --- a/devs/reportabug/search/files_0.js +++ b/devs/reportabug/search/files_0.js @@ -1,5 +1,4 @@ var searchData= [ - ['githubmodule_2eh',['githubmodule.h',['../githubmodule_8h.html',1,'']]], - ['gitreportmodule_2eh',['gitreportmodule.h',['../gitreportmodule_8h.html',1,'']]] + ['config_2eh',['config.h',['../config_8h.html',1,'']]] ]; diff --git a/devs/reportabug/search/files_1.js b/devs/reportabug/search/files_1.js index 7745e5f..aaea276 100644 --- a/devs/reportabug/search/files_1.js +++ b/devs/reportabug/search/files_1.js @@ -1,4 +1,5 @@ var searchData= [ - ['reportabug_2eh',['reportabug.h',['../reportabug_8h.html',1,'']]] + ['githubmodule_2eh',['githubmodule.h',['../githubmodule_8h.html',1,'']]], + ['gitreportmodule_2eh',['gitreportmodule.h',['../gitreportmodule_8h.html',1,'']]] ]; diff --git a/devs/reportabug/search/files_2.html b/devs/reportabug/search/files_2.html new file mode 100644 index 0000000..60b9f7f --- /dev/null +++ b/devs/reportabug/search/files_2.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/files_2.js b/devs/reportabug/search/files_2.js new file mode 100644 index 0000000..7745e5f --- /dev/null +++ b/devs/reportabug/search/files_2.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['reportabug_2eh',['reportabug.h',['../reportabug_8h.html',1,'']]] +]; diff --git a/devs/reportabug/search/files_3.html b/devs/reportabug/search/files_3.html new file mode 100644 index 0000000..e5bee19 --- /dev/null +++ b/devs/reportabug/search/files_3.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/devs/reportabug/search/files_3.js b/devs/reportabug/search/files_3.js new file mode 100644 index 0000000..d8da114 --- /dev/null +++ b/devs/reportabug/search/files_3.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['reportabug_2eh',['reportabug.h',['../src_2reportabug_8h.html',1,'']]] +]; diff --git a/devs/reportabug/search/functions_0.js b/devs/reportabug/search/functions_0.js index 51c1a93..c94a150 100644 --- a/devs/reportabug/search/functions_0.js +++ b/devs/reportabug/search/functions_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['externalupdatetab',['externalUpdateTab',['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug']]] + ['externalupdatetab',['externalUpdateTab',['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug::externalUpdateTab()'],['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug::externalUpdateTab()']]] ]; diff --git a/devs/reportabug/search/functions_2.js b/devs/reportabug/search/functions_2.js index b2f13d7..bcb8abd 100644 --- a/devs/reportabug/search/functions_2.js +++ b/devs/reportabug/search/functions_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['reportabug',['Reportabug',['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug']]] + ['reportabug',['Reportabug',['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug::Reportabug(QWidget *parent=0, bool debugCmd=false)'],['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug::Reportabug(QWidget *parent=0, bool debugCmd=false)']]] ]; diff --git a/devs/reportabug/search/functions_3.js b/devs/reportabug/search/functions_3.js index 76dfb22..c7fb33c 100644 --- a/devs/reportabug/search/functions_3.js +++ b/devs/reportabug/search/functions_3.js @@ -1,8 +1,8 @@ var searchData= [ - ['sendreport',['sendReport',['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug']]], + ['sendreport',['sendReport',['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug::sendReport()'],['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug::sendReport()']]], ['sendreportusinggithub',['sendReportUsingGithub',['../class_github_module.html#a370fdede5483d2ad4c229a646e70dd93',1,'GithubModule']]], ['sendreportusinggitreport',['sendReportUsingGitreport',['../class_gitreport_module.html#a94a4f3945b5215fff7a88558728b2e96',1,'GitreportModule']]], - ['setcaptchaimage',['setCaptchaImage',['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug']]], - ['showwindow',['showWindow',['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug']]] + ['setcaptchaimage',['setCaptchaImage',['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug::setCaptchaImage(QPixmap captcha)'],['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug::setCaptchaImage(QPixmap captcha)']]], + ['showwindow',['showWindow',['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug::showWindow()'],['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug::showWindow()']]] ]; diff --git a/devs/reportabug/search/functions_4.js b/devs/reportabug/search/functions_4.js index 273f9ff..5fd2189 100644 --- a/devs/reportabug/search/functions_4.js +++ b/devs/reportabug/search/functions_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['updatetabs',['updateTabs',['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug']]] + ['updatetabs',['updateTabs',['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug::updateTabs(const int index)'],['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug::updateTabs(const int index)']]] ]; diff --git a/devs/reportabug/search/functions_5.js b/devs/reportabug/search/functions_5.js index 0a5ff08..33cb4b0 100644 --- a/devs/reportabug/search/functions_5.js +++ b/devs/reportabug/search/functions_5.js @@ -2,5 +2,5 @@ var searchData= [ ['_7egithubmodule',['~GithubModule',['../class_github_module.html#aa4216f8b9eb88ce568707df157b1b5fd',1,'GithubModule']]], ['_7egitreportmodule',['~GitreportModule',['../class_gitreport_module.html#a78712935bd75fdb2bf28a1188c74f9ee',1,'GitreportModule']]], - ['_7ereportabug',['~Reportabug',['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug']]] + ['_7ereportabug',['~Reportabug',['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug::~Reportabug()'],['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug::~Reportabug()']]] ]; diff --git a/devs/reportabug/search/search.js b/devs/reportabug/search/search.js index 2991f1e..9dc68ec 100644 --- a/devs/reportabug/search/search.js +++ b/devs/reportabug/search/search.js @@ -7,12 +7,13 @@ var indexSectionsWithContent = { - 0: "egrsuw~", + 0: "cegioprstuw~", 1: "gr", 2: "u", - 3: "gr", + 3: "cgrs", 4: "egrsu~", - 5: "w" + 5: "w", + 6: "cgiopt" }; var indexSectionNames = @@ -22,7 +23,8 @@ var indexSectionNames = 2: "namespaces", 3: "files", 4: "functions", - 5: "variables" + 5: "variables", + 6: "defines" }; function convertToId(search) diff --git a/devs/reportabug/src_2reportabug_8h.html b/devs/reportabug/src_2reportabug_8h.html new file mode 100644 index 0000000..658ae27 --- /dev/null +++ b/devs/reportabug/src_2reportabug_8h.html @@ -0,0 +1,116 @@ + + + + + + +reportabug: reportabug.h File Reference + + + + + + + + + +
+
+ + + + + + +
+
reportabug +
+
Qt application which allows users to create an issue for GitHub projects
+
+
+ + + + + + + + + +
+ +
+ + +
+
+ +
+
src/reportabug.h File Reference
+
+
+ +

Go to the source code of this file.

+ + + + + +

+Classes

class  Reportabug
 The Reportabug class is a main class of the application. More...
 
+ + + +

+Namespaces

 Ui
 
+
+ + + + diff --git a/devs/reportabug/src_2reportabug_8h_source.html b/devs/reportabug/src_2reportabug_8h_source.html new file mode 100644 index 0000000..70bcb64 --- /dev/null +++ b/devs/reportabug/src_2reportabug_8h_source.html @@ -0,0 +1,173 @@ + + + + + + +reportabug: reportabug.h Source File + + + + + + + + + +
+
+ + + + + + +
+
reportabug +
+
Qt application which allows users to create an issue for GitHub projects
+
+
+ + + + + + + + + +
+ +
+ + +
+
+
+
src/reportabug.h
+
+
+Go to the documentation of this file.
1 /***************************************************************************
+
2  * This file is part of reportabug *
+
3  * *
+
4  * This library is free software; you can redistribute it and/or *
+
5  * modify it under the terms of the GNU Lesser General Public *
+
6  * License as published by the Free Software Foundation; either *
+
7  * version 3.0 of the License, or (at your option) any later version. *
+
8  * *
+
9  * This library is distributed in the hope that it will be useful, *
+
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
+
12  * Lesser General Public License for more details. *
+
13  * *
+
14  * You should have received a copy of the GNU Lesser General Public *
+
15  * License along with this library. *
+
16  ***************************************************************************/
+
25 #ifndef REPORTABUG_H
+
26 #define REPORTABUG_H
+
27 
+
28 #include <QKeyEvent>
+
29 #include <QLocale>
+
30 #include <QMainWindow>
+
31 
+
32 
+
33 class GithubModule;
+
34 class GitreportModule;
+
35 
+
36 namespace Ui {
+
37 class Reportabug;
+
38 }
+
39 
+
43 class Reportabug : public QMainWindow
+
44 {
+
45  Q_OBJECT
+
46 
+
47 public:
+
53  explicit Reportabug(QWidget *parent = 0,
+
54  bool debugCmd = false);
+
58  ~Reportabug();
+
62  void externalUpdateTab();
+
67  void setCaptchaImage(QPixmap captcha);
+
68 
+
69 public slots:
+
73  void sendReport();
+
77  void showWindow();
+
82  void updateTabs(const int index);
+
83 
+
84 private:
+
88  bool debug;
+
92  bool modules[3];
+
96  Ui::Reportabug *ui;
+
97  // modules
+
101  GithubModule *github;
+
105  GitreportModule *gitreport;
+
109  void createActions();
+
113  void createComboBox();
+
121  int getNumberByIndex(const int index);
+
125  void initModules();
+
130  void keyPressEvent(QKeyEvent *pressedKey);
+
136  QString parseString(QString line);
+
137 };
+
138 
+
139 
+
140 #endif /* REPORTABUG_H */
+
The GithubModule class creates issue over GitHub.
Definition: githubmodule.h:53
+
~Reportabug()
Reportabug class destructor.
+
Reportabug(QWidget *parent=0, bool debugCmd=false)
Reportabug class constructor.
+
void updateTabs(const int index)
method which updates text
+
The Reportabug class is a main class of the application.
Definition: reportabug.h:43
+
void showWindow()
method which updates text and shows window
+
The GitreportModule class creates issue over GitReports.
Definition: gitreportmodule.h:43
+
void externalUpdateTab()
method which is used for update tabs from external classes
+
void setCaptchaImage(QPixmap captcha)
method which sets captcha image
+
void sendReport()
method which creates an issue
+
+ + + +