|
Panda3D
|
This is a list of keywords (see DCKeyword) that may be set on a particular field. More...
Public Member Functions | |
| bool | compareKeywords (DCKeywordList const other) |
| Returns true if this list has the same keywords as the other list, false if some keywords differ. | |
| DCKeyword const | getKeyword (int n) |
| Returns the nth keyword in the list. | |
| DCKeyword const | getKeywordByName (string name) |
| Returns the keyword in the list with the indicated name, or NULL if there is no keyword in the list with that name. | |
| int | getNumKeywords () |
| Returns the number of keywords in the list. | |
| bool | hasKeyword (DCKeyword const keyword) |
| Returns true if this list includes the indicated keyword, false otherwise. | |
| bool | hasKeyword (string name) |
| Returns true if this list includes the indicated keyword, false otherwise. | |
This is a list of keywords (see DCKeyword) that may be set on a particular field.
| bool compareKeywords | ( | DCKeywordList const | other | ) |
Returns true if this list has the same keywords as the other list, false if some keywords differ.
Order is not considered important.
| DCKeyword const getKeyword | ( | int | n | ) |
Returns the nth keyword in the list.
| DCKeyword const getKeywordByName | ( | string | name | ) |
Returns the keyword in the list with the indicated name, or NULL if there is no keyword in the list with that name.
| int getNumKeywords | ( | ) |
Returns the number of keywords in the list.
| bool hasKeyword | ( | DCKeyword const | keyword | ) |
Returns true if this list includes the indicated keyword, false otherwise.
| bool hasKeyword | ( | string | name | ) |
Returns true if this list includes the indicated keyword, false otherwise.
1.7.3