ARB
|
#include <ed4_class.hxx>
Public Member Functions | |
ED4_folding_line (AW_pos world, AW_pos dim) | |
~ED4_folding_line () | |
void | insertAs (ED4_folding_line *&ptr) |
ED4_folding_line * | delete_member (ED4_folding_line *fl) |
AW_pos | get_dimension () const |
const ED4_folding_line * | get_next () const |
void | warn_illegal_dimension () |
void | set_dimension (AW_pos dim) |
void | add_to_dimension (AW_pos offset) |
void | set_pos (AW_pos p) |
AW_pos | get_pos () const |
AW_pos | win2world (AW_pos win) const |
AW_pos | world2win (AW_pos world) const |
Definition at line 267 of file ed4_class.hxx.
Definition at line 285 of file ed4_class.hxx.
References set_pos().
|
inline |
Definition at line 287 of file ed4_class.hxx.
|
inline |
Definition at line 289 of file ed4_class.hxx.
References e4_assert, and knownNonNull().
Referenced by ED4_foldable::insert_folding_line().
|
inline |
Definition at line 295 of file ed4_class.hxx.
Referenced by ED4_foldable::delete_folding_line().
|
inline |
Definition at line 305 of file ed4_class.hxx.
Referenced by ED4_scrolled_rectangle::calc_bottomRight_folding_dimensions(), ED4_scrolled_rectangle::left_dim(), and ED4_scrolled_rectangle::top_dim().
|
inline |
Definition at line 306 of file ed4_class.hxx.
Referenced by ED4_root::get_area_rectangle().
void ED4_folding_line::warn_illegal_dimension | ( | ) |
Definition at line 61 of file ED4_root.cxx.
References GBK_dump_backtrace(), and GBS_global_string().
Referenced by add_to_dimension(), and set_dimension().
|
inline |
Definition at line 310 of file ed4_class.hxx.
References warn_illegal_dimension().
Referenced by ED4_scrolled_rectangle::calc_bottomRight_folding_dimensions().
|
inline |
Definition at line 311 of file ed4_class.hxx.
References offset, and warn_illegal_dimension().
Referenced by ED4_scrolled_rectangle::add_to_top_left_dimension(), and ED4_scrolled_rectangle::scroll().
|
inline |
Definition at line 313 of file ed4_class.hxx.
Referenced by ED4_scrolled_rectangle::calc_bottomRight_folding_dimensions(), and ED4_folding_line().
|
inline |
Definition at line 314 of file ed4_class.hxx.
Referenced by ED4_scrolled_rectangle::get_window_rect().
Definition at line 316 of file ed4_class.hxx.
References win, and win2world().
Referenced by win2world(), and ED4_foldable::win_to_world_coords().
Definition at line 320 of file ed4_class.hxx.
References world2win().
Referenced by world2win(), and ED4_foldable::world_to_win_coords().