33 class TDEToolBarPopupAction; 40 class PageViewer : public Viewer 45 PageViewer(TQWidget* parent, const char* name); 46 virtual ~PageViewer(); 47 virtual bool openURL( const KURL &url); 52 void addHistoryEntry( const KURL& url); 53 void restoreHistoryEntry( const TQValueList<HistoryEntry>::Iterator& entry); 54 void updateHistoryEntry(); 58 void slotSetCaption( const TQString& cap); 64 virtual void slotPaletteOrFontChanged(); 66 void slotStarted(TDEIO::Job *); 68 void slotCancelled( const TQString &errMsg); 69 void slotBackAboutToShow(); 70 void slotForwardAboutToShow(); 71 void slotPopupActivated( int id ); 72 virtual void slotPopupMenu(KXMLGUIClient*, const TQPoint&, const KURL&, const KParts::URLArgs&, KParts::BrowserExtension::PopupFlags, mode_t); 74 void slotGlobalBookmarkArticle(); 76 virtual void slotOpenURLRequest( const KURL& url, const KParts::URLArgs& args); 77 virtual void urlSelected( const TQString &url, int button, int state, const TQString &_target, KParts::URLArgs args); 80 void setTabIcon( const TQPixmap&); 83 class PageViewerPrivate; 88 #endif // PAGEVIEWER_H
|