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.
145 lines
4.2 KiB
145 lines
4.2 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 tdehtml 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 tdehtml;
|
|
|
|
|
|
class TDEHTMLView : TQScrollView
|
|
{
|
|
%TypeHeaderCode
|
|
#include <tdehtmlview.h>
|
|
%End
|
|
|
|
|
|
public:
|
|
TDEHTMLView (TDEHTMLPart*, TQWidget* /TransferThis/, const char* = 0);
|
|
TDEHTMLPart* 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 (TQResizeEvent*);
|
|
virtual void showEvent (TQShowEvent*);
|
|
virtual void hideEvent (TQHideEvent*);
|
|
virtual bool focusNextPrevChild (bool);
|
|
virtual void drawContents (TQPainter*, int, int, int, int);
|
|
virtual void drawContents (TQPainter*);
|
|
virtual void viewportMousePressEvent (TQMouseEvent*);
|
|
|
|
%If ( KDE_3_2_0 - )
|
|
virtual void focusInEvent (TQFocusEvent*);
|
|
%End
|
|
|
|
virtual void focusOutEvent (TQFocusEvent*);
|
|
virtual void viewportMouseDoubleClickEvent (TQMouseEvent*);
|
|
virtual void viewportMouseMoveEvent (TQMouseEvent*);
|
|
virtual void viewportMouseReleaseEvent (TQMouseEvent*);
|
|
|
|
%If ( KDE_3_1_0 - )
|
|
virtual void viewportResizeEvent (TQResizeEvent*);
|
|
%End
|
|
|
|
virtual void viewportWheelEvent (TQWheelEvent*);
|
|
virtual void dragEnterEvent (TQDragEnterEvent*);
|
|
virtual void dropEvent (TQDropEvent*);
|
|
|
|
%If ( KDE_3_1_0 - )
|
|
virtual void closeEvent (TQCloseEvent*);
|
|
|
|
%If ( KDE_3_2_0 - )
|
|
virtual bool eventFilter (TQObject*, TQEvent*);
|
|
%End
|
|
|
|
%End
|
|
|
|
void keyPressEvent (TQKeyEvent*);
|
|
void keyReleaseEvent (TQKeyEvent*);
|
|
void contentsContextMenuEvent (TQContextMenuEvent*);
|
|
void doAutoScroll ();
|
|
void timerEvent (TQTimerEvent*);
|
|
|
|
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_TDEHTMLView, &sipClass_TDEHTMLView},
|
|
{sipName_TDEHTMLPart, &sipClass_TDEHTMLPart},
|
|
};
|
|
|
|
sipClass = sipMapStringToClass(sipCpp -> className(),map,sizeof (map)/sizeof (map[0]));
|
|
%End
|
|
//end
|
|
|
|
}; // class TDEHTMLView
|
|
|