javauis/lcdui_akn/lcdui/inc/CMIDTextEditor.h
branchRCL_3
changeset 46 4376525cdefb
parent 25 9ac0a0a7da70
child 59 e5618cc85d74
equal deleted inserted replaced
34:71c436fe3ce0 46:4376525cdefb
    70         TBool iHeightInRows;
    70         TBool iHeightInRows;
    71         // The shared CMIDUtils instance. Not owned.
    71         // The shared CMIDUtils instance. Not owned.
    72         CMIDUtils* iUtils;
    72         CMIDUtils* iUtils;
    73 
    73 
    74         TCtorParams::TCtorParams() :
    74         TCtorParams::TCtorParams() :
    75             iMaxSize(0),
    75                 iMaxSize(0),
    76             iWidth(0),
    76                 iWidth(0),
    77             iHeight(0),
    77                 iHeight(0),
    78             iHeightInRows(EFalse),
    78                 iHeightInRows(EFalse),
    79             iUtils(NULL) {}
    79                 iUtils(NULL) {}
    80     };
    80     };
    81 
    81 
    82 public: // Constructors and destructor
    82 public: // Constructors and destructor
    83 
    83 
    84     /**
    84     /**