#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include "htclipboard.h"
#include "htctrl.h"
#include "htdialog.h"
#include "hthist.h"
#include "htidle.h"
#include "htkeyb.h"
#include "htpal.h"
#include "htstring.h"
#include "tools.h"
Go to the source code of this file.
Classes | |
class | ht_listbox_vstate |
Defines | |
#define | STATICTEXT_MIN_LINE_FILL 70 |
#define | ssst_word 0 |
#define | ssst_separator 1 |
#define | ssst_whitespace 2 |
Functions | |
void | ht_statictext_align (ht_statictext_linedesc *d, statictext_align align, int w) |
int | get_ssst (char s) |
void | center_bounds (bounds *b) |
Variables | |
int | vcs [16] = {VC_BLACK, VC_BLUE, VC_GREEN, VC_CYAN, VC_RED, VC_MAGENTA, VC_YELLOW, VC_WHITE, VC_LIGHT(VC_BLACK), VC_LIGHT(VC_BLUE), VC_LIGHT(VC_GREEN), VC_LIGHT(VC_CYAN), VC_LIGHT(VC_RED), VC_LIGHT(VC_MAGENTA), VC_LIGHT(VC_YELLOW), VC_LIGHT(VC_WHITE)} |
|
Definition at line 2362 of file htdialog.cc. Referenced by ht_statictext::draw(), and get_ssst(). |
|
Definition at line 2363 of file htdialog.cc. Referenced by get_ssst(). |
|
Definition at line 2361 of file htdialog.cc. Referenced by get_ssst(). |
|
Definition at line 2322 of file htdialog.cc. Referenced by ht_statictext::draw(). |
|
Definition at line 2864 of file htdialog.cc. References app, and ht_view::getbounds(). Referenced by dialog_assemble(), ht_aviewer::exportFileDialog(), ht_aviewer::generateOutputDialog(), ht_aviewer::showCallChain(), ht_aviewer::showComments(), ht_aviewer::showInfo(), ht_aviewer::showSymbols(), and ht_aviewer::showXRefs(). |
|
Definition at line 2365 of file htdialog.cc. References ssst_separator, ssst_whitespace, and ssst_word. Referenced by ht_statictext::draw(). |
|
Definition at line 2324 of file htdialog.cc. References align_center, align_right, ht_statictext_linedesc::len, and ht_statictext_linedesc::ofs. Referenced by ht_statictext::draw(). |
|
Definition at line 2764 of file htdialog.cc. Referenced by ht_color_block::draw(), ht_color_block::getdata(), and ht_color_block::setdata(). |