Inkscape
Vector Graphics Editor
|
#include <lpe-measure-segments.h>
Public Member Functions | |
LPEMeasureSegments (LivePathEffectObject *lpeobject) | |
void | doOnApply (SPLPEItem const *lpeitem) override |
Is performed a single time when the effect is freshly applied to a path. | |
void | doBeforeEffect (SPLPEItem const *lpeitem) override |
Is performed each time before the effect is updated. | |
void | doOnRemove (SPLPEItem const *) override |
void | doEffect (SPCurve *curve) override |
void | doOnVisibilityToggled (SPLPEItem const *) override |
bool | doOnOpen (SPLPEItem const *lpeitem) override |
Is performed on load document or revert If the item is fixed legacy return true. | |
void | processObjects (LPEAction lpe_action) override |
Gtk::Widget * | newWidget () override |
This creates a managed widget. | |
void | createLine (Geom::Point start, Geom::Point end, Glib::ustring name, size_t counter, bool main, bool remove, bool arrows=false) |
void | createTextLabel (Geom::Point &pos, size_t counter, double length, Geom::Coord angle, bool remove, bool valid) |
void | createArrowMarker (Glib::ustring mode) |
bool | isWhitelist (size_t i, std::string listsegments, bool whitelist) |
void | on_my_switch_page (Gtk::Widget *page, guint page_number) |
![]() | |
virtual | ~Effect () |
Effect (const Effect &)=delete | |
Effect & | operator= (const Effect &)=delete |
EffectType | effectType () const |
void | doAfterEffect_impl (SPLPEItem const *lpeitem, SPCurve *curve) |
void | doOnApply_impl (SPLPEItem const *lpeitem) |
void | doBeforeEffect_impl (SPLPEItem const *lpeitem) |
void | doOnOpen_impl () |
Is performed on document open allow things like fix legacy LPE in a undo insensitive way. | |
void | doOnRemove_impl (SPLPEItem const *lpeitem) |
void | transform_multiply_impl (Geom::Affine const &postmul, SPLPEItem *) |
void | doOnBeforeCommit () |
void | read_from_SVG () |
void | setCurrentZoom (double cZ) |
void | setSelectedNodePoints (std::vector< Geom::Point > sNP) |
bool | isNodePointSelected (Geom::Point const &nodePoint) const |
bool | isOnClipboard () |
The lpe is on clipboard. | |
std::vector< SPLPEItem * > | getCurrrentLPEItems () const |
void | update_satellites () |
virtual void | doOnException (SPLPEItem const *lpeitem) |
virtual void | adjustForNewPath () |
void | writeParamsToSVG () |
std::vector< SPObject * > | effect_get_satellites (bool force=true) |
virtual void | acceptParamPath (SPPath const *param_path) |
If the effect expects a path parameter (specified by a number of mouse clicks) before it is applied, this is the method that processes the resulting path. | |
int | acceptsNumClicks () const |
SPShape * | getCurrentShape () const |
void | setCurrentShape (SPShape *shape) |
void | makeUndoDone (Glib::ustring message) |
bool | isReady () const |
void | setReady (bool ready=true) |
virtual void | resetDefaults (SPItem const *item) |
Sets all parameters to their default values and writes them to SVG. | |
bool | providesKnotholder () const |
virtual LPEPathFlashType | pathFlashType () const |
void | addHandles (KnotHolder *knotholder, SPItem *item) |
Add all registered LPE knotholder handles to the knotholder. | |
std::vector< Geom::PathVector > | getCanvasIndicators (SPLPEItem const *lpeitem) |
Return a vector of PathVectors which contain all canvas indicators for this effect. | |
void | update_helperpath () |
Call to a method on nodetool to update the helper path from the effect. | |
bool | providesOwnFlashPaths () const |
bool | showOrigPath () const |
Glib::ustring | getName () const |
Inkscape::XML::Node * | getRepr () |
SPDocument * | getSPDoc () |
LivePathEffectObject * | getLPEObj () |
LivePathEffectObject const * | getLPEObj () const |
Parameter * | getParameter (const char *key) |
void | readallParameters (Inkscape::XML::Node const *repr) |
void | setParameter (const gchar *key, const gchar *new_value) |
bool | isVisible () const |
void | editNextParamOncanvas (SPItem *item, SPDesktop *desktop) |
void | setLPEAction (LPEAction lpe_action) |
void | setDefaultParameters () |
Set this LPE defaults. | |
void | resetDefaultParameters () |
Reset this LPE defaults. | |
bool | hasDefaultParameters () |
Get LPE has defaults. | |
virtual bool | getHolderRemove () |
Private Member Functions | |
LPEMeasureSegments (const LPEMeasureSegments &)=delete | |
LPEMeasureSegments & | operator= (const LPEMeasureSegments &)=delete |
Definition at line 43 of file lpe-measure-segments.h.
Inkscape::LivePathEffect::LPEMeasureSegments::LPEMeasureSegments | ( | LivePathEffectObject * | lpeobject | ) |
Definition at line 71 of file lpe-measure-segments.cpp.
References active_projection, angle_projection, anotation_width, arrow_gap, arrows_outside, avoid_overlapping, bboxonly, blacklist, centers, coloropacity, distance_projection, fix_overlaps, flip_side, fontbutton, fontsize, format, Inkscape::Preferences::get(), Inkscape::Preferences::getString(), helpdata, helpline_distance, helpline_overlap, hide_arrows, hide_back, line_width, linked_items, local_locale, locale_base, maxmin, onbbox, orientation, pagenumber, Inkscape::LivePathEffect::TextParam::param_hide_canvas_text(), Inkscape::LivePathEffect::ScalarParam::param_make_integer(), Inkscape::LivePathEffect::ScalarParam::param_set_digits(), Inkscape::LivePathEffect::ScalarParam::param_set_increments(), Inkscape::LivePathEffect::ScalarParam::param_set_range(), Inkscape::LivePathEffect::TextParam::param_update_default(), position, precision, previous_size, Inkscape::LivePathEffect::Effect::registerParameter(), rotate_anotation, scale, scale, scale_sensitive, showindex, smallx100, text_top_bottom, unit, and whitelist.
|
privatedelete |
void Inkscape::LivePathEffect::LPEMeasureSegments::createArrowMarker | ( | Glib::ustring | mode | ) |
Definition at line 284 of file lpe-measure-segments.cpp.
References Inkscape::XML::Node::addChild(), SPObject::appendChildRepr(), coloropacity, Inkscape::XML::Document::createElement(), css, Inkscape::XML::Node::firstChild(), Inkscape::LivePathEffect::ColorPickerParam::get_value(), SPDocument::getDefs(), SPObject::getId(), SPDocument::getObjectById(), SPObject::getRepr(), SPDocument::getReprDoc(), Inkscape::LivePathEffect::Effect::getSPDoc(), items, Inkscape::LivePathEffect::Effect::lpeobj, mode, Inkscape::GC::release(), Inkscape::XML::Node::removeAttribute(), Inkscape::XML::Node::setAttribute(), Inkscape::XML::Node::setAttributeOrRemoveIfEmpty(), Inkscape::LivePathEffect::Effect::sp_lpe_item, sp_repr_css_attr_new(), sp_repr_css_attr_unref(), sp_repr_css_change(), sp_repr_css_set_property_double(), and sp_repr_css_set_property_string().
Referenced by doBeforeEffect().
void Inkscape::LivePathEffect::LPEMeasureSegments::createLine | ( | Geom::Point | start, |
Geom::Point | end, | ||
Glib::ustring | name, | ||
size_t | counter, | ||
bool | main, | ||
bool | remove, | ||
bool | arrows = false |
||
) |
Definition at line 504 of file lpe-measure-segments.cpp.
References Inkscape::Util::Unit::abbr, Geom::Ray::angle(), anotation_width, SPObject::appendChildRepr(), Geom::Path::appendNew(), arrows_outside, Geom::Path::clear(), Geom::PathVector::clear(), color, Inkscape::Util::Quantity::convert(), counter, Inkscape::XML::Document::createElement(), css, Geom::distance(), end, fontsize, Inkscape::ustring::format_classic(), Inkscape::LivePathEffect::UnitParam::get_abbreviation(), SPDocument::getDisplayUnit(), SPDocument::getDocumentScale(), SPObject::getId(), SPDocument::getObjectById(), Inkscape::Colors::Color::getOpacity(), SPObject::getRepr(), SPDocument::getReprDoc(), SPDocument::getRoot(), Inkscape::LivePathEffect::Effect::getSPDoc(), helpline_distance, helpline_overlap, hide_arrows, hide_back, legacy, line_width, locale_base, Inkscape::LivePathEffect::Effect::lpeobj, main(), name, Geom::PathVector::push_back(), Inkscape::GC::release(), remove(), Inkscape::XML::Node::removeAttribute(), Inkscape::XML::Node::setAttribute(), Inkscape::XML::Node::setAttributeOrRemoveIfEmpty(), Inkscape::LivePathEffect::Effect::sp_lpe_item, sp_repr_css_attr_add_from_string(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), sp_repr_css_change(), sp_repr_css_set_property_double(), sp_repr_css_set_property_string(), sp_svg_write_path(), Geom::Path::start(), start, text_top_bottom, Inkscape::Colors::Color::toString(), unit, and Geom::X.
Referenced by doBeforeEffect().
void Inkscape::LivePathEffect::LPEMeasureSegments::createTextLabel | ( | Geom::Point & | pos, |
size_t | counter, | ||
double | length, | ||
Geom::Coord | angle, | ||
bool | remove, | ||
bool | valid | ||
) |
Definition at line 355 of file lpe-measure-segments.cpp.
References Inkscape::Util::Unit::abbr, Inkscape::XML::Node::addChild(), anotation_width, SPObject::appendChildRepr(), bounds, color, Inkscape::Util::Quantity::convert(), counter, Inkscape::XML::Document::createElement(), Inkscape::XML::Document::createTextNode(), css, Inkscape::FontLister::fill_css(), Inkscape::XML::Node::firstChild(), fontbutton, fontsize, format, Inkscape::ustring::format_classic(), Inkscape::LivePathEffect::UnitParam::get_abbreviation(), Inkscape::FontLister::get_instance(), SPDocument::getDisplayUnit(), SPDocument::getDocumentScale(), SPObject::getId(), SPDocument::getObjectById(), Inkscape::Colors::Color::getOpacity(), SPObject::getRepr(), SPDocument::getReprDoc(), SPDocument::getRoot(), Inkscape::LivePathEffect::Effect::getSPDoc(), Geom::inverse(), legacy, Geom::length(), local_locale, locale_base, Inkscape::LivePathEffect::Effect::lpeobj, Inkscape::LivePathEffect::FontButtonParam::param_getSVGValue(), Inkscape::LivePathEffect::TextParam::param_getSVGValue(), precision, Inkscape::GC::release(), remove(), Inkscape::XML::Node::removeAttribute(), rotate_anotation, Inkscape::XML::Node::setAttribute(), Inkscape::XML::Node::setAttributeOrRemoveIfEmpty(), Inkscape::XML::Node::setAttributeSvgDouble(), Inkscape::XML::Node::setContent(), showindex, smallx100, Inkscape::LivePathEffect::Effect::sp_lpe_item, sp_repr_css_attr_new(), sp_repr_css_attr_unref(), sp_repr_css_change(), sp_repr_css_set_property(), sp_repr_css_set_property_double(), sp_repr_css_set_property_string(), sp_repr_css_unset_property(), sp_svg_transform_write(), Inkscape::Colors::Color::toString(), unit, Geom::GenericRect< C >::width(), Geom::X, and Geom::Y.
Referenced by doBeforeEffect().
|
overridevirtual |
Is performed each time before the effect is updated.
Reimplemented from Inkscape::LivePathEffect::Effect.
Definition at line 811 of file lpe-measure-segments.cpp.
References Inkscape::Util::Unit::abbr, active_projection, Geom::Ray::angle(), angle_projection, anotation_width, Geom::Path::appendNew(), Geom::are_near(), arrow_gap, arrows_outside, avoid_overlapping, bboxonly, blacklist, c, centers, Inkscape::LivePathEffect::SatelliteArrayParam::clear(), color, coloropacity, Inkscape::Util::Quantity::convert(), counter, createArrowMarker(), createLine(), createTextLabel(), Geom::PathVector::curveCount(), Inkscape::LivePathEffect::ArrayParam< StorageType >::data(), Geom::distance(), distance_projection, end, Geom::Affine::expansionX(), Geom::Affine::expansionY(), Inkscape::LivePathEffect::extractFirstPoint(), Geom::Curve::finalPoint(), fix_overlaps, flip_side, fontbutton, fontsize, format, Inkscape::ustring::format_classic(), SPItem::geometricBounds(), Inkscape::LivePathEffect::UnitParam::get_abbreviation(), Inkscape::LivePathEffect::ColorPickerParam::get_value(), Inkscape::LivePathEffect::getAngle(), SPDocument::getDisplayUnit(), SPDocument::getDocumentScale(), SPObject::getId(), Inkscape::LivePathEffect::getNodes(), SPDocument::getRoot(), Inkscape::LivePathEffect::Effect::getSPDoc(), helpdata, hide_arrows, i2anc_affine(), Geom::infinity(), Geom::Curve::initialPoint(), Geom::Affine::inverse(), Geom::Translate::inverse(), Geom::Rotate::inverse(), Inkscape::LivePathEffect::Effect::is_applied, Inkscape::LivePathEffect::Effect::is_load, Inkscape::LivePathEffect::Effect::isOnClipboard(), isWhitelist(), item, items, legacy, Geom::length(), line_width, linked_items, Inkscape::LivePathEffect::Effect::lpeobj, Inkscape::LivePathEffect::Effect::lpeversion, maxmin, Geom::middle_point(), msg, node, Inkscape::LivePathEffect::OM_HORIZONTAL, Inkscape::LivePathEffect::OM_VERTICAL, onbbox, orientation, Inkscape::LivePathEffect::FontButtonParam::param_getSVGValue(), Inkscape::LivePathEffect::HiddenParam::param_getSVGValue(), Inkscape::LivePathEffect::TextParam::param_getSVGValue(), Inkscape::LivePathEffect::TextParam::param_setValue(), Inkscape::LivePathEffect::MessageParam::param_update_default(), SPObject::parent, pathv_to_linear_and_cubic_beziers(), Geom::PathVector::pointAt(), position, Geom::Affine::preservesAngles(), prev_active_projection, prevfontsize, previous_size, prevsatellitecount, prevunit, Geom::PathVector::push_back(), Inkscape::LivePathEffect::Parameter::read_from_SVG(), Inkscape::LivePathEffect::Effect::refresh_widgets, remove(), result, scale, scale_sensitive, Geom::Path::setInitial(), Geom::sin(), Geom::PathVector::size(), Inkscape::size, Inkscape::LivePathEffect::Effect::sp_lpe_item, sp_lpe_item_update_patheffect(), start, text_top_bottom, unit, Inkscape::LivePathEffect::Parameter::update_satellites(), whitelist, Inkscape::LivePathEffect::Parameter::write_to_SVG(), Geom::X, and Geom::Y.
|
inlineoverridevirtual |
Reimplemented from Inkscape::LivePathEffect::Effect.
Definition at line 50 of file lpe-measure-segments.h.
|
overridevirtual |
Is performed a single time when the effect is freshly applied to a path.
Reimplemented from Inkscape::LivePathEffect::Effect.
Definition at line 617 of file lpe-measure-segments.cpp.
References Inkscape::XML::Node::addChild(), Inkscape::XML::Node::appendChild(), Inkscape::XML::Node::childCount(), Inkscape::XML::Node::content(), Inkscape::XML::Document::createElement(), Inkscape::XML::Document::createTextNode(), SPDocument::getReprDoc(), SPDocument::getReprRoot(), Inkscape::LivePathEffect::Effect::getSPDoc(), item, legacy, linked_items, Inkscape::LivePathEffect::Effect::lpeversion, Inkscape::XML::Node::nthChild(), Inkscape::LivePathEffect::HiddenParam::param_setValue(), Inkscape::GC::release(), root, Inkscape::XML::Node::setContent(), Inkscape::XML::TEXT_NODE, Inkscape::XML::Node::type(), and Inkscape::LivePathEffect::Parameter::update_satellites().
|
overridevirtual |
Is performed on load document or revert If the item is fixed legacy return true.
Reimplemented from Inkscape::LivePathEffect::Effect.
Definition at line 799 of file lpe-measure-segments.cpp.
References active_projection, Inkscape::LivePathEffect::Parameter::connect_selection_changed(), Inkscape::LivePathEffect::Effect::is_applied, Inkscape::LivePathEffect::Effect::is_load, linked_items, and Inkscape::LivePathEffect::SatelliteArrayParam::start_listening().
|
overridevirtual |
Reimplemented from Inkscape::LivePathEffect::Effect.
Definition at line 1247 of file lpe-measure-segments.cpp.
References items, Inkscape::LivePathEffect::Effect::keep_paths, Inkscape::LivePathEffect::LPE_ERASE, Inkscape::LivePathEffect::LPE_TO_OBJECTS, and processObjects().
|
overridevirtual |
Reimplemented from Inkscape::LivePathEffect::Effect.
Definition at line 1241 of file lpe-measure-segments.cpp.
References Inkscape::LivePathEffect::LPE_VISIBILITY, and processObjects().
bool Inkscape::LivePathEffect::LPEMeasureSegments::isWhitelist | ( | size_t | i, |
std::string | listsegments, | ||
bool | whitelist | ||
) |
Definition at line 672 of file lpe-measure-segments.cpp.
References whitelist.
Referenced by doBeforeEffect().
|
overridevirtual |
This creates a managed widget.
Deletion should be done by the eventual parent, or otherwise the caller.
Reimplemented from Inkscape::LivePathEffect::Effect.
Definition at line 199 of file lpe-measure-segments.cpp.
References on_my_switch_page(), Inkscape::UI::pack_start(), pagenumber, Inkscape::LivePathEffect::Parameter::param_getTooltip(), Inkscape::LivePathEffect::Parameter::param_key, Inkscape::LivePathEffect::Parameter::param_newWidget(), and Inkscape::LivePathEffect::Effect::param_vector.
void Inkscape::LivePathEffect::LPEMeasureSegments::on_my_switch_page | ( | Gtk::Widget * | page, |
guint | page_number | ||
) |
Definition at line 276 of file lpe-measure-segments.cpp.
References page, and pagenumber.
Referenced by newWidget().
|
privatedelete |
|
overridevirtual |
Reimplemented from Inkscape::LivePathEffect::Effect.
Definition at line 1261 of file lpe-measure-segments.cpp.
References Inkscape::LivePathEffect::Effect::_lpe_action, Inkscape::XML::Node::attribute(), css, SPObject::deleteObject(), SPObject::document, SPItem::doWriteTransform(), Inkscape::LivePathEffect::Effect::getLPEObj(), SPDocument::getObjectById(), SPObject::getRepr(), SPDocument::getRoot(), Inkscape::LivePathEffect::Effect::getSPDoc(), i2anc_affine(), Geom::Affine::inverse(), SPItem::isHidden(), Inkscape::LivePathEffect::Effect::isVisible(), item, items, Inkscape::LivePathEffect::LPE_ERASE, Inkscape::LivePathEffect::LPE_TO_OBJECTS, Inkscape::LivePathEffect::LPE_UPDATE, Inkscape::LivePathEffect::LPE_VISIBILITY, SPItem::moveTo(), SPObject::parent, Inkscape::XML::Node::removeAttribute(), Inkscape::XML::Node::setAttribute(), Inkscape::XML::Node::setAttributeOrRemoveIfEmpty(), Inkscape::LivePathEffect::Effect::sp_lpe_item, sp_lpe_item_enable_path_effects(), sp_repr_css_attr_add_from_string(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), sp_repr_css_write_string(), and SPItem::transform.
Referenced by doOnRemove(), and doOnVisibilityToggled().
|
private |
Definition at line 76 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), doOnOpen(), and LPEMeasureSegments().
|
private |
Definition at line 93 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 100 of file lpe-measure-segments.h.
Referenced by createLine(), createTextLabel(), doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 103 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 79 of file lpe-measure-segments.h.
Referenced by createLine(), doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 94 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 86 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 74 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 87 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 96 of file lpe-measure-segments.h.
Referenced by createLine(), createTextLabel(), and doBeforeEffect().
|
private |
Definition at line 63 of file lpe-measure-segments.h.
Referenced by createArrowMarker(), doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 92 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 66 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 80 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 64 of file lpe-measure-segments.h.
Referenced by createTextLabel(), doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 98 of file lpe-measure-segments.h.
Referenced by createLine(), createTextLabel(), doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 73 of file lpe-measure-segments.h.
Referenced by createTextLabel(), doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 95 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 69 of file lpe-measure-segments.h.
Referenced by createLine(), and LPEMeasureSegments().
|
private |
Definition at line 70 of file lpe-measure-segments.h.
Referenced by createLine(), and LPEMeasureSegments().
|
private |
Definition at line 84 of file lpe-measure-segments.h.
Referenced by createLine(), doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 83 of file lpe-measure-segments.h.
Referenced by createLine(), and LPEMeasureSegments().
|
private |
Definition at line 90 of file lpe-measure-segments.h.
Referenced by createArrowMarker(), doBeforeEffect(), doOnRemove(), and processObjects().
|
private |
Definition at line 97 of file lpe-measure-segments.h.
Referenced by createLine(), createTextLabel(), doBeforeEffect(), and doOnApply().
|
private |
Definition at line 71 of file lpe-measure-segments.h.
Referenced by createLine(), doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 91 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), doOnApply(), doOnOpen(), and LPEMeasureSegments().
|
private |
Definition at line 81 of file lpe-measure-segments.h.
Referenced by createTextLabel(), and LPEMeasureSegments().
|
private |
Definition at line 105 of file lpe-measure-segments.h.
Referenced by createLine(), createTextLabel(), and LPEMeasureSegments().
|
private |
Definition at line 88 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 85 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 62 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 104 of file lpe-measure-segments.h.
Referenced by LPEMeasureSegments(), newWidget(), and on_my_switch_page().
|
private |
Definition at line 108 of file lpe-measure-segments.h.
|
private |
Definition at line 67 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 65 of file lpe-measure-segments.h.
Referenced by createTextLabel(), and LPEMeasureSegments().
|
private |
Definition at line 107 of file lpe-measure-segments.h.
Referenced by doBeforeEffect().
|
private |
Definition at line 99 of file lpe-measure-segments.h.
Referenced by doBeforeEffect().
|
private |
Definition at line 101 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 106 of file lpe-measure-segments.h.
Referenced by doBeforeEffect().
|
private |
Definition at line 102 of file lpe-measure-segments.h.
Referenced by doBeforeEffect().
|
private |
Definition at line 82 of file lpe-measure-segments.h.
Referenced by createTextLabel(), and LPEMeasureSegments().
|
private |
Definition at line 72 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 75 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 78 of file lpe-measure-segments.h.
Referenced by createTextLabel(), and LPEMeasureSegments().
|
private |
Definition at line 89 of file lpe-measure-segments.h.
Referenced by createTextLabel(), and LPEMeasureSegments().
|
private |
Definition at line 68 of file lpe-measure-segments.h.
Referenced by createLine(), doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 61 of file lpe-measure-segments.h.
Referenced by createLine(), createTextLabel(), doBeforeEffect(), and LPEMeasureSegments().
|
private |
Definition at line 77 of file lpe-measure-segments.h.
Referenced by doBeforeEffect(), isWhitelist(), and LPEMeasureSegments().