GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

Glist::GlistItem Class Reference

#include <Glist.h>

List of all members.

Public Methods

 GlistItem (Gobject *o, GlistItem *next)
 ~GlistItem ()
GobjectValue ()
GlistItem* Next ()
void SetNext (GlistItem *item)


Detailed Description

The GlistItem is an element of a GList


Constructor & Destructor Documentation

Glist::GlistItem::GlistItem ( Gobject * o,
GlistItem * next )
 

Construct a GlistItem with an object and a pointer to the next element


Member Function Documentation

GlistItem * Glist::GlistItem::Next ( )
 

Return the next item of the list

void Glist::GlistItem::SetNext ( GlistItem * item )
 

Set the element on which the item will point

Gobject * Glist::GlistItem::Value ( )
 

Return the value of the item


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

Copyright © 2002 Thibaut Nicolas
Last modified  lun sep 23 23:41:26 EDT 2002