GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

Gtree Class Reference

#include <Gtree.h>

Inheritance diagram for Gtree:

GwidgetTree List of all members.

Public Methods

 Gtree ()
 Gtree (Gtree *g)
 Gtree (Gtree *_parent, Gtree *_child, Gtree *_brother, void *datas)
 ~Gtree ()
Gtree* Parent ()
Gtree* Child ()
Gtree* Brother ()
void* GetObject ()
void SetParent (Gtree *p)
void SetChild (Gtree *v)
void SetBrother (Gtree *b)
bool HasParent ()
bool HasBrother ()
bool HasChild ()
void AddChild (void *p)
Gtree* FindNode (void *p)
void Serialize (const char *filename)
void DeleteSubtree ()

Protected Methods

void SerializeR (FILE *f)

Protected Attributes

Gtree* parent
Gtree* child
Gtree* brother
void* object

Detailed Description

Gtree is an object designed to store datas in a generic tree. The tree can store a pointer to anything. You can inherit this class to use Gtree as a generic tree.
Author(s):
Thibaut Nicolas
Version:
0.1.0


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