equal
deleted
inserted
replaced
25 */ |
25 */ |
26 class CScreenManager : public CBase |
26 class CScreenManager : public CBase |
27 { |
27 { |
28 public: |
28 public: |
29 //Returns the TWindow occupied by the command window |
29 //Returns the TWindow occupied by the command window |
30 const TWindow& GetCommandWindow() {return iCmdWnd;} |
30 const TWindow& GetCommandWindow(); |
31 //Sets new coordinates of the screen available to this screen manager |
31 //Sets new coordinates of the screen available to this screen manager |
32 void ResizeScreenL(const TWindow& aWindow); |
32 void ResizeScreenL(const TWindow& aWindow); |
33 //Resizes all Views to make space (if possible) for the new size of the command window. |
33 //Resizes all Views to make space (if possible) for the new size of the command window. |
34 //Returns the new size of the command window. |
34 //Returns the new size of the command window. |
35 const TWindow& ResizeCommandWindowL(TInt aHeight); |
35 const TWindow& ResizeCommandWindowL(TInt aHeight); |