◆ deleteSiblings()
| void Titanic::TTconcept::deleteSiblings |
( |
| ) |
|
Destroys any attached sibling concepts to the given concept
◆ copyFrom()
| void Titanic::TTconcept::copyFrom |
( |
TTconcept * |
src | ) |
|
Copies data from a source concept
◆ compareTo() [1/2]
| bool Titanic::TTconcept::compareTo |
( |
const char * |
str | ) |
const |
Compares the name of the associated word, if any, to the passed string
◆ compareTo() [2/2]
| bool Titanic::TTconcept::compareTo |
( |
TTword * |
word | ) |
const |
Compares the concept to the specified word
◆ setOwner() [1/2]
| int Titanic::TTconcept::setOwner |
( |
TTconcept * |
src | ) |
|
Set an owner for the concept
◆ setOwner() [2/2]
| int Titanic::TTconcept::setOwner |
( |
TTword * |
src, |
|
|
bool |
dontDup |
|
) |
| |
Set an owner for the concept
◆ getStatus()
| int Titanic::TTconcept::getStatus |
( |
| ) |
const |
|
inline |
Return the status of the concept
◆ isValid()
| bool Titanic::TTconcept::isValid |
( |
| ) |
const |
|
inline |
True true if the concept is valid
◆ isWordClass()
| bool Titanic::TTconcept::isWordClass |
( |
WordClass |
wordClass | ) |
const |
|
inline |
Returns true if the word is of the specified class
◆ getText()
| const TTstring Titanic::TTconcept::getText |
( |
| ) |
|
Return text assocaited with the concept's word or script
◆ findByWordId()
| TTconcept* Titanic::TTconcept::findByWordId |
( |
int |
id | ) |
|
◆ findByWordClass()
| static TTconcept* Titanic::TTconcept::findByWordClass |
( |
TTconcept * |
conceptP, |
|
|
WordClass |
wordClass |
|
) |
| |
|
static |
Find a word by it's class
◆ isTheWordId()
| bool Titanic::TTconcept::isTheWordId |
( |
int |
id | ) |
const |
Returns true if the concept has a word with a given Id
◆ getTheWordId()
| int Titanic::TTconcept::getTheWordId |
( |
| ) |
const |
If a word is associated, return it's Id
The documentation for this class was generated from the following file: