cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
WebViewImpl Class Reference

#import <UIWebViewImpl-ios.h>

Instance Methods

() - WebViewImpl
 
(virtual) - ~WebViewImpl
 
(void) - setJavascriptInterfaceScheme
 
(void) - loadData
 
(void) - loadHTMLString
 
(void) - loadURL
 
(void) - loadFile
 
(void) - stopLoading
 
(void) - reload
 
(bool) - canGoBack
 
(bool) - canGoForward
 
(void) - goBack
 
(void) - goForward
 
(void) - evaluateJS
 
(void) - setScalesPageToFit
 
(virtual void) - draw
 
(virtual void) - setVisible
 

Constructor & Destructor Documentation

- WebViewImpl (WebView *)  webView
- (virtual ~)WebViewImpl

Method Documentation

- (bool) canGoBack
- (bool) canGoForward
- (virtual void) draw (cocos2d::Renderer *)  renderer
(cocos2d::Mat4 const &)  transform
(uint32_t flags 
- (void) evaluateJS (const std::string &)  js
- (void) goBack
- (void) goForward
- (void) loadData (const cocos2d::Data &)  data
(const std::string &)  MIMEType
(const std::string &)  encoding
(const std::string &)  baseURL 
- (void) loadFile (const std::string &)  fileName
- (void) loadHTMLString (const std::string &)  string
(const std::string &)  baseURL 
- (void) loadURL (const std::string &)  url
- (void) reload
- (void) setJavascriptInterfaceScheme (const std::string &)  scheme
- (void) setScalesPageToFit (const bool)  scalesPageToFit
- (virtual void) setVisible (bool)  visible
- (void) stopLoading

The documentation for this class was generated from the following file: