localItem Class Reference

#include <local.h>

List of all members.

Public Member Functions

 localItem ()
 ~localItem ()
int init (int, stringw, stringc)
int getId ()
stringw getText ()
stringc getPath ()

Private Attributes

int id
stringw * text
stringc * path

Detailed Description

Definition at line 2 of file local.h.


Constructor & Destructor Documentation

localItem::localItem (  ) 

Definition at line 3 of file local.cpp.

localItem::~localItem (  ) 

Definition at line 8 of file local.cpp.


Member Function Documentation

int localItem::getId (  ) 

Definition at line 21 of file local.cpp.

References id.

Referenced by BOOST_PYTHON_MODULE().

stringc localItem::getPath (  ) 

Definition at line 33 of file local.cpp.

References path.

Referenced by BOOST_PYTHON_MODULE(), and interface::speak().

stringw localItem::getText (  ) 

Definition at line 27 of file local.cpp.

References text.

Referenced by BOOST_PYTHON_MODULE(), and interface::speak().

int localItem::init ( int  i,
stringw  t,
stringc  p 
)

Member Data Documentation

int localItem::id [private]

Definition at line 14 of file local.h.

Referenced by getId().

stringc* localItem::path [private]

Definition at line 16 of file local.h.

Referenced by getPath(), and init().

stringw* localItem::text [private]

Definition at line 15 of file local.h.

Referenced by getText(), and init().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Friends

Generated on Wed Sep 9 18:20:16 2009 for The Merry Turnip by  doxygen 1.6.1