Huggle  build:^490^dce1e5c
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCHuggle::IRC::ChannelRepresent a channel on IRC network
oCHuggle::CollectableBase for all items that are supposed to be collected by garbage collector
|oCHuggle::QueryQuery base class for all http queries executed by huggle
||oCHuggle::ApiQueryThis class can be used to execute any kind of api query on any wiki
||oCHuggle::EditQueryModifications of mediawiki pages can be done using this query
||oCHuggle::OAuthLoginQueryThis query is supposed to login user through oauth provider
||oCHuggle::RevertQueryCan be used to rollback any edit
||oCHuggle::WebserverQueryThis is a query that can be used to perform simple webserver requests
||\CHuggle::WLQueryWhitelist query :o
|\CHuggle::WikiEditWiki edit
oCHuggle::ConfigurationRun time configuration of huggle
oCHuggle::CoreMiscelanceous system functions, all of these functions are static
oCHuggle::ExceptionEvery exception raised by huggle is defined by this class
oCHuggle::GCGarbage collector that can be used to collect some objects
oCHuggle::HistoryItemHistory consist of these items
oCHuggle::HooksHooks that can be used to attach some 3rd code to existing functions
oCHuggle::HuggleFeedFeed provider stub class every provider must be derived from this one
|oCHuggle::HuggleFeedProviderIRCProvider that uses a wikimedia irc recent changes feed to retrieve information about edits
|\CHuggle::HuggleFeedProviderWikiThis is a very simple provider of changes that basically refresh recent changes every 6 seconds
oCHuggle::HuggleQueueFilterFilter that can be applied to edit queue
oCHuggle::iExtensionExtension interface
oCHuggle::LanguageThe Language class
oCHuggle::MessageThis is similar to query, just it's more simple, you can use it to deliver messages to users
oCHuggle::IRC::MessageRepresent a message on irc network sent either to a channel or to a user
oCHuggle::IRC::NetworkIrcThe NetworkIrc provides connection to IRC servers
oCHuggle::OAuthNot being used now because wmf doesn't provide OAuth yet
oCHuggle::ProcessListRemovedItemRemoved item that was in the process list
oCQApplication
|\CHuggle::HgApplicationOverwrite of qapplication so that we can reimplement notify
oCQDialog
|oCHuggle::AboutFormForm that can be displayed from help menu, should list all developers
|oCHuggle::BlockUserThis form can be used to block users from editing, which requires the block permission
|oCHuggle::DeleteFormThis is a delete form
|oCHuggle::ExceptionWindowRecovery window
|oCHuggle::HuggleMassRollbackDOCUMENT ME
|oCHuggle::HuggleNukeWindow that allows user to mass delete pages made by certain users
|oCHuggle::IgnoreListA window that contains ignore list
|oCHuggle::LoginWindow that is displayed as first when huggle is started
|oCHuggle::OAuthLoginThis form is not being used
|oCHuggle::PreferencesPreferences window
|oCHuggle::ProtectPageDisplay a window where user can protect a page given they have the permissions to do that
|oCHuggle::ProxyProxy
|oCHuggle::ReportUserReport user
|oCHuggle::RequestProtectThis can be used to request protection of a page
|oCHuggle::ScoreWordsDbFormScorewords form
|oCHuggle::SessionFormSession info
|oCHuggle::SpeedyFormThe window that is used to report a page for deletion
|oCHuggle::UAAReportForm to report users to UAA
|oCHuggle::UpdateFormUpdate form is shown when there is an update for huggle This form may work on some platforms only
|\CHuggle::WaitingFormThis is universal form that is just displaying the progress bar and reason why we need to wait
oCQDockWidget
|oCHuggle::HistoryHistory of actions done by user
|oCHuggle::HistoryFormIt can be used to retrieve a history of currently displayed page
|oCHuggle::HuggleLogThis window contains all the messages that are stored in ring log
|oCHuggle::HuggleQueueQueue of edits
|oCHuggle::HuggleToolToolbar on top of window
|oCHuggle::ProcessListList of processes in a main window
|oCHuggle::UserinfoFormWidget that displays the information about user including their history and some other information about the user
|\CHuggle::VandalNwVandalism network
oCQFrame
|oCHuggle::HuggleQueueItemLabelThis is item of queue, it is derived from qt object
|\CHuggle::HuggleWebWeb browser
oCQMainWindow
|\CHuggle::MainWindowPrimary huggle window
oCQObject
|oCHuggle::QueryQuery base class for all http queries executed by huggle
|\CHuggleTestThis is a unit test
oCQThread
|oCHuggle::HuggleFeedProviderIRC_tThread which process the IRC feed
|oCHuggle::IRC::NetworkIrc_thNetwork thread for Network Irc
|oCHuggle::ProcessorThreadEdits are post processed in this thread
|\CHuggle::SleeperThis is a workaround that allow us to use sleep
oCHuggle::QueryResultResult of query
oCHuggle::ScoreWordThe ScoreWord class
oCHuggle::TerminalParserParses the data provided by user
oCHuggle::IRC::UserRepresent a user of irc network
oCHuggle::WikiPageMediawiki page
oCHuggle::WikiSiteSite
\CHuggle::WikiUserUser