36 #ifndef __vtkQtRichTextView_h
37 #define __vtkQtRichTextView_h
39 #include "vtkGUISupportQtWebkitModule.h"
40 #include "QVTKWin32Header.h"
73 void SetFieldType(
int);
80 vtkSetStringMacro(ContentColumnName);
87 vtkSetStringMacro(PreviewColumnName);
94 vtkSetStringMacro(TitleColumnName);
100 vtkSetStringMacro(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;