API 0.9.5
AppKit/CPWebView.h
Go to the documentation of this file.
00001 
00002 @interface CPWebView : CPView
00003 {
00004     CPScrollView        _scrollView;
00005     CPView              _frameView;
00006 
00007     IFrame              _iframe;
00008     CPString            _mainFrameURL;
00009     CPArray             _backwardStack;
00010     CPArray             _forwardStack;
00011 
00012     BOOL                _ignoreLoadStart;
00013     BOOL                _ignoreLoadEnd;
00014     BOOL                _isLoading;
00015 
00016     id                  _downloadDelegate;
00017     id                  _frameLoadDelegate;
00018     id                  _policyDelegate;
00019     id                  _resourceLoadDelegate;
00020     id                  _UIDelegate;
00021 
00022     CPWebScriptObject   _wso;
00023 
00024     CPString            _url;
00025     CPString            _html;
00026 
00027     Function            _loadCallback;
00028 
00029     int                 _scrollMode;
00030     int                 _effectiveScrollMode;
00031     BOOL                _contentIsAccessible;
00032     CPTimer             _contentSizeCheckTimer;
00033     int                 _contentSizePollCount;
00034 
00035     int                 _loadHTMLStringTimer;
00036 
00037     BOOL                _drawsBackground;
00038 }
00039 @end
 All Classes Files Functions Variables Defines