Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ShipCatalogEntry Struct Reference

List of all members.

Public Member Functions

 ShipCatalogEntry ()
 ShipCatalogEntry (const char *n, const char *t, const char *p, const char *f, bool h=false)
 ~ShipCatalogEntry ()

Static Public Member Functions

static const char * TYPENAME ()

Public Attributes

Text name
Text type
Text path
Text file
bool hide
ShipDesigndesign

Detailed Description

Definition at line 78 of file ShipDesign.cpp.


Constructor & Destructor Documentation

ShipCatalogEntry::ShipCatalogEntry ( )
inline

Definition at line 81 of file ShipDesign.cpp.

ShipCatalogEntry::ShipCatalogEntry ( const char *  n,
const char *  t,
const char *  p,
const char *  f,
bool  h = false 
)
inline

Definition at line 83 of file ShipDesign.cpp.

ShipCatalogEntry::~ShipCatalogEntry ( )
inline

Definition at line 86 of file ShipDesign.cpp.


Member Function Documentation

static const char* ShipCatalogEntry::TYPENAME ( )
inlinestatic

Definition at line 79 of file ShipDesign.cpp.


Member Data Documentation

ShipDesign* ShipCatalogEntry::design

Definition at line 94 of file ShipDesign.cpp.

Text ShipCatalogEntry::file

Definition at line 91 of file ShipDesign.cpp.

bool ShipCatalogEntry::hide

Definition at line 92 of file ShipDesign.cpp.

Text ShipCatalogEntry::name

Definition at line 88 of file ShipDesign.cpp.

Text ShipCatalogEntry::path

Definition at line 90 of file ShipDesign.cpp.

Text ShipCatalogEntry::type

Definition at line 89 of file ShipDesign.cpp.


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