browserui/browser/BrowserAppInc/BrowserWindowManager.h
changeset 24 868cceedabd3
parent 0 84ad3b177aa3
equal deleted inserted replaced
18:b57c5fc53578 24:868cceedabd3
    23 
    23 
    24 // INCLUDES FILES
    24 // INCLUDES FILES
    25 #include "WmlBrowserBuild.h"
    25 #include "WmlBrowserBuild.h"
    26 #include "Preferences.h"
    26 #include "Preferences.h"
    27 #include <e32base.h>
    27 #include <e32base.h>
    28 #include <BrCtlDefs.h>
    28 #include <brctldefs.h>
    29 #include "WindowObserver.h"
    29 #include "WindowObserver.h"
    30 
    30 
    31 // FORWARD DECLARATIONS
    31 // FORWARD DECLARATIONS
    32 class CBrowserWindow;
    32 class CBrowserWindow;
    33 class MApiProvider;
    33 class MApiProvider;
    75         // searching for a window identified by an Id
    75         // searching for a window identified by an Id
    76         CBrowserWindow* FindWindowL(
    76         CBrowserWindow* FindWindowL(
    77             const TDesC& aTargetName );
    77             const TDesC& aTargetName );
    78 
    78 
    79         CBrowserWindow* CurrentWindow() const;
    79         CBrowserWindow* CurrentWindow() const;
    80 
    80         
       
    81         CBrowserWindowQue* CurrentWindowQue() const;
       
    82         
    81         inline MApiProvider* ApiProvider() const;
    83         inline MApiProvider* ApiProvider() const;
    82 
    84 
    83         inline CBrowserContentView* ContentView() const;
    85         inline CBrowserContentView* ContentView() const;
    84 
    86 
    85         CArrayFixFlat<CWindowInfo*>* GetWindowInfoL( 
    87         CArrayFixFlat<CWindowInfo*>* GetWindowInfoL(