QScxmlStaticScxmlServiceFactory Class▲
- 
					
Header: QScxmlStaticScxmlServiceFactory
 - 
					
CMake:
find_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml)
 - 
					
qmake: QT += scxml
 - 
					
Inherits: QScxmlInvokableServiceFactory
 
Detailed Description▲
A factory for instantiating SCXML state machines from files known at compile time, that is, files specified via the src attribute in <invoke>.


