plugins/consoles/vt100cons/inc/vtc_base.h
changeset 28 169dfbeff8ee
parent 0 7f656887cf89
child 30 35cb3fe43f60
equal deleted inserted replaced
27:17e35ffe449b 28:169dfbeff8ee
    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);