#include <stdlib.h>
#include <string.h>
#include "blockop.h"
#include "cmds.h"
#include "htatom.h"
#include "htctrl.h"
#include "htendian.h"
#include "hteval.h"
#include "htexcept.h"
#include "hthist.h"
#include "htiobox.h"
#include "htkeyb.h"
#include "htstring.h"
#include "process.h"
#include "snprintf.h"
#include "evalx.h"
Go to the source code of this file.
Classes | |
struct | ht_blockop_dialog_data |
class | ht_blockop_int_context |
class | ht_blockop_str_context |
Defines | |
#define | BLOCKOP_STR_MAX_ITERATIONS 1024 |
#define | BLOCKOP_INT_MAX_ITERATIONS 1024 |
Functions | |
Object * | create_blockop_str_context (ht_streamfile *file, FILEOFS ofs, UINT len, UINT size, bool netendian, char *action) |
bool | blockop_str_process (Object *context, ht_text *progress_indicator) |
Object * | create_blockop_int_context (ht_streamfile *file, FILEOFS ofs, UINT len, UINT size, endianess endian, char *action) |
bool | blockop_int_process (Object *context, ht_text *progress_indicator) |
bool | format_string_to_offset_if_avail (ht_format_viewer *format, byte *string, int stringlen, const char *string_desc, FILEOFS *ofs) |
void | blockop_dialog (ht_format_viewer *format, FILEOFS pstart, FILEOFS pend) |
|
Definition at line 488 of file blockop.cc. Referenced by blockop_int_process(). |
|
Definition at line 367 of file blockop.cc. Referenced by blockop_str_process(). |
|
|
|
|
|
|
Definition at line 550 of file blockop.cc. References errorbox, FILEOFS, string, and ht_format_viewer::string_to_offset(). Referenced by blockop_dialog(). |