ReactOS 0.4.16-dev-816-g135a9a9
|
Worker for drawing contents of file lists in child pane. More...
#include <pane.h>
Public Member Functions | |
OutputWorker () | |
void | init_output (HWND hwnd) |
void | output_text (LPDRAWITEMSTRUCT dis, int *positions, int col, LPCTSTR str, DWORD flags) |
void | output_tabbed_text (LPDRAWITEMSTRUCT dis, int *positions, int col, LPCTSTR str) |
void | output_number (LPDRAWITEMSTRUCT dis, int *positions, int col, LPCTSTR str) |
Public Attributes | |
SIZE | _spaceSize |
TCHAR | _num_sep |
HFONT | _hfont |
OutputWorker::OutputWorker | ( | ) |
Definition at line 860 of file pane.cpp.
Definition at line 865 of file pane.cpp.
Referenced by Pane::init().
void OutputWorker::output_number | ( | LPDRAWITEMSTRUCT | dis, |
int * | positions, | ||
int | col, | ||
LPCTSTR | str | ||
) |
Definition at line 910 of file pane.cpp.
Referenced by Pane::draw_item().
void OutputWorker::output_tabbed_text | ( | LPDRAWITEMSTRUCT | dis, |
int * | positions, | ||
int | col, | ||
LPCTSTR | str | ||
) |
Definition at line 894 of file pane.cpp.
Referenced by Pane::draw_item().
void OutputWorker::output_text | ( | LPDRAWITEMSTRUCT | dis, |
int * | positions, | ||
int | col, | ||
LPCTSTR | str, | ||
DWORD | flags | ||
) |
Definition at line 881 of file pane.cpp.
Referenced by Pane::draw_item().
HFONT OutputWorker::_hfont |
Definition at line 61 of file pane.h.
Referenced by Pane::calc_single_width(), Pane::calc_widths(), Pane::init(), init_output(), and OutputWorker().
TCHAR OutputWorker::_num_sep |
Definition at line 60 of file pane.h.
Referenced by init_output(), and output_number().
SIZE OutputWorker::_spaceSize |
Definition at line 59 of file pane.h.
Referenced by Pane::calc_single_width(), Pane::calc_widths(), Pane::draw_item(), init_output(), output_number(), output_tabbed_text(), and output_text().