Huggle  build:^490^dce1e5c
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Huggle::HuggleTool Class Reference

Toolbar on top of window. More...

#include <huggletool.hpp>

+ Inheritance diagram for Huggle::HuggleTool:

Public Member Functions

 HuggleTool (QWidget *parent=0)
 
void SetInfo (QString info)
 
void SetPage (WikiPage *page)
 
void SetTitle (QString title)
 
void SetUser (QString user)
 

Private Slots

void on_pushButton_clicked ()
 
void onTick ()
 

Private Member Functions

void DeleteQuery ()
 
void FinishEdit ()
 
void FinishPage ()
 

Private Attributes

WikiEditedit
 
ApiQueryquery
 
int QueryPhase
 Page download phase. More...
 
QTimer * tick
 Timer that is used to switch between events that happen when the data for page are retrieved.
 
Ui::HuggleTool * ui
 

Detailed Description

Toolbar on top of window.

Definition at line 35 of file huggletool.hpp.

Member Function Documentation

Member Data Documentation

WikiEdit* Huggle::HuggleTool::edit
private
Todo:
DOCUMENT ME

Definition at line 57 of file huggletool.hpp.

Referenced by FinishPage().

int Huggle::HuggleTool::QueryPhase
private

Page download phase.

When we download a page from wiki we need to do that in several steps, this variable holds the information which step we are in

Definition at line 62 of file huggletool.hpp.

Referenced by FinishPage().


The documentation for this class was generated from the following files: