◆ Address()
| FormInputField FormInputField::Address |
( |
const std::string & |
prompt, |
|
|
BinaryView * |
view = nullptr, |
|
|
uint64_t |
currentAddress = 0 |
|
) |
| |
|
static |
◆ Choice()
| FormInputField FormInputField::Choice |
( |
const std::string & |
prompt, |
|
|
const std::vector< std::string > & |
choices |
|
) |
| |
|
static |
◆ DirectoryName()
| FormInputField FormInputField::DirectoryName |
( |
const std::string & |
prompt, |
|
|
const std::string & |
defaultName = "" |
|
) |
| |
|
static |
◆ Integer()
◆ Label()
◆ MultilineText()
| FormInputField FormInputField::MultilineText |
( |
const std::string & |
prompt | ) |
|
|
static |
◆ OpenFileName()
| FormInputField FormInputField::OpenFileName |
( |
const std::string & |
prompt, |
|
|
const std::string & |
ext |
|
) |
| |
|
static |
◆ SaveFileName()
| FormInputField FormInputField::SaveFileName |
( |
const std::string & |
prompt, |
|
|
const std::string & |
ext, |
|
|
const std::string & |
defaultName = "" |
|
) |
| |
|
static |
◆ Separator()
◆ TextLine()
◆ addressDefault
| uint64_t BinaryNinja::FormInputField::addressDefault |
◆ addressResult
| uint64_t BinaryNinja::FormInputField::addressResult |
◆ choices
| std::vector<std::string> BinaryNinja::FormInputField::choices |
◆ currentAddress
| uint64_t BinaryNinja::FormInputField::currentAddress |
◆ defaultName
| std::string BinaryNinja::FormInputField::defaultName |
◆ ext
| std::string BinaryNinja::FormInputField::ext |
◆ hasDefault
| bool BinaryNinja::FormInputField::hasDefault |
◆ indexDefault
| size_t BinaryNinja::FormInputField::indexDefault |
◆ indexResult
| size_t BinaryNinja::FormInputField::indexResult |
◆ intDefault
| int64_t BinaryNinja::FormInputField::intDefault |
◆ intResult
| int64_t BinaryNinja::FormInputField::intResult |
◆ prompt
| std::string BinaryNinja::FormInputField::prompt |
◆ stringDefault
| std::string BinaryNinja::FormInputField::stringDefault |
◆ stringResult
| std::string BinaryNinja::FormInputField::stringResult |
◆ type
◆ view
The documentation for this struct was generated from the following files: