36 #ifndef vtkQtRichTextView_h
37 #define vtkQtRichTextView_h
39 #include "vtkGUISupportQtWebkitModule.h"
40 #include "QVTKWin32Header.h"
73 void SetFieldType(
int);
80 vtkSetStringMacro(ContentColumnName);
81 vtkGetStringMacro(ContentColumnName);
87 vtkSetStringMacro(PreviewColumnName);
88 vtkGetStringMacro(PreviewColumnName);
94 vtkSetStringMacro(TitleColumnName);
95 vtkGetStringMacro(TitleColumnName);
100 vtkSetStringMacro(ProxyURL);
101 vtkGetStringMacro(ProxyURL);
106 vtkSetMacro(ProxyPort,
int);
107 vtkGetMacro(ProxyPort,
int);
120 void onLinkClicked(
const QUrl &
url);
130 char* ContentColumnName;
131 char* PreviewColumnName;
132 char* TitleColumnName;
136 class Implementation;
137 Implementation* Internal;
Superclass for QAbstractItemView-based views.
Wrapper around std::string to keep symbols short.
virtual QWidget * GetWidget()=0
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for Qt widget-based views.