You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytde/sip/khtml/khtmlview.sip

145 lines
4.1 KiB

//
// Copyright 2006 Jim Bublitz <jbublitz@nwinternet.com>
// Earlier copyrights 1998 - 2005 Jim Bublitz and/or Phil Thompson
// may also apply
// Generated by preSip
// module khtml version KDE 3.5.3
// This software is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation; either version 2 of
// the License, or (at your option) any later version.
//
// This software is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public
// License along with this library; see the file COPYING.
// If not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//ig namespace khtml;
class KHTMLView : QScrollView
{
%TypeHeaderCode
#include <khtmlview.h>
%End
public:
KHTMLView (KHTMLPart*, QWidget* /TransferThis/, const char* = 0);
KHTMLPart* part () const;
int frameWidth () const;
void setMarginWidth (int);
int marginWidth () const;
void setMarginHeight (int);
int marginHeight ();
virtual void setVScrollBarMode (ScrollBarMode);
virtual void setHScrollBarMode (ScrollBarMode);
void print () /PyName=print_/;
%If ( KDE_3_2_0 - )
void print (bool);
%End
void layout ();
%If ( KDE_3_3_0 - )
void displayAccessKeys ();
%End
signals:
%If ( KDE_3_3_0 - )
void finishedLayout ();
%End
void cleared ();
%If ( KDE_3_1_0 - )
void zoomView (int);
%If ( KDE_3_3_0 - )
void hideAccessKeys ();
void repaintAccessKeys ();
%If ( KDE_3_5_0 - )
void findAheadActive (bool);
%End
%End
%End
protected:
void clear ();
virtual void resizeEvent (QResizeEvent*);
virtual void showEvent (QShowEvent*);
virtual void hideEvent (QHideEvent*);
virtual bool focusNextPrevChild (bool);
virtual void drawContents (QPainter*, int, int, int, int);
virtual void drawContents (QPainter*);
virtual void viewportMousePressEvent (QMouseEvent*);
%If ( KDE_3_2_0 - )
virtual void focusInEvent (QFocusEvent*);
%End
virtual void focusOutEvent (QFocusEvent*);
virtual void viewportMouseDoubleClickEvent (QMouseEvent*);
virtual void viewportMouseMoveEvent (QMouseEvent*);
virtual void viewportMouseReleaseEvent (QMouseEvent*);
%If ( KDE_3_1_0 - )
virtual void viewportResizeEvent (QResizeEvent*);
%End
virtual void viewportWheelEvent (QWheelEvent*);
virtual void dragEnterEvent (QDragEnterEvent*);
virtual void dropEvent (QDropEvent*);
%If ( KDE_3_1_0 - )
virtual void closeEvent (QCloseEvent*);
%If ( KDE_3_2_0 - )
virtual bool eventFilter (QObject*, QEvent*);
%End
%End
void keyPressEvent (QKeyEvent*);
void keyReleaseEvent (QKeyEvent*);
void contentsContextMenuEvent (QContextMenuEvent*);
void doAutoScroll ();
void timerEvent (QTimerEvent*);
protected slots:
void slotPaletteChanged ();
void slotScrollBarMoved ();
//force
%ConvertToSubClassCode
// The table of Python class objects indexed by their names. The table
// must be sorted by name.
static sipStringTypeClassMap map[] = {
{sipName_KHTMLView, &sipClass_KHTMLView},
{sipName_KHTMLPart, &sipClass_KHTMLPart},
};
sipClass = sipMapStringToClass(sipCpp -> className(),map,sizeof (map)/sizeof (map[0]));
%End
//end
}; // class KHTMLView