WebPage Class Reference

#include <webpage.h>

List of all members.


Detailed Description

Definition at line 12 of file webpage.h.


Public Slots

void openURLRequest (const KURL &url, const KParts::URLArgs &args)
void createNewWindow (const KURL &, const KParts::URLArgs &, const KParts::WindowArgs &, KParts::ReadOnlyPart *&)
void openURL (const QString &url)
void zoomIn ()
void zoomOut ()
void started (KIO::Job *)
void completed ()
void timerTimeout ()

Signals

void newUrlRequested (const KURL &url, const KParts::URLArgs &args)
void newWindowRequested (const KURL &, const KParts::URLArgs &, const KParts::WindowArgs &, KParts::ReadOnlyPart *&)
void pageCompleted (WebPage *page)

Public Member Functions

 WebPage (const char *location, int zoom, WFlags flags)
 WebPage (const char *location, const KParts::URLArgs &args, int zoom, WFlags flags)
 ~WebPage ()

Public Attributes

int zoomFactor
KHTMLPart * browser

Protected Member Functions

virtual bool eventFilter (QObject *object, QEvent *event)

Private Attributes

QString sUrl

Constructor & Destructor Documentation

WebPage::WebPage ( const char *  location,
int  zoom,
WFlags  flags 
)

Definition at line 46 of file webpage.cpp.

WebPage::WebPage ( const char *  location,
const KParts::URLArgs &  args,
int  zoom,
WFlags  flags 
)

Definition at line 91 of file webpage.cpp.

WebPage::~WebPage (  ) 

Definition at line 138 of file webpage.cpp.


Member Function Documentation

bool WebPage::eventFilter ( QObject *  object,
QEvent *  event 
) [protected, virtual]

Definition at line 175 of file webpage.cpp.

void WebPage::openURLRequest ( const KURL &  url,
const KParts::URLArgs &  args 
) [slot]

Definition at line 149 of file webpage.cpp.

Referenced by WebPage().

void WebPage::createNewWindow ( const KURL &  url,
const KParts::URLArgs &  args,
const KParts::WindowArgs &  windowArgs,
KParts::ReadOnlyPart *&  part 
) [slot]

Definition at line 154 of file webpage.cpp.

Referenced by WebPage().

void WebPage::openURL ( const QString &  url  )  [slot]

Definition at line 142 of file webpage.cpp.

Referenced by WebPage().

void WebPage::zoomIn (  )  [slot]

Definition at line 168 of file webpage.cpp.

void WebPage::zoomOut (  )  [slot]

Definition at line 161 of file webpage.cpp.

void WebPage::started ( KIO::Job *  job  )  [slot]

Definition at line 200 of file webpage.cpp.

Referenced by WebPage().

void WebPage::completed (  )  [slot]

Definition at line 206 of file webpage.cpp.

Referenced by WebPage().

void WebPage::timerTimeout (  )  [slot]

Definition at line 223 of file webpage.cpp.

Referenced by completed().

void WebPage::newUrlRequested ( const KURL &  url,
const KParts::URLArgs &  args 
) [signal]

Referenced by openURLRequest().

void WebPage::newWindowRequested ( const KURL &  ,
const KParts::URLArgs &  ,
const KParts::WindowArgs &  ,
KParts::ReadOnlyPart *&   
) [signal]

Referenced by createNewWindow().

void WebPage::pageCompleted ( WebPage page  )  [signal]

Referenced by completed().


Member Data Documentation

Definition at line 23 of file webpage.h.

Referenced by WebPage(), zoomIn(), and zoomOut().

KHTMLPart* WebPage::browser

Definition at line 24 of file webpage.h.

Referenced by openURL(), TabView::pageCompleted(), timerTimeout(), WebPage(), zoomIn(), and zoomOut().

QString WebPage::sUrl [private]

Definition at line 44 of file webpage.h.

Referenced by completed(), openURL(), and timerTimeout().


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

Generated on Sat Dec 18 05:16:14 2010 for MythTV by  doxygen 1.5.5