13 #include "vtkObject.h"
19 void PrintSelf(ostream& os, vtkIndent indent)
override;
25 void AddString(
const char* str);
26 void AddUniqueString(
const char* str);
32 void AddFormattedString(
const char* EventString, ...);
37 void RemoveAllItems();
42 void SetString(
int idx,
const char* str);
47 int GetLength() {
return this->GetNumberOfStrings(); }
52 int GetIndex(
const char* str);
62 int GetNumberOfStrings();
70 std::unique_ptr<vtkInternals> Internals;
static vtkStringList * New()
vtkTypeMacro(vtkStringList, vtkObject)
std::string GetString(DimX< TLeft, TRight, TOp > a, bool show_value=true)
#define QPCL_ENGINE_LIB_API