S60 3rd Edition API Reference: TEikGroupControl Class Reference

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 ()
 TEikGroupControl (CCoeControl *aControl, TInt aId, TInt aLength, TInt aFlags)
TBool IsLengthSet () const
TInt Length () const
TBool IsStretchable () const
void SetLength (TInt aLength)
void SetStretchable ()

Data Fields

CCoeControl * iControl
TInt iId
TInt iLongId

Member Enumeration Documentation

enum TEikGroupControl::TControlFlags
 
Enumerator:
ESetLength 
EAllowStretch 

Constructor & Destructor Documentation

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

Member Function Documentation

TBool TEikGroupControl::IsLengthSet  )  const [inline]
 
TBool TEikGroupControl::IsStretchable  )  const [inline]
 
TInt TEikGroupControl::Length  )  const [inline]
 
void TEikGroupControl::SetLength TInt  aLength  )  [inline]
 
void TEikGroupControl::SetStretchable  )  [inline]
 

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-2007
Back to top