LinkNamed Class Reference

#include <Link.h>

Inherits LinkAction.


Public Member Functions

 LinkNamed (Object *nameObj)
virtual ~LinkNamed ()
virtual GBool isOk ()
virtual LinkActionKind getKind ()
GStringgetName ()

Private Attributes

GStringname


Detailed Description

Definition at line 237 of file Link.h.


Constructor & Destructor Documentation

LinkNamed::LinkNamed ( Object nameObj  ) 

virtual LinkNamed::~LinkNamed (  )  [virtual]


Member Function Documentation

virtual GBool LinkNamed::isOk (  )  [inline, virtual]

Implements LinkAction.

Definition at line 245 of file Link.h.

References name, and NULL.

00245 { return name != NULL; }

virtual LinkActionKind LinkNamed::getKind (  )  [inline, virtual]

Implements LinkAction.

Definition at line 247 of file Link.h.

References actionNamed.

00247 { return actionNamed; }

GString* LinkNamed::getName (  )  [inline]

Definition at line 248 of file Link.h.

References name.

00248 { return name; }


Field Documentation

GString* LinkNamed::name [private]

Definition at line 252 of file Link.h.

Referenced by getName(), and isOk().


The documentation for this class was generated from the following file:
Generated on Fri Jan 9 12:45:39 2009 for libextractor by  doxygen 1.5.1