summaryrefslogtreecommitdiffstats
path: root/python/pykde/sip/khtml/html_head.sip
diff options
context:
space:
mode:
Diffstat (limited to 'python/pykde/sip/khtml/html_head.sip')
-rw-r--r--python/pykde/sip/khtml/html_head.sip203
1 files changed, 203 insertions, 0 deletions
diff --git a/python/pykde/sip/khtml/html_head.sip b/python/pykde/sip/khtml/html_head.sip
new file mode 100644
index 00000000..eb6d705c
--- /dev/null
+++ b/python/pykde/sip/khtml/html_head.sip
@@ -0,0 +1,203 @@
+//
+// 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.,
+// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+namespace DOM
+{
+
+class HTMLBaseElement : DOM::HTMLElement
+{
+%TypeHeaderCode
+#include <html_head.h>
+%End
+
+
+public:
+ HTMLBaseElement ();
+ HTMLBaseElement (const DOM::HTMLBaseElement&);
+ HTMLBaseElement (const DOM::Node&);
+
+protected:
+//ig HTMLBaseElement (HTMLBaseElementImpl*);
+
+public:
+ DOM::DOMString href () const;
+ void setHref (const DOM::DOMString&);
+ DOM::DOMString target () const;
+ void setTarget (const DOM::DOMString&);
+
+}; // class HTMLBaseElement
+
+
+class HTMLLinkElement : DOM::HTMLElement
+{
+%TypeHeaderCode
+#include <html_head.h>
+%End
+
+
+public:
+ HTMLLinkElement ();
+ HTMLLinkElement (const DOM::HTMLLinkElement&);
+ HTMLLinkElement (const DOM::Node&);
+
+protected:
+//ig HTMLLinkElement (HTMLLinkElementImpl*);
+
+public:
+ bool disabled () const;
+ void setDisabled (bool);
+ DOM::DOMString charset () const;
+ void setCharset (const DOM::DOMString&);
+ DOM::DOMString href () const;
+ void setHref (const DOM::DOMString&);
+ DOM::DOMString hreflang () const;
+ void setHreflang (const DOM::DOMString&);
+ DOM::DOMString media () const;
+ void setMedia (const DOM::DOMString&);
+ DOM::DOMString rel () const;
+ void setRel (const DOM::DOMString&);
+ DOM::DOMString rev () const;
+ void setRev (const DOM::DOMString&);
+ DOM::DOMString target () const;
+ void setTarget (const DOM::DOMString&);
+ DOM::DOMString type () const;
+ void setType (const DOM::DOMString&);
+ DOM::StyleSheet sheet () const;
+
+}; // class HTMLLinkElement
+
+
+class HTMLMetaElement : DOM::HTMLElement
+{
+%TypeHeaderCode
+#include <html_head.h>
+%End
+
+
+public:
+ HTMLMetaElement ();
+ HTMLMetaElement (const DOM::HTMLMetaElement&);
+ HTMLMetaElement (const DOM::Node&);
+
+protected:
+//ig HTMLMetaElement (HTMLMetaElementImpl*);
+
+public:
+ DOM::DOMString content () const;
+ void setContent (const DOM::DOMString&);
+ DOM::DOMString httpEquiv () const;
+ void setHttpEquiv (const DOM::DOMString&);
+ DOM::DOMString name () const;
+ void setName (const DOM::DOMString&);
+ DOM::DOMString scheme () const;
+ void setScheme (const DOM::DOMString&);
+
+}; // class HTMLMetaElement
+
+
+class HTMLScriptElement : DOM::HTMLElement
+{
+%TypeHeaderCode
+#include <html_head.h>
+%End
+
+
+public:
+ HTMLScriptElement ();
+ HTMLScriptElement (const DOM::HTMLScriptElement&);
+ HTMLScriptElement (const DOM::Node&);
+
+protected:
+//ig HTMLScriptElement (HTMLScriptElementImpl*);
+
+public:
+ DOM::DOMString text () const;
+ void setText (const DOM::DOMString&);
+ DOM::DOMString htmlFor () const;
+ void setHtmlFor (const DOM::DOMString&);
+ DOM::DOMString event () const;
+ void setEvent (const DOM::DOMString&);
+ DOM::DOMString charset () const;
+ void setCharset (const DOM::DOMString&);
+ bool defer () const;
+ void setDefer (bool);
+ DOM::DOMString src () const;
+ void setSrc (const DOM::DOMString&);
+ DOM::DOMString type () const;
+ void setType (const DOM::DOMString&);
+
+}; // class HTMLScriptElement
+
+
+class HTMLStyleElement : DOM::HTMLElement
+{
+%TypeHeaderCode
+#include <html_head.h>
+%End
+
+
+public:
+ HTMLStyleElement ();
+ HTMLStyleElement (const DOM::HTMLStyleElement&);
+ HTMLStyleElement (const DOM::Node&);
+
+protected:
+//ig HTMLStyleElement (HTMLStyleElementImpl*);
+
+public:
+ bool disabled () const;
+ void setDisabled (bool);
+ DOM::DOMString media () const;
+ void setMedia (const DOM::DOMString&);
+ DOM::DOMString type () const;
+ void setType (const DOM::DOMString&);
+ DOM::StyleSheet sheet () const;
+
+}; // class HTMLStyleElement
+
+
+class HTMLTitleElement : DOM::HTMLElement
+{
+%TypeHeaderCode
+#include <html_head.h>
+%End
+
+
+public:
+ HTMLTitleElement ();
+ HTMLTitleElement (const DOM::HTMLTitleElement&);
+ HTMLTitleElement (const DOM::Node&);
+
+protected:
+//ig HTMLTitleElement (HTMLTitleElementImpl*);
+
+public:
+ DOM::DOMString text () const;
+ void setText (const DOM::DOMString&);
+
+}; // class HTMLTitleElement
+
+}; // namespace DOM
+