equal
deleted
inserted
replaced
49 IMPORT_C TBool Debug(); |
49 IMPORT_C TBool Debug(); |
50 IMPORT_C void SetDebug(TBool aDebug); |
50 IMPORT_C void SetDebug(TBool aDebug); |
51 protected: |
51 protected: |
52 IMPORT_C CVtcConsoleBase(); |
52 IMPORT_C CVtcConsoleBase(); |
53 IMPORT_C virtual void ConstructL(const TDesC& aTitle); |
53 IMPORT_C virtual void ConstructL(const TDesC& aTitle); |
|
54 IMPORT_C void ConstructL(const TDesC& aTitle, TBool aConsoleSupportsSizeDetect); // Note this is NOT virtual, only used for baseclasses to call up to from their overload of ConstructL(const TDesC&) if they explicitly don't support console size detect |
54 IMPORT_C static TInt ReadKeywordValuePair(TLex& aLex, TPtrC& aKeyword, TPtrC& aValue); |
55 IMPORT_C static TInt ReadKeywordValuePair(TLex& aLex, TPtrC& aKeyword, TPtrC& aValue); |
55 |
56 |
56 private: |
57 private: |
57 void DetectScreenSizeL(TSize& aSize); |
58 void DetectScreenSizeL(TSize& aSize); |
58 TInt DoDetectScreenSize(TSize& aSize); |
59 TInt DoDetectScreenSize(TSize& aSize); |