ReactOS 0.4.16-dev-1025-gd3456f5
tagME_Cell Struct Reference

#include <editstr.h>

Collaboration diagram for tagME_Cell:

Public Attributes

int nNestingLevel
 
int nRightBoundary
 
ME_BorderRect border
 
POINT pt
 
int nHeight
 
int nWidth
 
int yTextOffset
 
struct tagME_Cellprev_cell
 
struct tagME_Cellnext_cell
 
struct tagME_Cellparent_cell
 

Detailed Description

Definition at line 220 of file editstr.h.

Member Data Documentation

◆ border

◆ next_cell

struct tagME_Cell * tagME_Cell::next_cell

Definition at line 228 of file editstr.h.

Referenced by cell_next(), ME_DumpDocument(), para_join(), and para_split().

◆ nHeight

int tagME_Cell::nHeight

Definition at line 226 of file editstr.h.

Referenced by adjust_para_y(), draw_paragraph(), draw_table_borders(), and editor_draw().

◆ nNestingLevel

int tagME_Cell::nNestingLevel

Definition at line 222 of file editstr.h.

Referenced by ME_DumpDocument(), and para_split().

◆ nRightBoundary

int tagME_Cell::nRightBoundary

◆ nWidth

int tagME_Cell::nWidth

Definition at line 226 of file editstr.h.

Referenced by adjust_para_y(), draw_paragraph(), draw_table_borders(), and ME_BeginRow().

◆ parent_cell

struct tagME_Cell * tagME_Cell::parent_cell

Definition at line 228 of file editstr.h.

Referenced by para_split().

◆ prev_cell

struct tagME_Cell* tagME_Cell::prev_cell

Definition at line 228 of file editstr.h.

Referenced by cell_prev(), ME_DumpDocument(), para_join(), and para_split().

◆ pt

POINT tagME_Cell::pt

Definition at line 225 of file editstr.h.

Referenced by adjust_para_y(), draw_paragraph(), draw_table_borders(), and editor_draw().

◆ yTextOffset

int tagME_Cell::yTextOffset

Definition at line 227 of file editstr.h.

Referenced by adjust_para_y(), draw_table_borders(), and editor_draw().


The documentation for this struct was generated from the following file: