CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

csListBoxSkin Class Reference
[Skin support]

This class defines the interface for a listbox skin slice. More...

#include <csskin.h>

Inheritance diagram for csListBoxSkin:

csSkinSlice csDefaultListBoxSkin List of all members.

Public Methods

virtual const char * GetName () const
 Get the identifier of the component this skin slice is for.

virtual void SuggestSize (csListBox &This, int &w, int &h)=0
 Suggest the optimal size of the button, given an already filled object.


Detailed Description

This class defines the interface for a listbox skin slice.

Every skin slice that is meant for listboxes should inherit from this interface.

Definition at line 283 of file csskin.h.


Member Function Documentation

virtual const char* csListBoxSkin::GetName   const [inline, virtual]
 

Get the identifier of the component this skin slice is for.

Implements csSkinSlice.

Definition at line 287 of file csskin.h.

virtual void csListBoxSkin::SuggestSize csListBox   This,
int &    w,
int &    h
[pure virtual]
 

Suggest the optimal size of the button, given an already filled object.

Implemented in csDefaultListBoxSkin.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.18