Package cppclassanalyzer.cmd
Class ApplyVtableDefinitionsBackgroundCmd
java.lang.Object
ghidra.framework.cmd.BackgroundCommand
cppclassanalyzer.cmd.ApplyVtableDefinitionsBackgroundCmd
- All Implemented Interfaces:
Command
public class ApplyVtableDefinitionsBackgroundCmd extends BackgroundCommand
BackgroundCommand to apply virtual function definitions to the functions
pointed to in the provided vtable.
-
Constructor Summary
Constructors Constructor Description ApplyVtableDefinitionsBackgroundCmd(Vtable vtable, ArchivedVtable archived)
Constructs a new ApplyVtableDefinitionsBackgroundCmd -
Method Summary
Modifier and Type Method Description boolean
applyTo(DomainObject obj, TaskMonitor monitor)
Methods inherited from class ghidra.framework.cmd.BackgroundCommand
applyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, setStatusMsg, taskCompleted, toString
-
Constructor Details
-
ApplyVtableDefinitionsBackgroundCmd
Constructs a new ApplyVtableDefinitionsBackgroundCmd- Parameters:
vtable
- the vtable to apply the definitions toarchived
- the archived vtable
-
-
Method Details
-
applyTo
- Specified by:
applyTo
in classBackgroundCommand
-