ReactOS 0.4.15-dev-8021-g7ce96fd
DWebBrowserEvents2IF Struct Reference

#include <webchild.h>

Inheritance diagram for DWebBrowserEvents2IF:

Public Member Functions

virtual ~DWebBrowserEvents2IF ()
 
virtual void StatusTextChange (const BStr &text)
 
virtual void ProgressChange (long progress, long progressMax)
 
virtual void WindowMove ()
 
virtual void WindowResize ()
 
virtual void WindowActivate ()
 
virtual void PropertyChange (const BStr &property)
 
virtual void DownloadComplete ()
 
virtual void CommandStateChange (long command, bool enable)
 
virtual void DownloadBegin ()
 
virtual void NewWindow2 (IDispatch **ppDisp, VARIANT_BOOL &cancel)
 
virtual void TitleChange (const BStr &text)
 
virtual void TitleIconChange (const BStr &text)
 
virtual void FrameBeforeNavigate (const BStr &url, long flags, const BStr &targetFrameName, VARIANT *postData, const BStr &headers, VARIANT_BOOL &cancel)
 
virtual void FrameNavigateComplete (const BStr &url)
 
virtual void FrameNewWindow (const BStr &url, long flags, const BStr &targetFrameName, VARIANT *postData, const BStr &headers, VARIANT_BOOL &processed)
 
virtual void BeforeNavigate2 (IDispatch *pDisp, const Variant &url, const Variant &flags, const Variant &targetFrameName, const Variant &postData, const Variant &headers, VARIANT_BOOL &cancel)
 
virtual void NavigateComplete2 (IDispatch *pDisp, const Variant &url)
 
virtual void OnQuit ()
 
virtual void OnVisible (bool Visible)
 
virtual void OnToolbar (bool Visible)
 
virtual void OnMenubar (bool Visible)
 
virtual void OnStatusbar (bool Visible)
 
virtual void OnFullscreen (bool Visible)
 
virtual void DocumentComplete ()
 
virtual void OnTheatermode (bool Visible)
 
virtual void OnAddressbar (bool Visible)
 
virtual void WindowSetResizable (bool Visible)
 
virtual void WindowClosing (VARIANT_BOOL IsChildWindow, VARIANT_BOOL &cancel)
 
virtual void WindowSetLeft (long Left)
 
virtual void WindowSetTop (long Top)
 
virtual void WindowSetWidth (long Width)
 
virtual void WindowSetHeight (long Height)
 
virtual void ClientToHostWindow (long &CX, long &CY)
 
virtual void SetSecureLockIcon (long SecureLockIcon)
 
virtual void FileDownload (Variant &cancel)
 
virtual void NavigateError (IDispatch *pDisp, const Variant &url, const Variant &Frame, const Variant &StatusCode, VARIANT_BOOL &cancel)
 
virtual void PrivacyImpactedStateChange (bool bImpacted)
 

Detailed Description

Definition at line 385 of file webchild.h.

Constructor & Destructor Documentation

◆ ~DWebBrowserEvents2IF()

virtual DWebBrowserEvents2IF::~DWebBrowserEvents2IF ( )
inlinevirtual

Definition at line 387 of file webchild.h.

387{}

Member Function Documentation

◆ BeforeNavigate2()

virtual void DWebBrowserEvents2IF::BeforeNavigate2 ( IDispatch pDisp,
const Variant &  url,
const Variant &  flags,
const Variant &  targetFrameName,
const Variant &  postData,
const Variant &  headers,
VARIANT_BOOL cancel 
)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 434 of file webchild.h.

437 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ ClientToHostWindow()

virtual void DWebBrowserEvents2IF::ClientToHostWindow ( long CX,
long CY 
)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 487 of file webchild.h.

488 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ CommandStateChange()

virtual void DWebBrowserEvents2IF::CommandStateChange ( long  command,
bool  enable 
)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 410 of file webchild.h.

411 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ DocumentComplete()

virtual void DWebBrowserEvents2IF::DocumentComplete ( )
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 460 of file webchild.h.

461 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ DownloadBegin()

virtual void DWebBrowserEvents2IF::DownloadBegin ( )
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 413 of file webchild.h.

414 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ DownloadComplete()

virtual void DWebBrowserEvents2IF::DownloadComplete ( )
inlinevirtual

Definition at line 407 of file webchild.h.

408 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ FileDownload()

virtual void DWebBrowserEvents2IF::FileDownload ( Variant &  cancel)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 493 of file webchild.h.

494 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ FrameBeforeNavigate()

virtual void DWebBrowserEvents2IF::FrameBeforeNavigate ( const BStr &  url,
long  flags,
const BStr &  targetFrameName,
VARIANT postData,
const BStr &  headers,
VARIANT_BOOL cancel 
)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 425 of file webchild.h.

426 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ FrameNavigateComplete()

virtual void DWebBrowserEvents2IF::FrameNavigateComplete ( const BStr &  url)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 428 of file webchild.h.

