TEikGroupControl Class Reference

API published in: S60 1st Ed

Link against: eikdlg.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <
eikctgrp.h>

Public Types

enum  TControlFlags { ESetLength = 0x01, EAllowStretch = 0x02 }

Public Member Functions

 TEikGroupControl ()
 Constructor.
 TEikGroupControl (CCoeControl *aControl, TInt aId, TInt aLength, TInt aFlags)
 Constructor.
TBool IsLengthSet () const
 IsLengthSet() whether length has been set.
TInt Length () const
 Length() returns value of the length.
TBool IsStretchable () const
 IsStretchable() whether controlgroup is stretchable.
void SetLength (TInt aLength)
 SetLength() sets the length.
void SetStretchable ()
 SetStretchable() sets to be stretchable.

Data Fields

CCoeControl * iControl
TInt iId
TInt iLongId

Member Enumeration Documentation

enum TEikGroupControl::TControlFlags
 
Enumerator:
ESetLength 
EAllowStretch 

Constructor & Destructor Documentation

TEikGroupControl::TEikGroupControl  )  [inline]
 

Constructor.

TEikGroupControl::TEikGroupControl CCoeControl *  aControl,
TInt  aId,
TInt  aLength,
TInt  aFlags
[inline]
 

Constructor.


Member Function Documentation

TBool TEikGroupControl::IsLengthSet  )  const [inline]
 

IsLengthSet() whether length has been set.

TBool TEikGroupControl::IsStretchable  )  const [inline]
 

IsStretchable() whether controlgroup is stretchable.

TInt TEikGroupControl::Length  )  const [inline]
 

Length() returns value of the length.

void TEikGroupControl::SetLength TInt  aLength  )  [inline]
 

SetLength() sets the length.

void TEikGroupControl::SetStretchable  )  [inline]
 

SetStretchable() sets to be stretchable.


Field Documentation

CCoeControl* TEikGroupControl::iControl
 
TInt TEikGroupControl::iId
 
TInt TEikGroupControl::iLongId
 

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top