Package ghidra.app.cmd.data.rtti.gcc
Class CreateVttBackgroundCmd
java.lang.Object
ghidra.framework.cmd.BackgroundCommand
ghidra.app.cmd.data.rtti.gcc.CreateVttBackgroundCmd
- All Implemented Interfaces:
Command
public class CreateVttBackgroundCmd extends BackgroundCommand
-
Constructor Summary
Constructors Constructor Description CreateVttBackgroundCmd(VttModel vtt, ClassTypeInfo child)
-
Method Summary
Modifier and Type Method Description boolean
applyTo(DomainObject obj, TaskMonitor taskMonitor)
Methods inherited from class ghidra.framework.cmd.BackgroundCommand
applyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, setStatusMsg, taskCompleted, toString
-
Constructor Details
-
CreateVttBackgroundCmd
-
-
Method Details
-
applyTo
- Specified by:
applyTo
in classBackgroundCommand
-