MCPcopy Create free account
hub / github.com/TeXworks/texworks / operator==

Method operator==

modules/QtPDF/src/PDFAnnotations.cpp:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22// =================
23
24bool AbstractAnnotation::operator==(const AbstractAnnotation & o) const
25{
26 return (type() == o.type() &&
27 rect() == o.rect() &&
28 contents() == o.contents() &&
29 page() == o.page() &&
30 name() == o.name() &&
31 lastModified() == o.lastModified() &&
32 flags() == o.flags() &&
33 color() == o.color());
34}
35
36Markup::~Markup()
37{

Callers

nothing calls this directly

Calls 15

richContentsMethod · 0.80
popupMethod · 0.80
highlightingModeMethod · 0.80
quadPointsMethod · 0.80
actionOnActivationMethod · 0.80
operator==Function · 0.50
typeMethod · 0.45
rectMethod · 0.45
contentsMethod · 0.45
pageMethod · 0.45
nameMethod · 0.45
lastModifiedMethod · 0.45

Tested by

no test coverage detected