Static Public Member Functions | List of all members
pqWidgetUtilities Class Reference

#include <pqWidgetUtilities.h>

Static Public Member Functions

static QString formatTooltip (const QString &rawText)
 Convert a rich-text QString into an HTML, formatted with wrapping if necessary. More...
 
static void formatChildTooltips (QWidget *parentObject)
 
static std::string rstToHtml (const char *rstStr)
 Convert proxy documentation from RST to HTML (so that it can be used in Qt) More...
 
static QString rstToHtml (const QString &rstStr)
 Convert proxy documentation from RST to HTML (so that it can be used in Qt) More...
 

Detailed Description

Definition at line 13 of file pqWidgetUtilities.h.

Member Function Documentation

◆ formatTooltip()

static QString pqWidgetUtilities::formatTooltip ( const QString &  rawText)
static

Convert a rich-text QString into an HTML, formatted with wrapping if necessary.

◆ rstToHtml() [1/2]

static std::string pqWidgetUtilities::rstToHtml ( const char *  rstStr)
static

Convert proxy documentation from RST to HTML (so that it can be used in Qt)

◆ rstToHtml() [2/2]

static QString pqWidgetUtilities::rstToHtml ( const QString &  rstStr)
static

Convert proxy documentation from RST to HTML (so that it can be used in Qt)

◆ formatChildTooltips()

static void pqWidgetUtilities::formatChildTooltips ( QWidget *  parentObject)
static

The documentation for this class was generated from the following file: