#include <vtkStringList.h>
List of all members.
Detailed Description
Definition at line 28 of file vtkStringList.h.
Constructor & Destructor Documentation
| vtkStringList::vtkStringList |
( |
| ) |
[protected] |
| vtkStringList::~vtkStringList |
( |
| ) |
[protected] |
| vtkStringList::vtkStringList |
( |
const vtkStringList & |
| ) |
[protected] |
Member Function Documentation
| virtual const char* vtkStringList::GetClassName |
( |
| ) |
[virtual] |
| static int vtkStringList::IsTypeOf |
( |
const char * |
type | ) |
[static] |
| virtual int vtkStringList::IsA |
( |
const char * |
type | ) |
[virtual] |
| void vtkStringList::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| [virtual] |
| void vtkStringList::AddString |
( |
const char * |
str | ) |
|
| void vtkStringList::AddUniqueString |
( |
const char * |
str | ) |
|
| void vtkStringList::AddFormattedString |
( |
const char * |
EventString, |
|
|
|
... |
|
) |
| |
Add a command and format it any way you like.
| void vtkStringList::RemoveAllItems |
( |
| ) |
|
| void vtkStringList::SetString |
( |
int |
idx, |
|
|
const char * |
str |
|
) |
| |
| int vtkStringList::GetLength |
( |
| ) |
[inline] |
| int vtkStringList::GetIndex |
( |
const char * |
str | ) |
|
Get the index of a string.
| const char* vtkStringList::GetString |
( |
int |
idx | ) |
|
Get a command from its index.
| virtual int vtkStringList::GetNumberOfStrings |
( |
| ) |
[virtual] |
| void vtkStringList::Reallocate |
( |
int |
num | ) |
[protected] |
| void vtkStringList::DeleteStrings |
( |
| ) |
[protected] |
| void vtkStringList::operator= |
( |
const vtkStringList & |
| ) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following file: