Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
EggComment Class Reference

A comment that appears in an egg file within a <Comment> entry. More...

Inheritance diagram for EggComment:
EggNode EggNamedObject EggObject

List of all members.

Public Member Functions

 EggComment (EggComment const copy)
 EggComment (string node_name, string comment)
string getComment ()
EggComment operator= (EggComment const copy)
EggComment operator= (string comment)
 setComment (string comment)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

A comment that appears in an egg file within a <Comment> entry.


Constructor & Destructor Documentation

EggComment ( EggComment const  copy)
EggComment ( string  node_name,
string  comment 
)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from EggNode.

EggComment operator= ( EggComment const  copy)
EggComment operator= ( string  comment)
setComment ( string  comment)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties