CrystalSpace

Public API Reference

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

csListBoxSkin Class Reference
[Skin support]

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

#include <csws/csskin.h>

Inheritance diagram for csListBoxSkin:

csSkinSlice csDefaultListBoxSkin List of all members.

Public Member Functions

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.3.9.1