SkyGI::TabViewEntry Class Reference

Collaboration diagram for SkyGI::TabViewEntry:
[legend]
List of all members.

Public Member Functions

 TabViewEntry (const String &szCaption, Image *pImage, Window *pWindow)
 ~TabViewEntry ()
bool Selected ()
void Select (bool bSelect)
Rect GetHeaderRect ()
ImageGetImage ()
int GetImageSpacing ()
String GetCaption ()

Protected Attributes

String m_szCaption
Windowm_pWindow
Rect m_rHeader
bool m_bSelected
int m_iImageSpacing
Imagem_pImage

Friends

class TabView
class Theme

Constructor & Destructor Documentation

TabViewEntry::TabViewEntry ( const String szCaption,
Image pImage,
Window pWindow 
)

TabViewEntry::~TabViewEntry (  ) 


Member Function Documentation

bool TabViewEntry::Selected (  ) 

void TabViewEntry::Select ( bool  bSelect  ) 

Rect SkyGI::TabViewEntry::GetHeaderRect (  )  [inline]

Image* SkyGI::TabViewEntry::GetImage (  )  [inline]

int SkyGI::TabViewEntry::GetImageSpacing (  )  [inline]

String SkyGI::TabViewEntry::GetCaption (  )  [inline]


Friends And Related Function Documentation

friend class TabView [friend]

friend class Theme [friend]


Member Data Documentation

String SkyGI::TabViewEntry::m_szCaption [protected]

Window* SkyGI::TabViewEntry::m_pWindow [protected]

Rect SkyGI::TabViewEntry::m_rHeader [protected]

bool SkyGI::TabViewEntry::m_bSelected [protected]

int SkyGI::TabViewEntry::m_iImageSpacing [protected]

Image* SkyGI::TabViewEntry::m_pImage [protected]


Generated on Thu Dec 13 18:14:44 2007 for SkyGI by  doxygen 1.5.1-p1