#include <vtkStringList.h>
Inherits vtkObject.
Definition at line 29 of file vtkStringList.h.
§ Superclass
§ vtkStringList() [1/2]
vtkStringList::vtkStringList |
( |
| ) |
|
|
protected |
§ ~vtkStringList()
vtkStringList::~vtkStringList |
( |
| ) |
|
|
protected |
§ vtkStringList() [2/2]
§ New()
§ GetClassName()
virtual const char* vtkStringList::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkStringList::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkStringList::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
static vtkStringList* vtkStringList::SafeDownCast |
( |
vtkObject * |
o | ) |
|
|
static |
§ PrintSelf()
void vtkStringList::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ AddString()
void vtkStringList::AddString |
( |
const char * |
str | ) |
|
§ AddUniqueString()
void vtkStringList::AddUniqueString |
( |
const char * |
str | ) |
|
§ AddFormattedString()
void vtkStringList::AddFormattedString |
( |
const char * |
EventString, |
|
|
|
... |
|
) |
| |
Add a command and format it any way you like.
§ RemoveAllItems()
void vtkStringList::RemoveAllItems |
( |
| ) |
|
§ SetString()
void vtkStringList::SetString |
( |
int |
idx, |
|
|
const char * |
str |
|
) |
| |
§ GetLength()
int vtkStringList::GetLength |
( |
| ) |
|
|
inline |
§ GetIndex()
int vtkStringList::GetIndex |
( |
const char * |
str | ) |
|
Get the index of a string.
§ GetString()
const char* vtkStringList::GetString |
( |
int |
idx | ) |
|
Get a command from its index.
§ GetNumberOfStrings()
virtual int vtkStringList::GetNumberOfStrings |
( |
| ) |
|
|
virtual |
§ Reallocate()
void vtkStringList::Reallocate |
( |
int |
num | ) |
|
|
protected |
§ DeleteStrings()
void vtkStringList::DeleteStrings |
( |
| ) |
|
|
protected |
§ operator=()
§ NumberOfStrings
int vtkStringList::NumberOfStrings |
|
protected |
§ StringArrayLength
int vtkStringList::StringArrayLength |
|
protected |
§ Strings
char** vtkStringList::Strings |
|
protected |
The documentation for this class was generated from the following file: