38 #ifndef vtkQtRichTextView_h 39 #define vtkQtRichTextView_h 41 #include "vtkGUISupportQtWebkitModule.h" 79 void SetFieldType(
int);
88 vtkSetStringMacro(ContentColumnName);
89 vtkGetStringMacro(ContentColumnName);
97 vtkSetStringMacro(PreviewColumnName);
98 vtkGetStringMacro(PreviewColumnName);
106 vtkSetStringMacro(TitleColumnName);
107 vtkGetStringMacro(TitleColumnName);
114 vtkSetStringMacro(ProxyURL);
115 vtkGetStringMacro(ProxyURL);
122 vtkSetMacro(ProxyPort,
int);
123 vtkGetMacro(ProxyPort,
int);
138 void onLinkClicked(
const QUrl &
url);
148 char* ContentColumnName;
149 char* PreviewColumnName;
150 char* TitleColumnName;
154 class Implementation;
155 Implementation* Internal;
Superclass for QAbstractItemView-based views.
Wrapper around std::string to keep symbols short.
virtual void Update()
Update the view.
virtual QWidget * GetWidget()=0
Get the main container of this view (a QWidget).
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Superclass for Qt widget-based views.