429 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ FrameNewWindow()

virtual void DWebBrowserEvents2IF::FrameNewWindow ( const BStr &  url,
long  flags,
const BStr &  targetFrameName,
VARIANT postData,
const BStr &  headers,
VARIANT_BOOL processed 
)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 431 of file webchild.h.

432 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ NavigateComplete2()

virtual void DWebBrowserEvents2IF::NavigateComplete2 ( IDispatch pDisp,
const Variant &  url 
)
inlinevirtual

Reimplemented in DWebBrowserEvents2Impl, and WebChildWindow.

Definition at line 439 of file webchild.h.

440 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ NavigateError()

virtual void DWebBrowserEvents2IF::NavigateError ( IDispatch pDisp,
const Variant &  url,
const Variant &  Frame,
const Variant &  StatusCode,
VARIANT_BOOL cancel 
)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 496 of file webchild.h.

497 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ NewWindow2()

virtual void DWebBrowserEvents2IF::NewWindow2 ( IDispatch **  ppDisp,
VARIANT_BOOL cancel 
)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 416 of file webchild.h.

417 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ OnAddressbar()

virtual void DWebBrowserEvents2IF::OnAddressbar ( bool  Visible)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 466 of file webchild.h.

467 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ OnFullscreen()

virtual void DWebBrowserEvents2IF::OnFullscreen ( bool  Visible)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 457 of file webchild.h.

458 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ OnMenubar()

virtual void DWebBrowserEvents2IF::OnMenubar ( bool  Visible)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 451 of file webchild.h.

452 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ OnQuit()

virtual void DWebBrowserEvents2IF::OnQuit ( )
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 442 of file webchild.h.

443 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ OnStatusbar()

virtual void DWebBrowserEvents2IF::OnStatusbar ( bool  Visible)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 454 of file webchild.h.

455 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ OnTheatermode()

virtual void DWebBrowserEvents2IF::OnTheatermode ( bool  Visible)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 463 of file webchild.h.

464 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ OnToolbar()

virtual void DWebBrowserEvents2IF::OnToolbar ( bool  Visible)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 448 of file webchild.h.

449 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ OnVisible()

virtual void DWebBrowserEvents2IF::OnVisible ( bool  Visible)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 445 of file webchild.h.

446 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ PrivacyImpactedStateChange()

virtual void DWebBrowserEvents2IF::PrivacyImpactedStateChange ( bool  bImpacted)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 499 of file webchild.h.

500 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ ProgressChange()

virtual void DWebBrowserEvents2IF::ProgressChange ( long  progress,
long  progressMax 
)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 392 of file webchild.h.

393 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ PropertyChange()

virtual void DWebBrowserEvents2IF::PropertyChange ( const BStr &  property)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 404 of file webchild.h.

405 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ SetSecureLockIcon()

virtual void DWebBrowserEvents2IF::SetSecureLockIcon ( long  SecureLockIcon)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 490 of file webchild.h.

491 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ StatusTextChange()

virtual void DWebBrowserEvents2IF::StatusTextChange ( const BStr &  text)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 389 of file webchild.h.

390 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ TitleChange()

virtual void DWebBrowserEvents2IF::TitleChange ( const BStr &  text)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 419 of file webchild.h.

420 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ TitleIconChange()

virtual void DWebBrowserEvents2IF::TitleIconChange ( const BStr &  text)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 422 of file webchild.h.

423 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ WindowActivate()

virtual void DWebBrowserEvents2IF::WindowActivate ( )
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 401 of file webchild.h.

402 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ WindowClosing()

virtual void DWebBrowserEvents2IF::WindowClosing ( VARIANT_BOOL  IsChildWindow,
VARIANT_BOOL cancel 
)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 472 of file webchild.h.

473 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ WindowMove()

virtual void DWebBrowserEvents2IF::WindowMove ( )
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 395 of file webchild.h.

396 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ WindowResize()

virtual void DWebBrowserEvents2IF::WindowResize ( )
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 398 of file webchild.h.

399 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ WindowSetHeight()

virtual void DWebBrowserEvents2IF::WindowSetHeight ( long  Height)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 484 of file webchild.h.

485 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ WindowSetLeft()

virtual void DWebBrowserEvents2IF::WindowSetLeft ( long  Left)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 475 of file webchild.h.

476 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ WindowSetResizable()

virtual void DWebBrowserEvents2IF::WindowSetResizable ( bool  Visible)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 469 of file webchild.h.

470 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ WindowSetTop()

virtual void DWebBrowserEvents2IF::WindowSetTop ( long  Top)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 478 of file webchild.h.

479 {}

Referenced by DWebBrowserEvents2Impl::Invoke().

◆ WindowSetWidth()

virtual void DWebBrowserEvents2IF::WindowSetWidth ( long  Width)
inlinevirtual

Reimplemented in WebChildWindow.

Definition at line 481 of file webchild.h.

482 {}

Referenced by DWebBrowserEvents2Impl::Invoke().


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