]> git.saurik.com Git - wxWidgets.git/blame - wxPython/contrib/activex/wxie/doxydoc/iehtmlwin_8h-source.html
Moved config.py to the root because if wxPython hasn't been built yet
[wxWidgets.git] / wxPython / contrib / activex / wxie / doxydoc / iehtmlwin_8h-source.html
CommitLineData
b7c75283
RD
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>iehtmlwin.h Source File</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5</head><body>
6<!-- Generated by Doxygen 1.3-rc3 -->
7<center>
8<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
9<hr><h1>iehtmlwin.h</h1><a href="iehtmlwin_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001
1000004 <span class="preprocessor">#ifndef _IEHTMLWIN_H_</span>
1100005 <span class="preprocessor"></span><span class="preprocessor">#define _IEHTMLWIN_H_</span>
1200006 <span class="preprocessor"></span><span class="preprocessor">#pragma warning( disable : 4101 4786)</span>
1300007 <span class="preprocessor"></span><span class="preprocessor">#pragma warning( disable : 4786)</span>
1400008 <span class="preprocessor"></span>
1500009
1600010 <span class="preprocessor">#include &lt;wx/setup.h&gt;</span>
1700011 <span class="preprocessor">#include &lt;wx/wx.h&gt;</span>
1800012 <span class="preprocessor">#include &lt;exdisp.h&gt;</span>
1900013 <span class="preprocessor">#include &lt;iostream&gt;</span>
2000014 <span class="keyword">using</span> <span class="keyword">namespace </span>std;
2100015
2200016 <span class="preprocessor">#include "<a class="code" href="wxactivex_8h.html">wxactivex.h</a>"</span>
2300017
2400018
2500019 <span class="keyword">enum</span> wxIEHtmlRefreshLevel
2600020 {
2700021 wxIEHTML_REFRESH_NORMAL = 0,
2800022 wxIEHTML_REFRESH_IFEXPIRED = 1,
2900023 wxIEHTML_REFRESH_CONTINUE = 2,
3000024 wxIEHTML_REFRESH_COMPLETELY = 3
3100025 };
3200026
3300027 <span class="keyword">class </span>IStreamAdaptorBase;
3400028
3500029 <span class="keyword">class </span>wxIEHtmlWin : <span class="keyword">public</span> <a class="code" href="classwxActiveX.html">wxActiveX</a>
3600030 {
3700031 <span class="keyword">public</span>:
3800032 wxIEHtmlWin(wxWindow * parent, wxWindowID id = -1,
3900033 <span class="keyword">const</span> wxPoint&amp; pos = wxDefaultPosition,
4000034 <span class="keyword">const</span> wxSize&amp; size = wxDefaultSize,
4100035 <span class="keywordtype">long</span> style = 0,
4200036 <span class="keyword">const</span> wxString&amp; name = wxPanelNameStr);
4300037 <span class="keyword">virtual</span> ~wxIEHtmlWin();
4400038
4500039 <span class="keywordtype">void</span> LoadUrl(<span class="keyword">const</span> wxString&amp;);
4600040 <span class="keywordtype">bool</span> LoadString(wxString html);
4700041 <span class="keywordtype">bool</span> LoadStream(istream *strm);
4800042 <span class="keywordtype">bool</span> LoadStream(wxInputStream *is);
4900043
5000044 <span class="keywordtype">void</span> SetCharset(wxString charset);
5100045 <span class="keywordtype">void</span> SetEditMode(<span class="keywordtype">bool</span> seton);
5200046 <span class="keywordtype">bool</span> GetEditMode();
5300047 wxString GetStringSelection(<span class="keywordtype">bool</span> asHTML = <span class="keyword">false</span>);
5400048 wxString GetText(<span class="keywordtype">bool</span> asHTML = <span class="keyword">false</span>);
5500049
5600050 <span class="keywordtype">bool</span> GoBack();
5700051 <span class="keywordtype">bool</span> GoForward();
5800052 <span class="keywordtype">bool</span> GoHome();
5900053 <span class="keywordtype">bool</span> GoSearch();
6000054 <span class="keywordtype">bool</span> Refresh(wxIEHtmlRefreshLevel level);
6100055 <span class="keywordtype">bool</span> Stop();
6200056
6300057 DECLARE_EVENT_TABLE();
6400058
6500059 <span class="keyword">protected</span>:
6600060 <span class="keywordtype">void</span> SetupBrowser();
6700061 <span class="keywordtype">bool</span> LoadStream(IStreamAdaptorBase *pstrm);
6800062
6900063 <a class="code" href="classwxAutoOleInterface.html">wxAutoOleInterface&lt;IWebBrowser2&gt;</a> m_webBrowser;
7000064 };
7100065
7200066 <span class="preprocessor">#endif </span><span class="comment">/* _IEHTMLWIN_H_ */</span>
73</pre></div><hr><address style="align: right;"><small>Generated on Tue Apr 1 14:51:12 2003 for wxActiveX by
74<a href="http://www.doxygen.org/index.html">
75<img src="doxygen.png" alt="doxygen" align="middle" border=0
76width=110 height=53></a>1.3-rc3 </small></address>
77</body>
78</html>