Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qsvgstructure.cpp File Reference
#include "qsvgstructure_p.h"
#include "qsvgnode_p.h"
#include "qsvgstyle_p.h"
#include "qsvgtinydocument_p.h"
#include "qpainter.h"
#include "qlocale.h"
#include "qdebug.h"
#include <qscopedvaluerollback.h>
+ Include dependency graph for qsvgstructure.cpp:

Go to the source code of this file.

Enumerations

enum  {
  TOTAL_KEYWORDS = 20 , MIN_WORD_LENGTH = 47 , MAX_WORD_LENGTH = 78 , MIN_HASH_VALUE = 48 ,
  MAX_HASH_VALUE = 88
}
 

Functions

static bool isSupportedSvgFeature (const QString &str)
 
static bool isSupportedSvgExtension (const QString &)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
TOTAL_KEYWORDS 
MIN_WORD_LENGTH 
MAX_WORD_LENGTH 
MIN_HASH_VALUE 
MAX_HASH_VALUE 

Definition at line 145 of file qsvgstructure.cpp.

Function Documentation

◆ isSupportedSvgExtension()

static bool isSupportedSvgExtension ( const QString )
inlinestatic

Definition at line 237 of file qsvgstructure.cpp.

Referenced by QSvgSwitch::draw().

+ Here is the caller graph for this function:

◆ isSupportedSvgFeature()

static bool isSupportedSvgFeature ( const QString str)
inlinestatic

Definition at line 154 of file qsvgstructure.cpp.

Referenced by QSvgSwitch::draw().

+ Here is the caller graph for this function: