ParseTypeThread Class Reference

Detailed Description

QThread subclass for handling type string parsing to avoid UI interruptions.

Signals

void parsingComplete (bool valid, BinaryNinja::QualifiedNameAndType type, QString error)
 

Public Member Functions

 ParseTypeThread (BinaryViewRef view, QString text)
 
void cancel ()
 

Constructor & Destructor Documentation

◆ ParseTypeThread()

ParseTypeThread::ParseTypeThread ( BinaryViewRef  view,
QString  text 
)

Member Function Documentation

◆ cancel()

void ParseTypeThread::cancel ( )

◆ parsingComplete

void ParseTypeThread::parsingComplete ( bool  valid,
BinaryNinja::QualifiedNameAndType  type,
QString  error 
)
signal

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