Qyoto  4.0.7
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Package QtSvg

Classes

class  Global
 
class  QGraphicsSvgItem
 The QGraphicsSvgItem class is a QGraphicsItem that can be used to render the contents of SVG files. More...
 
class  QSvgGenerator
 The QSvgGenerator class provides a paint device that is used to create SVG drawings. More...
 
class  QSvgRenderer
 The QSvgRenderer class is used to draw the contents of SVG files onto paint devices. More...
 
class  QSvgWidget
 The QSvgWidget class provides a widget that is used to display the contents of Scalable Vector Graphics (SVG) files. More...
 
interface  IQGraphicsSvgItemSignals
 
interface  IQSvgRendererSignals
 
interface  IQSvgWidgetSignals
 

Enumerations

enum  QtMsgType {
  QtCriticalMsg = 2, QtDebugMsg = 0, QtFatalMsg = 3, QtSystemMsg = 2,
  QtWarningMsg = 1
}
  More...
 
enum  QtValidLicenseForActiveQtModule { LicensedActiveQt = 1 }
 
enum  QtValidLicenseForCoreModule { LicensedCore = 1 }
 
enum  QtValidLicenseForDBusModule { LicensedDBus = 1 }
 
enum  QtValidLicenseForDeclarativeModule { LicensedDeclarative = 1 }
 
enum  QtValidLicenseForGuiModule { LicensedGui = 1 }
 
enum  QtValidLicenseForHelpModule { LicensedHelp = 1 }
 
enum  QtValidLicenseForMultimediaModule { LicensedMultimedia = 1 }
 
enum  QtValidLicenseForNetworkModule { LicensedNetwork = 1 }
 
enum  QtValidLicenseForOpenGLModule { LicensedOpenGL = 1 }
 
enum  QtValidLicenseForOpenVGModule { LicensedOpenVG = 1 }
 
enum  QtValidLicenseForQt3SupportLightModule { LicensedQt3SupportLight = 1 }
 
enum  QtValidLicenseForQt3SupportModule { LicensedQt3Support = 1 }
 
enum  QtValidLicenseForScriptModule { LicensedScript = 1 }
 
enum  QtValidLicenseForScriptToolsModule { LicensedScriptTools = 1 }
 
enum  QtValidLicenseForSqlModule { LicensedSql = 1 }
 
enum  QtValidLicenseForSvgModule { LicensedSvg = 1 }
 
enum  QtValidLicenseForTestModule { LicensedTest = 1 }
 
enum  QtValidLicenseForXmlModule { LicensedXml = 1 }
 
enum  QtValidLicenseForXmlPatternsModule { LicensedXmlPatterns = 1 }
 

Enumeration Type Documentation

This enum describes the messages that can be sent to a message handler (QtMsgHandler). You can use the enum to identify and associate the various message types with the appropriate actions.

See also QtMsgHandler and qInstallMsgHandler().

Enumerator
QtCriticalMsg 

A message generated by the qCritical() function.

QtDebugMsg 

A message generated by the qDebug() function.

QtFatalMsg 

A message generated by the qFatal() function.

QtSystemMsg 
QtWarningMsg 

A message generated by the qWarning() function.

Enumerator
LicensedActiveQt 
Enumerator
LicensedCore 
Enumerator
LicensedDBus 
Enumerator
LicensedDeclarative 
Enumerator
LicensedGui 
Enumerator
LicensedHelp 
Enumerator
LicensedMultimedia 
Enumerator
LicensedNetwork 
Enumerator
LicensedOpenGL 
Enumerator
LicensedOpenVG 
Enumerator
LicensedQt3SupportLight 
Enumerator
LicensedQt3Support 
Enumerator
LicensedScript 
Enumerator
LicensedScriptTools 
Enumerator
LicensedSql 
Enumerator
LicensedSvg 
Enumerator
LicensedTest 
Enumerator
LicensedXml 
Enumerator
LicensedXmlPatterns