34 #ifndef vtkQtRichTextView_h
35 #define vtkQtRichTextView_h
37 #include "vtkGUISupportQtWebkitModule.h"
75 void SetFieldType(
int);
84 vtkSetStringMacro(ContentColumnName);
93 vtkSetStringMacro(PreviewColumnName);
102 vtkSetStringMacro(TitleColumnName);
110 vtkSetStringMacro(ProxyURL);
119 vtkGetMacro(ProxyPort,
int);
134 void onLinkClicked(
const QUrl &
url);
144 char* ContentColumnName;
145 char* PreviewColumnName;
146 char* TitleColumnName;
150 class Implementation;
151 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).
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Superclass for Qt widget-based views.