[Debian-med-packaging] Bug#1062237: libbpp-qt: NMU diff for 64-bit time_t transition

Steve Langasek vorlon at debian.org
Wed Jan 31 20:04:45 GMT 2024


Source: libbpp-qt
Version: 2.4.1-9
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm at lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
libbpp-qt as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for libbpp-qt
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
diff -Nru libbpp-qt-2.4.1/debian/changelog libbpp-qt-2.4.1/debian/changelog
--- libbpp-qt-2.4.1/debian/changelog	2023-08-13 18:33:06.000000000 +0000
+++ libbpp-qt-2.4.1/debian/changelog	2024-01-31 20:03:48.000000000 +0000
@@ -1,3 +1,10 @@
+libbpp-qt (2.4.1-9.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org>  Wed, 31 Jan 2024 20:03:48 +0000
+
 libbpp-qt (2.4.1-9) unstable; urgency=medium
 
   * Team upload.
diff -Nru libbpp-qt-2.4.1/debian/control libbpp-qt-2.4.1/debian/control
--- libbpp-qt-2.4.1/debian/control	2023-08-13 18:32:54.000000000 +0000
+++ libbpp-qt-2.4.1/debian/control	2024-01-31 20:03:48.000000000 +0000
@@ -19,7 +19,7 @@
 Package: libbpp-qt-dev
 Architecture: any
 Section: libdevel
-Depends: libbpp-qt2 (= ${binary:Version}),
+Depends: libbpp-qt2t64 (= ${binary:Version}),
          ${misc:Depends},
          ${devlibs:Depends}
 Multi-Arch: same
@@ -33,7 +33,10 @@
  Contains development files of the Bio++ graphical classes developed
  with Qt.
 
-Package: libbpp-qt2
+Package: libbpp-qt2t64
+Provides: ${t64:Provides}
+Replaces: libbpp-qt2
+Breaks: libbpp-qt2 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
diff -Nru libbpp-qt-2.4.1/debian/libbpp-qt2.symbols.amd64 libbpp-qt-2.4.1/debian/libbpp-qt2.symbols.amd64
--- libbpp-qt-2.4.1/debian/libbpp-qt2.symbols.amd64	2023-08-13 18:15:22.000000000 +0000
+++ libbpp-qt-2.4.1/debian/libbpp-qt2.symbols.amd64	1970-01-01 00:00:00.000000000 +0000
@@ -1,594 +0,0 @@
-libbpp-qt.so.2 libbpp-qt2 #MINVER#
-* Build-Depends-Package: libbpp-qt-dev
- _ZN3bpp10TreeCanvas10searchTextERK7QString at Base 2.4.1
- _ZN3bpp10TreeCanvas11qt_metacallEN11QMetaObject4CallEiPPv at Base 2.4.1
- _ZN3bpp10TreeCanvas11qt_metacastEPKc at Base 2.4.1
- _ZN3bpp10TreeCanvas14drawingChangedEv at Base 2.4.1
- _ZN3bpp10TreeCanvas14getTreeDrawingEv at Base 2.4.1
- _ZN3bpp10TreeCanvas14mouseMoveEventEP11QMouseEvent at Base 2.4.1
- _ZN3bpp10TreeCanvas14setDrawingSizeEjj at Base 2.4.1
- _ZN3bpp10TreeCanvas14setTreeDrawingERKNS_11TreeDrawingEb at Base 2.4.1
- _ZN3bpp10TreeCanvas15mousePressEventEP11QMouseEvent at Base 2.4.1
- _ZN3bpp10TreeCanvas16staticMetaObjectE at Base 2.4.1
- _ZN3bpp10TreeCanvas17mouseReleaseEventEP11QMouseEvent at Base 2.4.1
- _ZN3bpp10TreeCanvas21mouseDoubleClickEventEP11QMouseEvent at Base 2.4.1
- _ZN3bpp10TreeCanvas6redrawEv at Base 2.4.1
- _ZN3bpp10TreeCanvas7setTreeEPKNS_4TreeE at Base 2.4.1
- _ZN3bpp10TreeCanvas9getDeviceEv at Base 2.4.1
- _ZN3bpp10TreeCanvasC1EP7QWidget at Base 2.4.1
- _ZN3bpp10TreeCanvasC2EP7QWidget at Base 2.4.1
- _ZN3bpp10TreeCanvasD0Ev at Base 2.4.1
- _ZN3bpp10TreeCanvasD1Ev at Base 2.4.1
- _ZN3bpp10TreeCanvasD2Ev at Base 2.4.1
- _ZN3bpp12MouseAdapter14mouseMoveEventEP11QMouseEvent at Base 2.4.1
- _ZN3bpp12MouseAdapter15mousePressEventEP11QMouseEvent at Base 2.4.1
- _ZN3bpp12MouseAdapter17mouseReleaseEventEP11QMouseEvent at Base 2.4.1
- _ZN3bpp12MouseAdapter21mouseDoubleClickEventEP11QMouseEvent at Base 2.4.1
- _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE12removeFatherEv at Base 2.4.1
- _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE6getSonEm at Base 2.4.1
- _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE8getInfosEv at Base 2.4.1
- _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE8setInfosERKS1_ at Base 2.4.1
- _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE9getFatherEv at Base 2.4.1
- _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEED0Ev at Base 2.4.1
- _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEED1Ev at Base 2.4.1
- _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEED2Ev at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11getRootNodeEv at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11newOutGroupEPS3_ at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11newOutGroupEi at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11setNodeNameEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11setRootNodeEPS3_ at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE12resetNodesIdEv at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE13getInnerNodesEv at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE14deleteNodeNameEi at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE14getTotalLengthEv at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE15getNodePropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE15setNodePropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_8ClonableE at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE16getBranchLengthsEv at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE16setBranchLengthsEd at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE17getBranchPropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE17setBranchPropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_8ClonableE at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE18removeNodePropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE19setDistanceToFatherEid at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE20removeBranchPropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE20setVoidBranchLengthsEd at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE22deleteDistanceToFatherEi at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE6rootAtEPS3_ at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE6rootAtEi at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE6unrootEv at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7getNodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7getNodeEib at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7setNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE8getNodesEv at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getLeavesEv at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getNextIdEv at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9scaleTreeEd at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEED0Ev at Base 2.4.1
- _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEED1Ev at Base 2.4.1
- _ZN3bpp13CladogramPlotD0Ev at Base 2.4.1
- _ZN3bpp13CladogramPlotD1Ev at Base 2.4.1
- _ZN3bpp13NodeExceptionD0Ev at Base 2.4.1
- _ZN3bpp13NodeExceptionD1Ev at Base 2.4.1
- _ZN3bpp13NodeExceptionD2Ev at Base 2.4.1
- _ZN3bpp13TreeExceptionD0Ev at Base 2.4.1
- _ZN3bpp13TreeExceptionD1Ev at Base 2.4.1
- _ZN3bpp13TreeExceptionD2Ev at Base 2.4.1
- _ZN3bpp14NodeMouseEventC1ERKNS_10TreeCanvasERK11QMouseEvent at Base 2.4.1
- _ZN3bpp14NodeMouseEventC2ERKNS_10TreeCanvasERK11QMouseEvent at Base 2.4.1
- _ZN3bpp14NodeMouseEventD0Ev at Base 2.4.1
- _ZN3bpp14NodeMouseEventD1Ev at Base 2.4.1
- _ZN3bpp14NodeMouseEventD2Ev at Base 2.4.1
- _ZN3bpp14NodePExceptionD0Ev at Base 2.4.1
- _ZN3bpp14NodePExceptionD1Ev at Base 2.4.1
- _ZN3bpp14NodePExceptionD2Ev at Base 2.4.1
- _ZN3bpp14QtOutputStream18checkNumberOfLinesEv at Base 2.4.1
- _ZN3bpp15PhyloStatisticsD0Ev at Base 2.4.1
- _ZN3bpp15PhyloStatisticsD1Ev at Base 2.4.1
- _ZN3bpp15QtGraphicDevice10drawCircleEddds at Base 2.4.1
- _ZN3bpp15QtGraphicDevice14setCurrentFontERKNS_4FontE at Base 2.4.1
- _ZN3bpp15QtGraphicDevice18setCurrentLineTypeEs at Base 2.4.1
- _ZN3bpp15QtGraphicDevice19setCurrentPointSizeEj at Base 2.4.1
- _ZN3bpp15QtGraphicDevice25setCurrentBackgroundColorERKNS_8RGBColorE at Base 2.4.1
- _ZN3bpp15QtGraphicDevice25setCurrentForegroundColorERKNS_8RGBColorE at Base 2.4.1
- _ZN3bpp15QtGraphicDevice3endEv at Base 2.4.1
- _ZN3bpp15QtGraphicDevice5beginEv at Base 2.4.1
- _ZN3bpp15QtGraphicDevice7commentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp15QtGraphicDevice8drawLineEdddd at Base 2.4.1
- _ZN3bpp15QtGraphicDevice8drawRectEdddds at Base 2.4.1
- _ZN3bpp15QtGraphicDevice8drawTextEddRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEssd at Base 2.4.1
- _ZN3bpp15QtGraphicDeviceC1Ev at Base 2.4.1
- _ZN3bpp15QtGraphicDeviceC2Ev at Base 2.4.1
- _ZN3bpp15QtGraphicDeviceD0Ev at Base 2.4.1
- _ZN3bpp15QtGraphicDeviceD1Ev at Base 2.4.1
- _ZN3bpp15QtGraphicDeviceD2Ev at Base 2.4.1
- _ZN3bpp15VectorExceptionImED0Ev at Base 2.4.1
- _ZN3bpp15VectorExceptionImED1Ev at Base 2.4.1
- _ZN3bpp15VectorExceptionImED2Ev at Base 2.4.1
- _ZN3bpp17TreeStatisticsBox10updateTreeERKNS_4TreeE at Base 2.4.1
- _ZN3bpp17TreeStatisticsBox11qt_metacallEN11QMetaObject4CallEiPPv at Base 2.4.1
- _ZN3bpp17TreeStatisticsBox11qt_metacastEPKc at Base 2.4.1
- _ZN3bpp17TreeStatisticsBox16staticMetaObjectE at Base 2.4.1
- _ZN3bpp17TreeStatisticsBoxC1EP7QWidget at Base 2.4.1
- _ZN3bpp17TreeStatisticsBoxC2EP7QWidget at Base 2.4.1
- _ZN3bpp17TreeStatisticsBoxD0Ev at Base 2.4.1
- _ZN3bpp17TreeStatisticsBoxD1Ev at Base 2.4.1
- _ZN3bpp17TreeStatisticsBoxD2Ev at Base 2.4.1
- _ZN3bpp17TreeTemplateTools10getNodesIdERKNS_4NodeERSt6vectorIiSaIiEE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools10searchLeafERKNS_4NodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPi at Base 2.4.1
- _ZN3bpp17TreeTemplateTools11getLeavesIdERKNS_4NodeERSt6vectorIiSaIiEE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools12cloneSubtreeINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEPT_RKNS_4NodeE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools12cloneSubtreeINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEPT_RKNS_4TreeEi at Base 2.4.1
- _ZN3bpp17TreeTemplateTools13deleteSubtreeINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvPT_ at Base 2.4.1
- _ZN3bpp17TreeTemplateTools13getInnerNodesIKNS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS6_SaIS9_EE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools13getInnerNodesINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS5_SaIS8_EE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools13hasNodeWithIdINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEbRKT_i at Base 2.4.1
- _ZN3bpp17TreeTemplateTools15getInnerNodesIdERKNS_4NodeERSt6vectorIiSaIiEE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools16searchNodeWithIdIKNS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_iRSt6vectorIPS6_SaIS9_EE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools16searchNodeWithIdINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_iRSt6vectorIPS5_SaIS8_EE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools18searchNodeWithNameIKNS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt6vectorIPS6_SaISH_EE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools18searchNodeWithNameINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt6vectorIPS5_SaISG_EE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools21searchFirstNodeWithIdERNS_4NodeEi at Base 2.4.1
- _ZN3bpp17TreeTemplateTools8getNodesIKNS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS6_SaIS9_EE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools8getNodesINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS5_SaIS8_EE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools9getLeavesIKNS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS6_SaIS9_EE at Base 2.4.1
- _ZN3bpp17TreeTemplateTools9getLeavesINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS5_SaIS8_EE at Base 2.4.1
- _ZN3bpp18MouseListenerGroupD0Ev at Base 2.4.1
- _ZN3bpp18MouseListenerGroupD1Ev at Base 2.4.1
- _ZN3bpp18MouseListenerGroupD2Ev at Base 2.4.1
- _ZN3bpp19AbstractTreeDrawing8setXUnitEd at Base 2.4.1
- _ZN3bpp19AbstractTreeDrawing8setYUnitEd at Base 2.4.1
- _ZN3bpp19TreeDrawingNodeInfoD0Ev at Base 2.4.1
- _ZN3bpp19TreeDrawingNodeInfoD1Ev at Base 2.4.1
- _ZN3bpp19TreeDrawingNodeInfoD2Ev at Base 2.4.1
- _ZN3bpp19TreeDrawingSettingsC1Ev at Base 2.4.1
- _ZN3bpp19TreeDrawingSettingsC2Ev at Base 2.4.1
- _ZN3bpp20EmptyVectorExceptionImEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKSt6vectorImSaImEE at Base 2.4.1
- _ZN3bpp20EmptyVectorExceptionImEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKSt6vectorImSaImEE at Base 2.4.1
- _ZN3bpp20EmptyVectorExceptionImED0Ev at Base 2.4.1
- _ZN3bpp20EmptyVectorExceptionImED1Ev at Base 2.4.1
- _ZN3bpp20EmptyVectorExceptionImED2Ev at Base 2.4.1
- _ZN3bpp20NullPointerExceptionD0Ev at Base 2.4.1
- _ZN3bpp20NullPointerExceptionD1Ev at Base 2.4.1
- _ZN3bpp20NullPointerExceptionD2Ev at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers11qt_metacallEN11QMetaObject4CallEiPPv at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers11qt_metacastEPKc at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers12applyOptionsEPNS_10TreeCanvasE at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers13ID_WIDTH_CTRLE at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers13setTreeCanvasEPNS_10TreeCanvasEb at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers14ID_HEIGHT_CTRLE at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers14getTreeDrawingEj at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers15ID_DRAWING_CTRLE at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers16actualizeOptionsEv at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers16getControlerByIdEi at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers16staticMetaObjectE at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers18treeDrawingChangedEv at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers19ID_ORIENTATION_CTRLE at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers21ID_DRAW_NODE_IDS_CTRLE at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers22treeDrawingUnitChangedEv at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers23ID_DRAW_LEAF_NAMES_CTRLE at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers23PROPERTY_CLICKABLE_AREAB5cxx11E at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers27ID_DRAW_BRANCH_LENGTHS_CTRLE at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers28ID_DRAW_CLICKABLE_AREAS_CTRLE at Base 2.4.1
- _ZN3bpp20TreeCanvasControlers29ID_DRAW_BOOTSTRAP_VALUES_CTRLE at Base 2.4.1
- _ZN3bpp20TreeCanvasControlersC1EP7QWidget at Base 2.4.1
- _ZN3bpp20TreeCanvasControlersC2EP7QWidget at Base 2.4.1
- _ZN3bpp20TreeCanvasControlersD0Ev at Base 2.4.1
- _ZN3bpp20TreeCanvasControlersD1Ev at Base 2.4.1
- _ZN3bpp20TreeCanvasControlersD2Ev at Base 2.4.1
- _ZN3bpp20UnvalidFlagExceptionC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp20UnvalidFlagExceptionD0Ev at Base 2.4.1
- _ZN3bpp20UnvalidFlagExceptionD1Ev at Base 2.4.1
- _ZN3bpp21AbstractGraphicDevice14setCurrentFontERKNS_4FontE at Base 2.4.1
- _ZN3bpp21AbstractGraphicDevice15setCurrentLayerEi at Base 2.4.1
- _ZN3bpp21AbstractGraphicDevice18setCurrentLineTypeEs at Base 2.4.1
- _ZN3bpp21AbstractGraphicDevice19setCurrentPointSizeEj at Base 2.4.1
- _ZN3bpp21AbstractGraphicDevice25setCurrentBackgroundColorERKNS_8RGBColorE at Base 2.4.1
- _ZN3bpp21AbstractGraphicDevice25setCurrentForegroundColorERKNS_8RGBColorE at Base 2.4.1
- _ZN3bpp21AbstractGraphicDevice8setXUnitEd at Base 2.4.1
- _ZN3bpp21AbstractGraphicDevice8setYUnitEd at Base 2.4.1
- _ZN3bpp21AbstractGraphicDeviceD2Ev at Base 2.4.1
- _ZN3bpp21NodeNotFoundExceptionD0Ev at Base 2.4.1
- _ZN3bpp21NodeNotFoundExceptionD1Ev at Base 2.4.1
- _ZN3bpp21NodeNotFoundExceptionD2Ev at Base 2.4.1
- _ZN3bpp21UnrootedTreeExceptionD0Ev at Base 2.4.1
- _ZN3bpp21UnrootedTreeExceptionD1Ev at Base 2.4.1
- _ZN3bpp21UnrootedTreeExceptionD2Ev at Base 2.4.1
- _ZN3bpp25IndexOutOfBoundsExceptionD0Ev at Base 2.4.1
- _ZN3bpp25IndexOutOfBoundsExceptionD1Ev at Base 2.4.1
- _ZN3bpp25IndexOutOfBoundsExceptionD2Ev at Base 2.4.1
- _ZN3bpp25PropertyNotFoundExceptionC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PKNS_4NodeE at Base 2.4.1
- _ZN3bpp25PropertyNotFoundExceptionC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PKNS_4NodeE at Base 2.4.1
- _ZN3bpp25PropertyNotFoundExceptionD0Ev at Base 2.4.1
- _ZN3bpp25PropertyNotFoundExceptionD1Ev at Base 2.4.1
- _ZN3bpp25PropertyNotFoundExceptionD2Ev at Base 2.4.1
- _ZN3bpp26TreeDrawingListenerAdapter13afterDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
- _ZN3bpp26TreeDrawingListenerAdapter13afterDrawTreeERKNS_13DrawTreeEventE at Base 2.4.1
- _ZN3bpp26TreeDrawingListenerAdapter14beforeDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
- _ZN3bpp26TreeDrawingListenerAdapter14beforeDrawTreeERKNS_13DrawTreeEventE at Base 2.4.1
- _ZN3bpp26TreeDrawingListenerAdapter15afterDrawBranchERKNS_15DrawBranchEventE at Base 2.4.1
- _ZN3bpp26TreeDrawingListenerAdapter16beforeDrawBranchERKNS_15DrawBranchEventE at Base 2.4.1
- _ZN3bpp26TreeDrawingListenerAdapter6enableEb at Base 2.4.1
- _ZN3bpp27TreeDrawingDisplayControler14enableListenerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb at Base 2.4.1
- _ZN3bpp27TreeDrawingDisplayControler19registerTreeDrawingEPNS_11TreeDrawingE at Base 2.4.1
- _ZN3bpp32BasicTreeDrawingDisplayControlerC1EPKNS_19TreeDrawingSettingsE at Base 2.4.1
- _ZN3bpp32BasicTreeDrawingDisplayControlerC2EPKNS_19TreeDrawingSettingsE at Base 2.4.1
- _ZN3bpp32BasicTreeDrawingDisplayControlerD0Ev at Base 2.4.1
- _ZN3bpp32BasicTreeDrawingDisplayControlerD1Ev at Base 2.4.1
- _ZN3bpp32BasicTreeDrawingDisplayControlerD2Ev at Base 2.4.1
- _ZN3bpp37NodeClickableAreasTreeDrawingListener13afterDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
- _ZN3bpp37NodeClickableAreasTreeDrawingListenerD0Ev at Base 2.4.1
- _ZN3bpp37NodeClickableAreasTreeDrawingListenerD1Ev at Base 2.4.1
- _ZN3bpp4FontC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEssj at Base 2.4.1
- _ZN3bpp4FontD0Ev at Base 2.4.1
- _ZN3bpp4FontD1Ev at Base 2.4.1
- _ZN3bpp4Node10deleteNameEv at Base 2.4.1
- _ZN3bpp4Node10removeSonsEv at Base 2.4.1
- _ZN3bpp4Node15getNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp4Node15setNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_8ClonableE at Base 2.4.1
- _ZN3bpp4Node17getBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp4Node17setBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_8ClonableE at Base 2.4.1
- _ZN3bpp4Node18deleteNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp4Node18removeNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp4Node19setDistanceToFatherEd at Base 2.4.1
- _ZN3bpp4Node20deleteBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp4Node20deleteNodePropertiesEv at Base 2.4.1
- _ZN3bpp4Node20removeBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp4Node20removeNodePropertiesEv at Base 2.4.1
- _ZN3bpp4Node22deleteBranchPropertiesEv at Base 2.4.1
- _ZN3bpp4Node22deleteDistanceToFatherEv at Base 2.4.1
- _ZN3bpp4Node22removeBranchPropertiesEv at Base 2.4.1
- _ZN3bpp4Node5setIdEi at Base 2.4.1
- _ZN3bpp4Node6addSonEPS0_ at Base 2.4.1
- _ZN3bpp4Node6addSonEmPS0_ at Base 2.4.1
- _ZN3bpp4Node6setSonEmPS0_ at Base 2.4.1
- _ZN3bpp4Node7getSonsEv at Base 2.4.1
- _ZN3bpp4Node7setNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZN3bpp4Node9removeSonEPS0_ at Base 2.4.1
- _ZN3bpp4Node9removeSonEm at Base 2.4.1
- _ZN3bpp4Node9setFatherEPS0_ at Base 2.4.1
- _ZN3bpp4NodeD0Ev at Base 2.4.1
- _ZN3bpp4NodeD1Ev at Base 2.4.1
- _ZN3bpp4NodeD2Ev at Base 2.4.1
- _ZN3bpp7Point2DIdED0Ev at Base 2.4.1
- _ZN3bpp7Point2DIdED1Ev at Base 2.4.1
- _ZN3bpp8RGBColorD0Ev at Base 2.4.1
- _ZN3bpp8RGBColorD1Ev at Base 2.4.1
- _ZN3bpp9ExceptionD0Ev at Base 2.4.1
- _ZN3bpp9ExceptionD1Ev at Base 2.4.1
- _ZN3bpp9ExceptionD2Ev at Base 2.4.1
- _ZN3bpp9TextTools8toStringIiEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEET_ at Base 2.4.1
- _ZN3bpp9TextTools8toStringImEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEET_ at Base 2.4.1
- _ZN3bpp9TextTools8toStringIsEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEET_ at Base 2.4.1
- _ZN5QListI7QStringE18detach_helper_growEii at Base 2.4.1
- _ZN5QListI7QStringE6appendERKS0_ at Base 2.4.1
- _ZN5QListI7QStringED1Ev at Base 2.4.1
- _ZN5QListI7QStringED2Ev at Base 2.4.1
- _ZN5QListIP13QGraphicsItemED1Ev at Base 2.4.1
- _ZN5QListIP13QGraphicsItemED2Ev at Base 2.4.1
- _ZN5QListIP15QAbstractButtonE6detachEv at Base 2.4.1
- _ZN5QListIP15QAbstractButtonED1Ev at Base 2.4.1
- _ZN5QListIP15QAbstractButtonED2Ev at Base 2.4.1
- _ZN5QListIP17QGraphicsTextItemE18detach_helper_growEii at Base 2.4.1
- _ZN5QListIP17QGraphicsTextItemE6appendERKS1_ at Base 2.4.1
- _ZN7QStringC1EPKc at Base 2.4.1
- _ZN7QStringC2EPKc at Base 2.4.1
- _ZN7QStringD1Ev at Base 2.4.1
- _ZN7QStringD2Ev at Base 2.4.1
- _ZN9QtPrivate8RefCount5derefEv at Base 2.4.1
- _ZNK3bpp10TreeCanvas10metaObjectEv at Base 2.4.1
- _ZNK3bpp10TreeCanvas12drawingWidthEv at Base 2.4.1
- _ZNK3bpp10TreeCanvas13drawingHeightEv at Base 2.4.1
- _ZNK3bpp10TreeCanvas14getTreeDrawingEv at Base 2.4.1
- _ZNK3bpp10TreeCanvas7getTreeEv at Base 2.4.1
- _ZNK3bpp10TreeCanvas9getDeviceEv at Base 2.4.1
- _ZNK3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE6getSonEm at Base 2.4.1
- _ZNK3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE8getInfosEv at Base 2.4.1
- _ZNK3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE9getFatherEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE10getNodesIdEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11getFatherIdEi at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11getLeavesIdEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11getNodeNameB5cxx11Ei at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11getRootNodeEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11hasNodeNameEi at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE12cloneSubtreeEi at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE13getBranchesIdEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE13getInnerNodesEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE14getAncestorsIdEi at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE14getLeavesNamesB5cxx11Ev at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE15getInnerNodesIdEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE15getNodePropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE15hasNodePropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE16getBranchLengthsEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE16getNumberOfNodesEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE16isMultifurcatingEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE17getBranchPropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE17getNumberOfLeavesEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE17hasBranchPropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE19getDistanceToFatherEi at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE19hasDistanceToFatherEi at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE20getNodePropertyNamesB5cxx11Ei at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE22getBranchPropertyNamesB5cxx11Ei at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE5cloneEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE6isLeafEi at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE6isRootEi at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7getNameB5cxx11Ev at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7getNodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7getNodeEib at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7hasNodeEi at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE8getNodesEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE8isRootedEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getLeafIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getLeavesEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getRootIdEv at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getSonsIdEi at Base 2.4.1
- _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9hasFatherEi at Base 2.4.1
- _ZNK3bpp13CladogramPlot7getNameB5cxx11Ev at Base 2.4.1
- _ZNK3bpp13CladogramPlot8getWidthEv at Base 2.4.1
- _ZNK3bpp13CladogramPlot9getHeightEv at Base 2.4.1
- _ZNK3bpp13DrawNodeEvent14getTreeDrawingEv at Base 2.4.1
- _ZNK3bpp13DrawNodeEvent16getGraphicDeviceEv at Base 2.4.1
- _ZNK3bpp13DrawNodeEvent9getCursorEv at Base 2.4.1
- _ZNK3bpp13NodeException9getNodeIdEv at Base 2.4.1
- _ZNK3bpp13PhylogramPlot7getNameB5cxx11Ev at Base 2.4.1
- _ZNK3bpp13TreeException7getTreeEv at Base 2.4.1
- _ZNK3bpp14NodePException7getNodeEv at Base 2.4.1
- _ZNK3bpp14NodePException9getNodeIdEv at Base 2.4.1
- _ZNK3bpp15PhyloStatistics5cloneEv at Base 2.4.1
- _ZNK3bpp17TreeStatisticsBox10metaObjectEv at Base 2.4.1
- _ZNK3bpp19AbstractTreeDrawing18getDisplaySettingsEv at Base 2.4.1
- _ZNK3bpp19AbstractTreeDrawing7hasTreeEv at Base 2.4.1
- _ZNK3bpp20TreeCanvasControlers10metaObjectEv at Base 2.4.1
- _ZNK3bpp21AbstractGraphicDevice14getCurrentFontEv at Base 2.4.1
- _ZNK3bpp21AbstractGraphicDevice15getCurrentLayerEv at Base 2.4.1
- _ZNK3bpp21AbstractGraphicDevice18getCurrentLineTypeEv at Base 2.4.1
- _ZNK3bpp21AbstractGraphicDevice19getCurrentPointSizeEv at Base 2.4.1
- _ZNK3bpp21AbstractGraphicDevice25getCurrentBackgroundColorEv at Base 2.4.1
- _ZNK3bpp21AbstractGraphicDevice25getCurrentForegroundColorEv at Base 2.4.1
- _ZNK3bpp21AbstractGraphicDevice8getXUnitEv at Base 2.4.1
- _ZNK3bpp21AbstractGraphicDevice8getYUnitEv at Base 2.4.1
- _ZNK3bpp21NodeNotFoundException5getIdB5cxx11Ev at Base 2.4.1
- _ZNK3bpp25PropertyNotFoundException15getPropertyNameB5cxx11Ev at Base 2.4.1
- _ZNK3bpp26TreeDrawingListenerAdapter12isAutonomousEv at Base 2.4.1
- _ZNK3bpp26TreeDrawingListenerAdapter9isEnabledEv at Base 2.4.1
- _ZNK3bpp37NodeClickableAreasTreeDrawingListener5cloneEv at Base 2.4.1
- _ZNK3bpp4Font5cloneEv at Base 2.4.1
- _ZNK3bpp4Node11getFatherIdEv at Base 2.4.1
- _ZNK3bpp4Node15getNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZNK3bpp4Node15getNumberOfSonsEv at Base 2.4.1
- _ZNK3bpp4Node15hasNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZNK3bpp4Node17getBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZNK3bpp4Node17hasBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZNK3bpp4Node19getDistanceToFatherEv at Base 2.4.1
- _ZNK3bpp4Node19hasDistanceToFatherEv at Base 2.4.1
- _ZNK3bpp4Node20getNodePropertyNamesB5cxx11Ev at Base 2.4.1
- _ZNK3bpp4Node22getBranchPropertyNamesB5cxx11Ev at Base 2.4.1
- _ZNK3bpp4Node5getIdEv at Base 2.4.1
- _ZNK3bpp4Node6degreeEv at Base 2.4.1
- _ZNK3bpp4Node6isLeafEv at Base 2.4.1
- _ZNK3bpp4Node7getNameB5cxx11Ev at Base 2.4.1
- _ZNK3bpp4Node7hasNameEv at Base 2.4.1
- _ZNK3bpp4Node9getSonsIdEv at Base 2.4.1
- _ZNK3bpp4Node9hasFatherEv at Base 2.4.1
- _ZNK3bpp4NodeeqERKS0_ at Base 2.4.1
- _ZNK3bpp7Point2DIdE5cloneEv at Base 2.4.1
- _ZNK3bpp7Point2DIdEeqERKS1_ at Base 2.4.1
- _ZNK3bpp7Point2DIdEneERKS1_ at Base 2.4.1
- _ZNK3bpp8RGBColor5cloneEv at Base 2.4.1
- _ZNKSt5ctypeIcE8do_widenEc at Base 2.4.1
- _ZNSt10unique_ptrI14QGraphicsSceneSt14default_deleteIS0_EED1Ev at Base 2.4.1
- _ZNSt10unique_ptrI14QGraphicsSceneSt14default_deleteIS0_EED2Ev at Base 2.4.1
- _ZNSt10unique_ptrIN3bpp14NodeMouseEventESt14default_deleteIS1_EED1Ev at Base 2.4.1
- _ZNSt10unique_ptrIN3bpp14NodeMouseEventESt14default_deleteIS1_EED2Ev at Base 2.4.1
- _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPN3bpp8ClonableESt4lessIS5_ESaISt4pairIKS5_S8_EEEixERSC_ at Base 2.4.1
- _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.4.1
- _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev at Base 2.4.1
- _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev at Base 2.4.1
- _ZNSt6vectorIPKN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.4.1
- _ZNSt6vectorIPKN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS5_EED1Ev at Base 2.4.1
- _ZNSt6vectorIPKN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS5_EED2Ev at Base 2.4.1
- _ZNSt6vectorIPN3bpp11TreeDrawingESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.4.1
- _ZNSt6vectorIPN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 2.4.1
- _ZNSt6vectorIPN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS4_EED1Ev at Base 2.4.1
- _ZNSt6vectorIPN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS4_EED2Ev at Base 2.4.1
- _ZNSt6vectorIPN3bpp4NodeESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.4.1
- _ZNSt6vectorIPN3bpp4NodeESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.4.1
- _ZNSt6vectorIdSaIdEE17_M_realloc_insertIJRKdEEEvN9__gnu_cxx17__normal_iteratorIPdS1_EEDpOT_ at Base 2.4.1
- _ZNSt6vectorIdSaIdEED1Ev at Base 2.4.1
- _ZNSt6vectorIdSaIdEED2Ev at Base 2.4.1
- _ZNSt6vectorIiSaIiEE17_M_realloc_insertIJiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_ at Base 2.4.1
- _ZNSt6vectorIiSaIiEED1Ev at Base 2.4.1
- _ZNSt6vectorIiSaIiEED2Ev at Base 2.4.1
- _ZNSt6vectorImSaImEED1Ev at Base 2.4.1
- _ZNSt6vectorImSaImEED2Ev at Base 2.4.1
- _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IS3_EEPKcRKS3_ at Base 2.4.1
- _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_ at Base 2.4.1
- _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev at Base 2.4.1
- _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev at Base 2.4.1
- _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev at Base 2.4.1
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp19TreeDrawingListenerEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_ at Base 2.4.1
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp19TreeDrawingListenerEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_ at Base 2.4.1
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp8ClonableEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE11equal_rangeERS7_ at Base 2.4.1
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp8ClonableEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_ at Base 2.4.1
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp8ClonableEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_ at Base 2.4.1
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp8ClonableEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_ at Base 2.4.1
- _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_ at Base 2.4.1
- _ZTIN3bpp10TreeCanvasE at Base 2.4.1
- _ZTIN3bpp11TreeDrawingE at Base 2.4.1
- _ZTIN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEEE at Base 2.4.1
- _ZTIN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEE at Base 2.4.1
- _ZTIN3bpp13GraphicDeviceE at Base 2.4.1
- _ZTIN3bpp13NodeExceptionE at Base 2.4.1
- _ZTIN3bpp13TreeExceptionE at Base 2.4.1
- _ZTIN3bpp14NodeMouseEventE at Base 2.4.1
- _ZTIN3bpp14NodePExceptionE at Base 2.4.1
- _ZTIN3bpp15PhyloStatisticsE at Base 2.4.1
- _ZTIN3bpp15QtGraphicDeviceE at Base 2.4.1
- _ZTIN3bpp15VectorExceptionImEE at Base 2.4.1
- _ZTIN3bpp17TreeStatisticsBoxE at Base 2.4.1
- _ZTIN3bpp18MouseListenerGroupE at Base 2.4.1
- _ZTIN3bpp19TreeDrawingListenerE at Base 2.4.1
- _ZTIN3bpp19TreeDrawingNodeInfoE at Base 2.4.1
- _ZTIN3bpp20EmptyVectorExceptionImEE at Base 2.4.1
- _ZTIN3bpp20NullPointerExceptionE at Base 2.4.1
- _ZTIN3bpp20TreeCanvasControlersE at Base 2.4.1
- _ZTIN3bpp20UnvalidFlagExceptionE at Base 2.4.1
- _ZTIN3bpp21AbstractGraphicDeviceE at Base 2.4.1
- _ZTIN3bpp21NodeNotFoundExceptionE at Base 2.4.1
- _ZTIN3bpp21UnrootedTreeExceptionE at Base 2.4.1
- _ZTIN3bpp25IndexOutOfBoundsExceptionE at Base 2.4.1
- _ZTIN3bpp25PropertyNotFoundExceptionE at Base 2.4.1
- _ZTIN3bpp26TreeDrawingListenerAdapterE at Base 2.4.1
- _ZTIN3bpp32BasicTreeDrawingDisplayControlerE at Base 2.4.1
- _ZTIN3bpp37NodeClickableAreasTreeDrawingListenerE at Base 2.4.1
- _ZTIN3bpp4FontE at Base 2.4.1
- _ZTIN3bpp4TreeE at Base 2.4.1
- _ZTIN3bpp7Point2DIdEE at Base 2.4.1
- _ZTIN3bpp8ClonableE at Base 2.4.1
- _ZTIN3bpp8RGBColorE at Base 2.4.1
- _ZTSN3bpp10TreeCanvasE at Base 2.4.1
- _ZTSN3bpp11TreeDrawingE at Base 2.4.1
- _ZTSN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEEE at Base 2.4.1
- _ZTSN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEE at Base 2.4.1
- _ZTSN3bpp13GraphicDeviceE at Base 2.4.1
- _ZTSN3bpp13NodeExceptionE at Base 2.4.1
- _ZTSN3bpp13TreeExceptionE at Base 2.4.1
- _ZTSN3bpp14NodeMouseEventE at Base 2.4.1
- _ZTSN3bpp14NodePExceptionE at Base 2.4.1
- _ZTSN3bpp15PhyloStatisticsE at Base 2.4.1
- _ZTSN3bpp15QtGraphicDeviceE at Base 2.4.1
- _ZTSN3bpp15VectorExceptionImEE at Base 2.4.1
- _ZTSN3bpp17TreeStatisticsBoxE at Base 2.4.1
- _ZTSN3bpp18MouseListenerGroupE at Base 2.4.1
- _ZTSN3bpp19TreeDrawingListenerE at Base 2.4.1
- _ZTSN3bpp19TreeDrawingNodeInfoE at Base 2.4.1
- _ZTSN3bpp20EmptyVectorExceptionImEE at Base 2.4.1
- _ZTSN3bpp20NullPointerExceptionE at Base 2.4.1
- _ZTSN3bpp20TreeCanvasControlersE at Base 2.4.1
- _ZTSN3bpp20UnvalidFlagExceptionE at Base 2.4.1
- _ZTSN3bpp21AbstractGraphicDeviceE at Base 2.4.1
- _ZTSN3bpp21NodeNotFoundExceptionE at Base 2.4.1
- _ZTSN3bpp21UnrootedTreeExceptionE at Base 2.4.1
- _ZTSN3bpp25IndexOutOfBoundsExceptionE at Base 2.4.1
- _ZTSN3bpp25PropertyNotFoundExceptionE at Base 2.4.1
- _ZTSN3bpp26TreeDrawingListenerAdapterE at Base 2.4.1
- _ZTSN3bpp32BasicTreeDrawingDisplayControlerE at Base 2.4.1
- _ZTSN3bpp37NodeClickableAreasTreeDrawingListenerE at Base 2.4.1
- _ZTSN3bpp4FontE at Base 2.4.1
- _ZTSN3bpp4TreeE at Base 2.4.1
- _ZTSN3bpp7Point2DIdEE at Base 2.4.1
- _ZTSN3bpp8ClonableE at Base 2.4.1
- _ZTSN3bpp8RGBColorE at Base 2.4.1
- _ZTTN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEE at Base 2.4.1
- _ZTTN3bpp15PhyloStatisticsE at Base 2.4.1
- _ZTTN3bpp15QtGraphicDeviceE at Base 2.4.1
- _ZTTN3bpp20UnvalidFlagExceptionE at Base 2.4.1
- _ZTTN3bpp37NodeClickableAreasTreeDrawingListenerE at Base 2.4.1
- _ZTTN3bpp4FontE at Base 2.4.1
- _ZTTN3bpp7Point2DIdEE at Base 2.4.1
- _ZTTN3bpp8RGBColorE at Base 2.4.1
- _ZTVN3bpp10TreeCanvasE at Base 2.4.1
- _ZTVN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEEE at Base 2.4.1
- _ZTVN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEE at Base 2.4.1
- _ZTVN3bpp13NodeExceptionE at Base 2.4.1
- _ZTVN3bpp14NodeMouseEventE at Base 2.4.1
- _ZTVN3bpp15PhyloStatisticsE at Base 2.4.1
- _ZTVN3bpp15QtGraphicDeviceE at Base 2.4.1
- _ZTVN3bpp15VectorExceptionImEE at Base 2.4.1
- _ZTVN3bpp17TreeStatisticsBoxE at Base 2.4.1
- _ZTVN3bpp18MouseListenerGroupE at Base 2.4.1
- _ZTVN3bpp19TreeDrawingNodeInfoE at Base 2.4.1
- _ZTVN3bpp20EmptyVectorExceptionImEE at Base 2.4.1
- _ZTVN3bpp20TreeCanvasControlersE at Base 2.4.1
- _ZTVN3bpp20UnvalidFlagExceptionE at Base 2.4.1
- _ZTVN3bpp21NodeNotFoundExceptionE at Base 2.4.1
- _ZTVN3bpp25PropertyNotFoundExceptionE at Base 2.4.1
- _ZTVN3bpp32BasicTreeDrawingDisplayControlerE at Base 2.4.1
- _ZTVN3bpp37NodeClickableAreasTreeDrawingListenerE at Base 2.4.1
- _ZTVN3bpp4FontE at Base 2.4.1
- _ZTVN3bpp7Point2DIdEE at Base 2.4.1
- _ZTVN3bpp8RGBColorE at Base 2.4.1
- _ZTch0_v0_n120_NK3bpp37NodeClickableAreasTreeDrawingListener5cloneEv at Base 2.4.1
- _ZTch0_v0_n40_NK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE5cloneEv at Base 2.4.1
- _ZTch0_v0_n40_NK3bpp15PhyloStatistics5cloneEv at Base 2.4.1
- _ZTch0_v0_n40_NK3bpp37NodeClickableAreasTreeDrawingListener5cloneEv at Base 2.4.1
- _ZTch0_v0_n40_NK3bpp4Font5cloneEv at Base 2.4.1
- _ZTch0_v0_n40_NK3bpp7Point2DIdE5cloneEv at Base 2.4.1
- _ZTch0_v0_n40_NK3bpp8RGBColor5cloneEv at Base 2.4.1
- _ZTcv0_n32_v0_n120_NK3bpp37NodeClickableAreasTreeDrawingListener5cloneEv at Base 2.4.1
- _ZTcv0_n32_v0_n40_NK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE5cloneEv at Base 2.4.1
- _ZTcv0_n32_v0_n40_NK3bpp15PhyloStatistics5cloneEv at Base 2.4.1
- _ZTcv0_n32_v0_n40_NK3bpp37NodeClickableAreasTreeDrawingListener5cloneEv at Base 2.4.1
- _ZTcv0_n32_v0_n40_NK3bpp4Font5cloneEv at Base 2.4.1
- _ZTcv0_n32_v0_n40_NK3bpp7Point2DIdE5cloneEv at Base 2.4.1
- _ZTcv0_n32_v0_n40_NK3bpp8RGBColor5cloneEv at Base 2.4.1
- _ZThn16_N3bpp10TreeCanvasD0Ev at Base 2.4.1
- _ZThn16_N3bpp10TreeCanvasD1Ev at Base 2.4.1
- _ZThn16_N3bpp17TreeStatisticsBoxD0Ev at Base 2.4.1
- _ZThn16_N3bpp17TreeStatisticsBoxD1Ev at Base 2.4.1
- _ZTv0_n104_N3bpp15QtGraphicDevice19setCurrentPointSizeEj at Base 2.4.1
- _ZTv0_n104_N3bpp21AbstractGraphicDevice19setCurrentPointSizeEj at Base 2.4.1
- _ZTv0_n104_NK3bpp26TreeDrawingListenerAdapter9isEnabledEv at Base 2.4.1
- _ZTv0_n112_N3bpp15QtGraphicDevice18setCurrentLineTypeEs at Base 2.4.1
- _ZTv0_n112_N3bpp21AbstractGraphicDevice18setCurrentLineTypeEs at Base 2.4.1
- _ZTv0_n112_N3bpp26TreeDrawingListenerAdapter6enableEb at Base 2.4.1
- _ZTv0_n112_NK3bpp13CladogramPlot8getWidthEv at Base 2.4.1
- _ZTv0_n120_N3bpp21AbstractGraphicDevice15setCurrentLayerEi at Base 2.4.1
- _ZTv0_n120_NK3bpp13CladogramPlot9getHeightEv at Base 2.4.1
- _ZTv0_n128_NK3bpp21AbstractGraphicDevice25getCurrentForegroundColorEv at Base 2.4.1
- _ZTv0_n136_NK3bpp21AbstractGraphicDevice25getCurrentBackgroundColorEv at Base 2.4.1
- _ZTv0_n144_NK3bpp21AbstractGraphicDevice14getCurrentFontEv at Base 2.4.1
- _ZTv0_n152_NK3bpp21AbstractGraphicDevice19getCurrentPointSizeEv at Base 2.4.1
- _ZTv0_n160_NK3bpp21AbstractGraphicDevice18getCurrentLineTypeEv at Base 2.4.1
- _ZTv0_n168_NK3bpp21AbstractGraphicDevice15getCurrentLayerEv at Base 2.4.1
- _ZTv0_n176_N3bpp15QtGraphicDevice8drawLineEdddd at Base 2.4.1
- _ZTv0_n176_NK3bpp19AbstractTreeDrawing18getDisplaySettingsEv at Base 2.4.1
- _ZTv0_n184_N3bpp15QtGraphicDevice8drawRectEdddds at Base 2.4.1
- _ZTv0_n192_N3bpp15QtGraphicDevice10drawCircleEddds at Base 2.4.1
- _ZTv0_n200_N3bpp15QtGraphicDevice8drawTextEddRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEssd at Base 2.4.1
- _ZTv0_n208_N3bpp15QtGraphicDevice7commentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
- _ZTv0_n24_N3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEED0Ev at Base 2.4.1
- _ZTv0_n24_N3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEED1Ev at Base 2.4.1
- _ZTv0_n24_N3bpp13CladogramPlotD0Ev at Base 2.4.1
- _ZTv0_n24_N3bpp13CladogramPlotD1Ev at Base 2.4.1
- _ZTv0_n24_N3bpp15PhyloStatisticsD0Ev at Base 2.4.1
- _ZTv0_n24_N3bpp15PhyloStatisticsD1Ev at Base 2.4.1
- _ZTv0_n24_N3bpp15QtGraphicDeviceD0Ev at Base 2.4.1
- _ZTv0_n24_N3bpp15QtGraphicDeviceD1Ev at Base 2.4.1
- _ZTv0_n24_N3bpp20UnvalidFlagExceptionD0Ev at Base 2.4.1
- _ZTv0_n24_N3bpp20UnvalidFlagExceptionD1Ev at Base 2.4.1
- _ZTv0_n24_N3bpp37NodeClickableAreasTreeDrawingListenerD0Ev at Base 2.4.1
- _ZTv0_n24_N3bpp37NodeClickableAreasTreeDrawingListenerD1Ev at Base 2.4.1
- _ZTv0_n24_N3bpp4FontD0Ev at Base 2.4.1
- _ZTv0_n24_N3bpp4FontD1Ev at Base 2.4.1
- _ZTv0_n24_N3bpp7Point2DIdED0Ev at Base 2.4.1
- _ZTv0_n24_N3bpp7Point2DIdED1Ev at Base 2.4.1
- _ZTv0_n24_N3bpp8RGBColorD0Ev at Base 2.4.1
- _ZTv0_n24_N3bpp8RGBColorD1Ev at Base 2.4.1
- _ZTv0_n32_N3bpp15QtGraphicDevice5beginEv at Base 2.4.1
- _ZTv0_n40_N3bpp15QtGraphicDevice3endEv at Base 2.4.1
- _ZTv0_n48_N3bpp12MouseAdapter21mouseDoubleClickEventEP11QMouseEvent at Base 2.4.1
- _ZTv0_n48_N3bpp21AbstractGraphicDevice8setXUnitEd at Base 2.4.1
- _ZTv0_n48_N3bpp26TreeDrawingListenerAdapter14beforeDrawTreeERKNS_13DrawTreeEventE at Base 2.4.1
- _ZTv0_n48_NK3bpp13CladogramPlot7getNameB5cxx11Ev at Base 2.4.1
- _ZTv0_n48_NK3bpp13PhylogramPlot7getNameB5cxx11Ev at Base 2.4.1
- _ZTv0_n56_N3bpp12MouseAdapter14mouseMoveEventEP11QMouseEvent at Base 2.4.1
- _ZTv0_n56_N3bpp21AbstractGraphicDevice8setYUnitEd at Base 2.4.1
- _ZTv0_n56_N3bpp26TreeDrawingListenerAdapter13afterDrawTreeERKNS_13DrawTreeEventE at Base 2.4.1
- _ZTv0_n56_NK3bpp19AbstractTreeDrawing7hasTreeEv at Base 2.4.1
- _ZTv0_n64_N3bpp12MouseAdapter15mousePressEventEP11QMouseEvent at Base 2.4.1
- _ZTv0_n64_N3bpp26TreeDrawingListenerAdapter14beforeDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
- _ZTv0_n64_NK3bpp21AbstractGraphicDevice8getXUnitEv at Base 2.4.1
- _ZTv0_n72_N3bpp12MouseAdapter17mouseReleaseEventEP11QMouseEvent at Base 2.4.1
- _ZTv0_n72_N3bpp26TreeDrawingListenerAdapter13afterDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
- _ZTv0_n72_N3bpp37NodeClickableAreasTreeDrawingListener13afterDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
- _ZTv0_n72_NK3bpp21AbstractGraphicDevice8getYUnitEv at Base 2.4.1
- _ZTv0_n80_N3bpp15QtGraphicDevice25setCurrentForegroundColorERKNS_8RGBColorE at Base 2.4.1
- _ZTv0_n80_N3bpp19AbstractTreeDrawing8setXUnitEd at Base 2.4.1
- _ZTv0_n80_N3bpp21AbstractGraphicDevice25setCurrentForegroundColorERKNS_8RGBColorE at Base 2.4.1
- _ZTv0_n80_N3bpp26TreeDrawingListenerAdapter16beforeDrawBranchERKNS_15DrawBranchEventE at Base 2.4.1
- _ZTv0_n88_N3bpp15QtGraphicDevice25setCurrentBackgroundColorERKNS_8RGBColorE at Base 2.4.1
- _ZTv0_n88_N3bpp19AbstractTreeDrawing8setYUnitEd at Base 2.4.1
- _ZTv0_n88_N3bpp21AbstractGraphicDevice25setCurrentBackgroundColorERKNS_8RGBColorE at Base 2.4.1
- _ZTv0_n88_N3bpp26TreeDrawingListenerAdapter15afterDrawBranchERKNS_15DrawBranchEventE at Base 2.4.1
- _ZTv0_n96_N3bpp15QtGraphicDevice14setCurrentFontERKNS_4FontE at Base 2.4.1
- _ZTv0_n96_N3bpp21AbstractGraphicDevice14setCurrentFontERKNS_4FontE at Base 2.4.1
- _ZTv0_n96_NK3bpp26TreeDrawingListenerAdapter12isAutonomousEv at Base 2.4.1
diff -Nru libbpp-qt-2.4.1/debian/libbpp-qt2t64.amd64 libbpp-qt-2.4.1/debian/libbpp-qt2t64.amd64
--- libbpp-qt-2.4.1/debian/libbpp-qt2t64.amd64	1970-01-01 00:00:00.000000000 +0000
+++ libbpp-qt-2.4.1/debian/libbpp-qt2t64.amd64	2023-08-13 18:15:22.000000000 +0000
@@ -0,0 +1,594 @@
+libbpp-qt.so.2 libbpp-qt2 #MINVER#
+* Build-Depends-Package: libbpp-qt-dev
+ _ZN3bpp10TreeCanvas10searchTextERK7QString at Base 2.4.1
+ _ZN3bpp10TreeCanvas11qt_metacallEN11QMetaObject4CallEiPPv at Base 2.4.1
+ _ZN3bpp10TreeCanvas11qt_metacastEPKc at Base 2.4.1
+ _ZN3bpp10TreeCanvas14drawingChangedEv at Base 2.4.1
+ _ZN3bpp10TreeCanvas14getTreeDrawingEv at Base 2.4.1
+ _ZN3bpp10TreeCanvas14mouseMoveEventEP11QMouseEvent at Base 2.4.1
+ _ZN3bpp10TreeCanvas14setDrawingSizeEjj at Base 2.4.1
+ _ZN3bpp10TreeCanvas14setTreeDrawingERKNS_11TreeDrawingEb at Base 2.4.1
+ _ZN3bpp10TreeCanvas15mousePressEventEP11QMouseEvent at Base 2.4.1
+ _ZN3bpp10TreeCanvas16staticMetaObjectE at Base 2.4.1
+ _ZN3bpp10TreeCanvas17mouseReleaseEventEP11QMouseEvent at Base 2.4.1
+ _ZN3bpp10TreeCanvas21mouseDoubleClickEventEP11QMouseEvent at Base 2.4.1
+ _ZN3bpp10TreeCanvas6redrawEv at Base 2.4.1
+ _ZN3bpp10TreeCanvas7setTreeEPKNS_4TreeE at Base 2.4.1
+ _ZN3bpp10TreeCanvas9getDeviceEv at Base 2.4.1
+ _ZN3bpp10TreeCanvasC1EP7QWidget at Base 2.4.1
+ _ZN3bpp10TreeCanvasC2EP7QWidget at Base 2.4.1
+ _ZN3bpp10TreeCanvasD0Ev at Base 2.4.1
+ _ZN3bpp10TreeCanvasD1Ev at Base 2.4.1
+ _ZN3bpp10TreeCanvasD2Ev at Base 2.4.1
+ _ZN3bpp12MouseAdapter14mouseMoveEventEP11QMouseEvent at Base 2.4.1
+ _ZN3bpp12MouseAdapter15mousePressEventEP11QMouseEvent at Base 2.4.1
+ _ZN3bpp12MouseAdapter17mouseReleaseEventEP11QMouseEvent at Base 2.4.1
+ _ZN3bpp12MouseAdapter21mouseDoubleClickEventEP11QMouseEvent at Base 2.4.1
+ _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE12removeFatherEv at Base 2.4.1
+ _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE6getSonEm at Base 2.4.1
+ _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE8getInfosEv at Base 2.4.1
+ _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE8setInfosERKS1_ at Base 2.4.1
+ _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE9getFatherEv at Base 2.4.1
+ _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEED0Ev at Base 2.4.1
+ _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEED1Ev at Base 2.4.1
+ _ZN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEED2Ev at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11getRootNodeEv at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11newOutGroupEPS3_ at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11newOutGroupEi at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11setNodeNameEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11setRootNodeEPS3_ at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE12resetNodesIdEv at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE13getInnerNodesEv at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE14deleteNodeNameEi at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE14getTotalLengthEv at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE15getNodePropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE15setNodePropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_8ClonableE at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE16getBranchLengthsEv at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE16setBranchLengthsEd at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE17getBranchPropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE17setBranchPropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_8ClonableE at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE18removeNodePropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE19setDistanceToFatherEid at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE20removeBranchPropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE20setVoidBranchLengthsEd at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE22deleteDistanceToFatherEi at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE6rootAtEPS3_ at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE6rootAtEi at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE6unrootEv at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7getNodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7getNodeEib at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7setNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE8getNodesEv at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getLeavesEv at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getNextIdEv at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9scaleTreeEd at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEED0Ev at Base 2.4.1
+ _ZN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEED1Ev at Base 2.4.1
+ _ZN3bpp13CladogramPlotD0Ev at Base 2.4.1
+ _ZN3bpp13CladogramPlotD1Ev at Base 2.4.1
+ _ZN3bpp13NodeExceptionD0Ev at Base 2.4.1
+ _ZN3bpp13NodeExceptionD1Ev at Base 2.4.1
+ _ZN3bpp13NodeExceptionD2Ev at Base 2.4.1
+ _ZN3bpp13TreeExceptionD0Ev at Base 2.4.1
+ _ZN3bpp13TreeExceptionD1Ev at Base 2.4.1
+ _ZN3bpp13TreeExceptionD2Ev at Base 2.4.1
+ _ZN3bpp14NodeMouseEventC1ERKNS_10TreeCanvasERK11QMouseEvent at Base 2.4.1
+ _ZN3bpp14NodeMouseEventC2ERKNS_10TreeCanvasERK11QMouseEvent at Base 2.4.1
+ _ZN3bpp14NodeMouseEventD0Ev at Base 2.4.1
+ _ZN3bpp14NodeMouseEventD1Ev at Base 2.4.1
+ _ZN3bpp14NodeMouseEventD2Ev at Base 2.4.1
+ _ZN3bpp14NodePExceptionD0Ev at Base 2.4.1
+ _ZN3bpp14NodePExceptionD1Ev at Base 2.4.1
+ _ZN3bpp14NodePExceptionD2Ev at Base 2.4.1
+ _ZN3bpp14QtOutputStream18checkNumberOfLinesEv at Base 2.4.1
+ _ZN3bpp15PhyloStatisticsD0Ev at Base 2.4.1
+ _ZN3bpp15PhyloStatisticsD1Ev at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice10drawCircleEddds at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice14setCurrentFontERKNS_4FontE at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice18setCurrentLineTypeEs at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice19setCurrentPointSizeEj at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice25setCurrentBackgroundColorERKNS_8RGBColorE at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice25setCurrentForegroundColorERKNS_8RGBColorE at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice3endEv at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice5beginEv at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice7commentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice8drawLineEdddd at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice8drawRectEdddds at Base 2.4.1
+ _ZN3bpp15QtGraphicDevice8drawTextEddRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEssd at Base 2.4.1
+ _ZN3bpp15QtGraphicDeviceC1Ev at Base 2.4.1
+ _ZN3bpp15QtGraphicDeviceC2Ev at Base 2.4.1
+ _ZN3bpp15QtGraphicDeviceD0Ev at Base 2.4.1
+ _ZN3bpp15QtGraphicDeviceD1Ev at Base 2.4.1
+ _ZN3bpp15QtGraphicDeviceD2Ev at Base 2.4.1
+ _ZN3bpp15VectorExceptionImED0Ev at Base 2.4.1
+ _ZN3bpp15VectorExceptionImED1Ev at Base 2.4.1
+ _ZN3bpp15VectorExceptionImED2Ev at Base 2.4.1
+ _ZN3bpp17TreeStatisticsBox10updateTreeERKNS_4TreeE at Base 2.4.1
+ _ZN3bpp17TreeStatisticsBox11qt_metacallEN11QMetaObject4CallEiPPv at Base 2.4.1
+ _ZN3bpp17TreeStatisticsBox11qt_metacastEPKc at Base 2.4.1
+ _ZN3bpp17TreeStatisticsBox16staticMetaObjectE at Base 2.4.1
+ _ZN3bpp17TreeStatisticsBoxC1EP7QWidget at Base 2.4.1
+ _ZN3bpp17TreeStatisticsBoxC2EP7QWidget at Base 2.4.1
+ _ZN3bpp17TreeStatisticsBoxD0Ev at Base 2.4.1
+ _ZN3bpp17TreeStatisticsBoxD1Ev at Base 2.4.1
+ _ZN3bpp17TreeStatisticsBoxD2Ev at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools10getNodesIdERKNS_4NodeERSt6vectorIiSaIiEE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools10searchLeafERKNS_4NodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPi at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools11getLeavesIdERKNS_4NodeERSt6vectorIiSaIiEE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools12cloneSubtreeINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEPT_RKNS_4NodeE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools12cloneSubtreeINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEPT_RKNS_4TreeEi at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools13deleteSubtreeINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvPT_ at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools13getInnerNodesIKNS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS6_SaIS9_EE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools13getInnerNodesINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS5_SaIS8_EE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools13hasNodeWithIdINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEbRKT_i at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools15getInnerNodesIdERKNS_4NodeERSt6vectorIiSaIiEE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools16searchNodeWithIdIKNS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_iRSt6vectorIPS6_SaIS9_EE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools16searchNodeWithIdINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_iRSt6vectorIPS5_SaIS8_EE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools18searchNodeWithNameIKNS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt6vectorIPS6_SaISH_EE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools18searchNodeWithNameINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt6vectorIPS5_SaISG_EE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools21searchFirstNodeWithIdERNS_4NodeEi at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools8getNodesIKNS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS6_SaIS9_EE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools8getNodesINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS5_SaIS8_EE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools9getLeavesIKNS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS6_SaIS9_EE at Base 2.4.1
+ _ZN3bpp17TreeTemplateTools9getLeavesINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEEvRT_RSt6vectorIPS5_SaIS8_EE at Base 2.4.1
+ _ZN3bpp18MouseListenerGroupD0Ev at Base 2.4.1
+ _ZN3bpp18MouseListenerGroupD1Ev at Base 2.4.1
+ _ZN3bpp18MouseListenerGroupD2Ev at Base 2.4.1
+ _ZN3bpp19AbstractTreeDrawing8setXUnitEd at Base 2.4.1
+ _ZN3bpp19AbstractTreeDrawing8setYUnitEd at Base 2.4.1
+ _ZN3bpp19TreeDrawingNodeInfoD0Ev at Base 2.4.1
+ _ZN3bpp19TreeDrawingNodeInfoD1Ev at Base 2.4.1
+ _ZN3bpp19TreeDrawingNodeInfoD2Ev at Base 2.4.1
+ _ZN3bpp19TreeDrawingSettingsC1Ev at Base 2.4.1
+ _ZN3bpp19TreeDrawingSettingsC2Ev at Base 2.4.1
+ _ZN3bpp20EmptyVectorExceptionImEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKSt6vectorImSaImEE at Base 2.4.1
+ _ZN3bpp20EmptyVectorExceptionImEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKSt6vectorImSaImEE at Base 2.4.1
+ _ZN3bpp20EmptyVectorExceptionImED0Ev at Base 2.4.1
+ _ZN3bpp20EmptyVectorExceptionImED1Ev at Base 2.4.1
+ _ZN3bpp20EmptyVectorExceptionImED2Ev at Base 2.4.1
+ _ZN3bpp20NullPointerExceptionD0Ev at Base 2.4.1
+ _ZN3bpp20NullPointerExceptionD1Ev at Base 2.4.1
+ _ZN3bpp20NullPointerExceptionD2Ev at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers11qt_metacallEN11QMetaObject4CallEiPPv at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers11qt_metacastEPKc at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers12applyOptionsEPNS_10TreeCanvasE at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers13ID_WIDTH_CTRLE at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers13setTreeCanvasEPNS_10TreeCanvasEb at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers14ID_HEIGHT_CTRLE at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers14getTreeDrawingEj at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers15ID_DRAWING_CTRLE at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers16actualizeOptionsEv at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers16getControlerByIdEi at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers16staticMetaObjectE at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers18treeDrawingChangedEv at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers19ID_ORIENTATION_CTRLE at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers21ID_DRAW_NODE_IDS_CTRLE at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers22treeDrawingUnitChangedEv at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers23ID_DRAW_LEAF_NAMES_CTRLE at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers23PROPERTY_CLICKABLE_AREAB5cxx11E at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers27ID_DRAW_BRANCH_LENGTHS_CTRLE at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers28ID_DRAW_CLICKABLE_AREAS_CTRLE at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlers29ID_DRAW_BOOTSTRAP_VALUES_CTRLE at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlersC1EP7QWidget at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlersC2EP7QWidget at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlersD0Ev at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlersD1Ev at Base 2.4.1
+ _ZN3bpp20TreeCanvasControlersD2Ev at Base 2.4.1
+ _ZN3bpp20UnvalidFlagExceptionC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp20UnvalidFlagExceptionD0Ev at Base 2.4.1
+ _ZN3bpp20UnvalidFlagExceptionD1Ev at Base 2.4.1
+ _ZN3bpp21AbstractGraphicDevice14setCurrentFontERKNS_4FontE at Base 2.4.1
+ _ZN3bpp21AbstractGraphicDevice15setCurrentLayerEi at Base 2.4.1
+ _ZN3bpp21AbstractGraphicDevice18setCurrentLineTypeEs at Base 2.4.1
+ _ZN3bpp21AbstractGraphicDevice19setCurrentPointSizeEj at Base 2.4.1
+ _ZN3bpp21AbstractGraphicDevice25setCurrentBackgroundColorERKNS_8RGBColorE at Base 2.4.1
+ _ZN3bpp21AbstractGraphicDevice25setCurrentForegroundColorERKNS_8RGBColorE at Base 2.4.1
+ _ZN3bpp21AbstractGraphicDevice8setXUnitEd at Base 2.4.1
+ _ZN3bpp21AbstractGraphicDevice8setYUnitEd at Base 2.4.1
+ _ZN3bpp21AbstractGraphicDeviceD2Ev at Base 2.4.1
+ _ZN3bpp21NodeNotFoundExceptionD0Ev at Base 2.4.1
+ _ZN3bpp21NodeNotFoundExceptionD1Ev at Base 2.4.1
+ _ZN3bpp21NodeNotFoundExceptionD2Ev at Base 2.4.1
+ _ZN3bpp21UnrootedTreeExceptionD0Ev at Base 2.4.1
+ _ZN3bpp21UnrootedTreeExceptionD1Ev at Base 2.4.1
+ _ZN3bpp21UnrootedTreeExceptionD2Ev at Base 2.4.1
+ _ZN3bpp25IndexOutOfBoundsExceptionD0Ev at Base 2.4.1
+ _ZN3bpp25IndexOutOfBoundsExceptionD1Ev at Base 2.4.1
+ _ZN3bpp25IndexOutOfBoundsExceptionD2Ev at Base 2.4.1
+ _ZN3bpp25PropertyNotFoundExceptionC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PKNS_4NodeE at Base 2.4.1
+ _ZN3bpp25PropertyNotFoundExceptionC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PKNS_4NodeE at Base 2.4.1
+ _ZN3bpp25PropertyNotFoundExceptionD0Ev at Base 2.4.1
+ _ZN3bpp25PropertyNotFoundExceptionD1Ev at Base 2.4.1
+ _ZN3bpp25PropertyNotFoundExceptionD2Ev at Base 2.4.1
+ _ZN3bpp26TreeDrawingListenerAdapter13afterDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
+ _ZN3bpp26TreeDrawingListenerAdapter13afterDrawTreeERKNS_13DrawTreeEventE at Base 2.4.1
+ _ZN3bpp26TreeDrawingListenerAdapter14beforeDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
+ _ZN3bpp26TreeDrawingListenerAdapter14beforeDrawTreeERKNS_13DrawTreeEventE at Base 2.4.1
+ _ZN3bpp26TreeDrawingListenerAdapter15afterDrawBranchERKNS_15DrawBranchEventE at Base 2.4.1
+ _ZN3bpp26TreeDrawingListenerAdapter16beforeDrawBranchERKNS_15DrawBranchEventE at Base 2.4.1
+ _ZN3bpp26TreeDrawingListenerAdapter6enableEb at Base 2.4.1
+ _ZN3bpp27TreeDrawingDisplayControler14enableListenerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb at Base 2.4.1
+ _ZN3bpp27TreeDrawingDisplayControler19registerTreeDrawingEPNS_11TreeDrawingE at Base 2.4.1
+ _ZN3bpp32BasicTreeDrawingDisplayControlerC1EPKNS_19TreeDrawingSettingsE at Base 2.4.1
+ _ZN3bpp32BasicTreeDrawingDisplayControlerC2EPKNS_19TreeDrawingSettingsE at Base 2.4.1
+ _ZN3bpp32BasicTreeDrawingDisplayControlerD0Ev at Base 2.4.1
+ _ZN3bpp32BasicTreeDrawingDisplayControlerD1Ev at Base 2.4.1
+ _ZN3bpp32BasicTreeDrawingDisplayControlerD2Ev at Base 2.4.1
+ _ZN3bpp37NodeClickableAreasTreeDrawingListener13afterDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
+ _ZN3bpp37NodeClickableAreasTreeDrawingListenerD0Ev at Base 2.4.1
+ _ZN3bpp37NodeClickableAreasTreeDrawingListenerD1Ev at Base 2.4.1
+ _ZN3bpp4FontC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEssj at Base 2.4.1
+ _ZN3bpp4FontD0Ev at Base 2.4.1
+ _ZN3bpp4FontD1Ev at Base 2.4.1
+ _ZN3bpp4Node10deleteNameEv at Base 2.4.1
+ _ZN3bpp4Node10removeSonsEv at Base 2.4.1
+ _ZN3bpp4Node15getNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp4Node15setNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_8ClonableE at Base 2.4.1
+ _ZN3bpp4Node17getBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp4Node17setBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_8ClonableE at Base 2.4.1
+ _ZN3bpp4Node18deleteNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp4Node18removeNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp4Node19setDistanceToFatherEd at Base 2.4.1
+ _ZN3bpp4Node20deleteBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp4Node20deleteNodePropertiesEv at Base 2.4.1
+ _ZN3bpp4Node20removeBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp4Node20removeNodePropertiesEv at Base 2.4.1
+ _ZN3bpp4Node22deleteBranchPropertiesEv at Base 2.4.1
+ _ZN3bpp4Node22deleteDistanceToFatherEv at Base 2.4.1
+ _ZN3bpp4Node22removeBranchPropertiesEv at Base 2.4.1
+ _ZN3bpp4Node5setIdEi at Base 2.4.1
+ _ZN3bpp4Node6addSonEPS0_ at Base 2.4.1
+ _ZN3bpp4Node6addSonEmPS0_ at Base 2.4.1
+ _ZN3bpp4Node6setSonEmPS0_ at Base 2.4.1
+ _ZN3bpp4Node7getSonsEv at Base 2.4.1
+ _ZN3bpp4Node7setNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZN3bpp4Node9removeSonEPS0_ at Base 2.4.1
+ _ZN3bpp4Node9removeSonEm at Base 2.4.1
+ _ZN3bpp4Node9setFatherEPS0_ at Base 2.4.1
+ _ZN3bpp4NodeD0Ev at Base 2.4.1
+ _ZN3bpp4NodeD1Ev at Base 2.4.1
+ _ZN3bpp4NodeD2Ev at Base 2.4.1
+ _ZN3bpp7Point2DIdED0Ev at Base 2.4.1
+ _ZN3bpp7Point2DIdED1Ev at Base 2.4.1
+ _ZN3bpp8RGBColorD0Ev at Base 2.4.1
+ _ZN3bpp8RGBColorD1Ev at Base 2.4.1
+ _ZN3bpp9ExceptionD0Ev at Base 2.4.1
+ _ZN3bpp9ExceptionD1Ev at Base 2.4.1
+ _ZN3bpp9ExceptionD2Ev at Base 2.4.1
+ _ZN3bpp9TextTools8toStringIiEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEET_ at Base 2.4.1
+ _ZN3bpp9TextTools8toStringImEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEET_ at Base 2.4.1
+ _ZN3bpp9TextTools8toStringIsEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEET_ at Base 2.4.1
+ _ZN5QListI7QStringE18detach_helper_growEii at Base 2.4.1
+ _ZN5QListI7QStringE6appendERKS0_ at Base 2.4.1
+ _ZN5QListI7QStringED1Ev at Base 2.4.1
+ _ZN5QListI7QStringED2Ev at Base 2.4.1
+ _ZN5QListIP13QGraphicsItemED1Ev at Base 2.4.1
+ _ZN5QListIP13QGraphicsItemED2Ev at Base 2.4.1
+ _ZN5QListIP15QAbstractButtonE6detachEv at Base 2.4.1
+ _ZN5QListIP15QAbstractButtonED1Ev at Base 2.4.1
+ _ZN5QListIP15QAbstractButtonED2Ev at Base 2.4.1
+ _ZN5QListIP17QGraphicsTextItemE18detach_helper_growEii at Base 2.4.1
+ _ZN5QListIP17QGraphicsTextItemE6appendERKS1_ at Base 2.4.1
+ _ZN7QStringC1EPKc at Base 2.4.1
+ _ZN7QStringC2EPKc at Base 2.4.1
+ _ZN7QStringD1Ev at Base 2.4.1
+ _ZN7QStringD2Ev at Base 2.4.1
+ _ZN9QtPrivate8RefCount5derefEv at Base 2.4.1
+ _ZNK3bpp10TreeCanvas10metaObjectEv at Base 2.4.1
+ _ZNK3bpp10TreeCanvas12drawingWidthEv at Base 2.4.1
+ _ZNK3bpp10TreeCanvas13drawingHeightEv at Base 2.4.1
+ _ZNK3bpp10TreeCanvas14getTreeDrawingEv at Base 2.4.1
+ _ZNK3bpp10TreeCanvas7getTreeEv at Base 2.4.1
+ _ZNK3bpp10TreeCanvas9getDeviceEv at Base 2.4.1
+ _ZNK3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE6getSonEm at Base 2.4.1
+ _ZNK3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE8getInfosEv at Base 2.4.1
+ _ZNK3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEE9getFatherEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE10getNodesIdEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11getFatherIdEi at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11getLeavesIdEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11getNodeNameB5cxx11Ei at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11getRootNodeEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE11hasNodeNameEi at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE12cloneSubtreeEi at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE13getBranchesIdEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE13getInnerNodesEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE14getAncestorsIdEi at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE14getLeavesNamesB5cxx11Ev at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE15getInnerNodesIdEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE15getNodePropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE15hasNodePropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE16getBranchLengthsEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE16getNumberOfNodesEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE16isMultifurcatingEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE17getBranchPropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE17getNumberOfLeavesEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE17hasBranchPropertyEiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE19getDistanceToFatherEi at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE19hasDistanceToFatherEi at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE20getNodePropertyNamesB5cxx11Ei at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE22getBranchPropertyNamesB5cxx11Ei at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE5cloneEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE6isLeafEi at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE6isRootEi at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7getNameB5cxx11Ev at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7getNodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7getNodeEib at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE7hasNodeEi at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE8getNodesEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE8isRootedEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getLeafIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getLeavesEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getRootIdEv at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9getSonsIdEi at Base 2.4.1
+ _ZNK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE9hasFatherEi at Base 2.4.1
+ _ZNK3bpp13CladogramPlot7getNameB5cxx11Ev at Base 2.4.1
+ _ZNK3bpp13CladogramPlot8getWidthEv at Base 2.4.1
+ _ZNK3bpp13CladogramPlot9getHeightEv at Base 2.4.1
+ _ZNK3bpp13DrawNodeEvent14getTreeDrawingEv at Base 2.4.1
+ _ZNK3bpp13DrawNodeEvent16getGraphicDeviceEv at Base 2.4.1
+ _ZNK3bpp13DrawNodeEvent9getCursorEv at Base 2.4.1
+ _ZNK3bpp13NodeException9getNodeIdEv at Base 2.4.1
+ _ZNK3bpp13PhylogramPlot7getNameB5cxx11Ev at Base 2.4.1
+ _ZNK3bpp13TreeException7getTreeEv at Base 2.4.1
+ _ZNK3bpp14NodePException7getNodeEv at Base 2.4.1
+ _ZNK3bpp14NodePException9getNodeIdEv at Base 2.4.1
+ _ZNK3bpp15PhyloStatistics5cloneEv at Base 2.4.1
+ _ZNK3bpp17TreeStatisticsBox10metaObjectEv at Base 2.4.1
+ _ZNK3bpp19AbstractTreeDrawing18getDisplaySettingsEv at Base 2.4.1
+ _ZNK3bpp19AbstractTreeDrawing7hasTreeEv at Base 2.4.1
+ _ZNK3bpp20TreeCanvasControlers10metaObjectEv at Base 2.4.1
+ _ZNK3bpp21AbstractGraphicDevice14getCurrentFontEv at Base 2.4.1
+ _ZNK3bpp21AbstractGraphicDevice15getCurrentLayerEv at Base 2.4.1
+ _ZNK3bpp21AbstractGraphicDevice18getCurrentLineTypeEv at Base 2.4.1
+ _ZNK3bpp21AbstractGraphicDevice19getCurrentPointSizeEv at Base 2.4.1
+ _ZNK3bpp21AbstractGraphicDevice25getCurrentBackgroundColorEv at Base 2.4.1
+ _ZNK3bpp21AbstractGraphicDevice25getCurrentForegroundColorEv at Base 2.4.1
+ _ZNK3bpp21AbstractGraphicDevice8getXUnitEv at Base 2.4.1
+ _ZNK3bpp21AbstractGraphicDevice8getYUnitEv at Base 2.4.1
+ _ZNK3bpp21NodeNotFoundException5getIdB5cxx11Ev at Base 2.4.1
+ _ZNK3bpp25PropertyNotFoundException15getPropertyNameB5cxx11Ev at Base 2.4.1
+ _ZNK3bpp26TreeDrawingListenerAdapter12isAutonomousEv at Base 2.4.1
+ _ZNK3bpp26TreeDrawingListenerAdapter9isEnabledEv at Base 2.4.1
+ _ZNK3bpp37NodeClickableAreasTreeDrawingListener5cloneEv at Base 2.4.1
+ _ZNK3bpp4Font5cloneEv at Base 2.4.1
+ _ZNK3bpp4Node11getFatherIdEv at Base 2.4.1
+ _ZNK3bpp4Node15getNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZNK3bpp4Node15getNumberOfSonsEv at Base 2.4.1
+ _ZNK3bpp4Node15hasNodePropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZNK3bpp4Node17getBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZNK3bpp4Node17hasBranchPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZNK3bpp4Node19getDistanceToFatherEv at Base 2.4.1
+ _ZNK3bpp4Node19hasDistanceToFatherEv at Base 2.4.1
+ _ZNK3bpp4Node20getNodePropertyNamesB5cxx11Ev at Base 2.4.1
+ _ZNK3bpp4Node22getBranchPropertyNamesB5cxx11Ev at Base 2.4.1
+ _ZNK3bpp4Node5getIdEv at Base 2.4.1
+ _ZNK3bpp4Node6degreeEv at Base 2.4.1
+ _ZNK3bpp4Node6isLeafEv at Base 2.4.1
+ _ZNK3bpp4Node7getNameB5cxx11Ev at Base 2.4.1
+ _ZNK3bpp4Node7hasNameEv at Base 2.4.1
+ _ZNK3bpp4Node9getSonsIdEv at Base 2.4.1
+ _ZNK3bpp4Node9hasFatherEv at Base 2.4.1
+ _ZNK3bpp4NodeeqERKS0_ at Base 2.4.1
+ _ZNK3bpp7Point2DIdE5cloneEv at Base 2.4.1
+ _ZNK3bpp7Point2DIdEeqERKS1_ at Base 2.4.1
+ _ZNK3bpp7Point2DIdEneERKS1_ at Base 2.4.1
+ _ZNK3bpp8RGBColor5cloneEv at Base 2.4.1
+ _ZNKSt5ctypeIcE8do_widenEc at Base 2.4.1
+ _ZNSt10unique_ptrI14QGraphicsSceneSt14default_deleteIS0_EED1Ev at Base 2.4.1
+ _ZNSt10unique_ptrI14QGraphicsSceneSt14default_deleteIS0_EED2Ev at Base 2.4.1
+ _ZNSt10unique_ptrIN3bpp14NodeMouseEventESt14default_deleteIS1_EED1Ev at Base 2.4.1
+ _ZNSt10unique_ptrIN3bpp14NodeMouseEventESt14default_deleteIS1_EED2Ev at Base 2.4.1
+ _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPN3bpp8ClonableESt4lessIS5_ESaISt4pairIKS5_S8_EEEixERSC_ at Base 2.4.1
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.4.1
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev at Base 2.4.1
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev at Base 2.4.1
+ _ZNSt6vectorIPKN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_ at Base 2.4.1
+ _ZNSt6vectorIPKN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS5_EED1Ev at Base 2.4.1
+ _ZNSt6vectorIPKN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS5_EED2Ev at Base 2.4.1
+ _ZNSt6vectorIPN3bpp11TreeDrawingESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.4.1
+ _ZNSt6vectorIPN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_ at Base 2.4.1
+ _ZNSt6vectorIPN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS4_EED1Ev at Base 2.4.1
+ _ZNSt6vectorIPN3bpp12NodeTemplateINS0_19TreeDrawingNodeInfoEEESaIS4_EED2Ev at Base 2.4.1
+ _ZNSt6vectorIPN3bpp4NodeESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.4.1
+ _ZNSt6vectorIPN3bpp4NodeESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_ at Base 2.4.1
+ _ZNSt6vectorIdSaIdEE17_M_realloc_insertIJRKdEEEvN9__gnu_cxx17__normal_iteratorIPdS1_EEDpOT_ at Base 2.4.1
+ _ZNSt6vectorIdSaIdEED1Ev at Base 2.4.1
+ _ZNSt6vectorIdSaIdEED2Ev at Base 2.4.1
+ _ZNSt6vectorIiSaIiEE17_M_realloc_insertIJiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_ at Base 2.4.1
+ _ZNSt6vectorIiSaIiEED1Ev at Base 2.4.1
+ _ZNSt6vectorIiSaIiEED2Ev at Base 2.4.1
+ _ZNSt6vectorImSaImEED1Ev at Base 2.4.1
+ _ZNSt6vectorImSaImEED2Ev at Base 2.4.1
+ _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IS3_EEPKcRKS3_ at Base 2.4.1
+ _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_ at Base 2.4.1
+ _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev at Base 2.4.1
+ _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev at Base 2.4.1
+ _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev at Base 2.4.1
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp19TreeDrawingListenerEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_ at Base 2.4.1
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp19TreeDrawingListenerEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_ at Base 2.4.1
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp8ClonableEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE11equal_rangeERS7_ at Base 2.4.1
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp8ClonableEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_ at Base 2.4.1
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp8ClonableEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_ at Base 2.4.1
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN3bpp8ClonableEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_ at Base 2.4.1
+ _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_ at Base 2.4.1
+ _ZTIN3bpp10TreeCanvasE at Base 2.4.1
+ _ZTIN3bpp11TreeDrawingE at Base 2.4.1
+ _ZTIN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEEE at Base 2.4.1
+ _ZTIN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEE at Base 2.4.1
+ _ZTIN3bpp13GraphicDeviceE at Base 2.4.1
+ _ZTIN3bpp13NodeExceptionE at Base 2.4.1
+ _ZTIN3bpp13TreeExceptionE at Base 2.4.1
+ _ZTIN3bpp14NodeMouseEventE at Base 2.4.1
+ _ZTIN3bpp14NodePExceptionE at Base 2.4.1
+ _ZTIN3bpp15PhyloStatisticsE at Base 2.4.1
+ _ZTIN3bpp15QtGraphicDeviceE at Base 2.4.1
+ _ZTIN3bpp15VectorExceptionImEE at Base 2.4.1
+ _ZTIN3bpp17TreeStatisticsBoxE at Base 2.4.1
+ _ZTIN3bpp18MouseListenerGroupE at Base 2.4.1
+ _ZTIN3bpp19TreeDrawingListenerE at Base 2.4.1
+ _ZTIN3bpp19TreeDrawingNodeInfoE at Base 2.4.1
+ _ZTIN3bpp20EmptyVectorExceptionImEE at Base 2.4.1
+ _ZTIN3bpp20NullPointerExceptionE at Base 2.4.1
+ _ZTIN3bpp20TreeCanvasControlersE at Base 2.4.1
+ _ZTIN3bpp20UnvalidFlagExceptionE at Base 2.4.1
+ _ZTIN3bpp21AbstractGraphicDeviceE at Base 2.4.1
+ _ZTIN3bpp21NodeNotFoundExceptionE at Base 2.4.1
+ _ZTIN3bpp21UnrootedTreeExceptionE at Base 2.4.1
+ _ZTIN3bpp25IndexOutOfBoundsExceptionE at Base 2.4.1
+ _ZTIN3bpp25PropertyNotFoundExceptionE at Base 2.4.1
+ _ZTIN3bpp26TreeDrawingListenerAdapterE at Base 2.4.1
+ _ZTIN3bpp32BasicTreeDrawingDisplayControlerE at Base 2.4.1
+ _ZTIN3bpp37NodeClickableAreasTreeDrawingListenerE at Base 2.4.1
+ _ZTIN3bpp4FontE at Base 2.4.1
+ _ZTIN3bpp4TreeE at Base 2.4.1
+ _ZTIN3bpp7Point2DIdEE at Base 2.4.1
+ _ZTIN3bpp8ClonableE at Base 2.4.1
+ _ZTIN3bpp8RGBColorE at Base 2.4.1
+ _ZTSN3bpp10TreeCanvasE at Base 2.4.1
+ _ZTSN3bpp11TreeDrawingE at Base 2.4.1
+ _ZTSN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEEE at Base 2.4.1
+ _ZTSN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEE at Base 2.4.1
+ _ZTSN3bpp13GraphicDeviceE at Base 2.4.1
+ _ZTSN3bpp13NodeExceptionE at Base 2.4.1
+ _ZTSN3bpp13TreeExceptionE at Base 2.4.1
+ _ZTSN3bpp14NodeMouseEventE at Base 2.4.1
+ _ZTSN3bpp14NodePExceptionE at Base 2.4.1
+ _ZTSN3bpp15PhyloStatisticsE at Base 2.4.1
+ _ZTSN3bpp15QtGraphicDeviceE at Base 2.4.1
+ _ZTSN3bpp15VectorExceptionImEE at Base 2.4.1
+ _ZTSN3bpp17TreeStatisticsBoxE at Base 2.4.1
+ _ZTSN3bpp18MouseListenerGroupE at Base 2.4.1
+ _ZTSN3bpp19TreeDrawingListenerE at Base 2.4.1
+ _ZTSN3bpp19TreeDrawingNodeInfoE at Base 2.4.1
+ _ZTSN3bpp20EmptyVectorExceptionImEE at Base 2.4.1
+ _ZTSN3bpp20NullPointerExceptionE at Base 2.4.1
+ _ZTSN3bpp20TreeCanvasControlersE at Base 2.4.1
+ _ZTSN3bpp20UnvalidFlagExceptionE at Base 2.4.1
+ _ZTSN3bpp21AbstractGraphicDeviceE at Base 2.4.1
+ _ZTSN3bpp21NodeNotFoundExceptionE at Base 2.4.1
+ _ZTSN3bpp21UnrootedTreeExceptionE at Base 2.4.1
+ _ZTSN3bpp25IndexOutOfBoundsExceptionE at Base 2.4.1
+ _ZTSN3bpp25PropertyNotFoundExceptionE at Base 2.4.1
+ _ZTSN3bpp26TreeDrawingListenerAdapterE at Base 2.4.1
+ _ZTSN3bpp32BasicTreeDrawingDisplayControlerE at Base 2.4.1
+ _ZTSN3bpp37NodeClickableAreasTreeDrawingListenerE at Base 2.4.1
+ _ZTSN3bpp4FontE at Base 2.4.1
+ _ZTSN3bpp4TreeE at Base 2.4.1
+ _ZTSN3bpp7Point2DIdEE at Base 2.4.1
+ _ZTSN3bpp8ClonableE at Base 2.4.1
+ _ZTSN3bpp8RGBColorE at Base 2.4.1
+ _ZTTN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEE at Base 2.4.1
+ _ZTTN3bpp15PhyloStatisticsE at Base 2.4.1
+ _ZTTN3bpp15QtGraphicDeviceE at Base 2.4.1
+ _ZTTN3bpp20UnvalidFlagExceptionE at Base 2.4.1
+ _ZTTN3bpp37NodeClickableAreasTreeDrawingListenerE at Base 2.4.1
+ _ZTTN3bpp4FontE at Base 2.4.1
+ _ZTTN3bpp7Point2DIdEE at Base 2.4.1
+ _ZTTN3bpp8RGBColorE at Base 2.4.1
+ _ZTVN3bpp10TreeCanvasE at Base 2.4.1
+ _ZTVN3bpp12NodeTemplateINS_19TreeDrawingNodeInfoEEE at Base 2.4.1
+ _ZTVN3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEEE at Base 2.4.1
+ _ZTVN3bpp13NodeExceptionE at Base 2.4.1
+ _ZTVN3bpp14NodeMouseEventE at Base 2.4.1
+ _ZTVN3bpp15PhyloStatisticsE at Base 2.4.1
+ _ZTVN3bpp15QtGraphicDeviceE at Base 2.4.1
+ _ZTVN3bpp15VectorExceptionImEE at Base 2.4.1
+ _ZTVN3bpp17TreeStatisticsBoxE at Base 2.4.1
+ _ZTVN3bpp18MouseListenerGroupE at Base 2.4.1
+ _ZTVN3bpp19TreeDrawingNodeInfoE at Base 2.4.1
+ _ZTVN3bpp20EmptyVectorExceptionImEE at Base 2.4.1
+ _ZTVN3bpp20TreeCanvasControlersE at Base 2.4.1
+ _ZTVN3bpp20UnvalidFlagExceptionE at Base 2.4.1
+ _ZTVN3bpp21NodeNotFoundExceptionE at Base 2.4.1
+ _ZTVN3bpp25PropertyNotFoundExceptionE at Base 2.4.1
+ _ZTVN3bpp32BasicTreeDrawingDisplayControlerE at Base 2.4.1
+ _ZTVN3bpp37NodeClickableAreasTreeDrawingListenerE at Base 2.4.1
+ _ZTVN3bpp4FontE at Base 2.4.1
+ _ZTVN3bpp7Point2DIdEE at Base 2.4.1
+ _ZTVN3bpp8RGBColorE at Base 2.4.1
+ _ZTch0_v0_n120_NK3bpp37NodeClickableAreasTreeDrawingListener5cloneEv at Base 2.4.1
+ _ZTch0_v0_n40_NK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE5cloneEv at Base 2.4.1
+ _ZTch0_v0_n40_NK3bpp15PhyloStatistics5cloneEv at Base 2.4.1
+ _ZTch0_v0_n40_NK3bpp37NodeClickableAreasTreeDrawingListener5cloneEv at Base 2.4.1
+ _ZTch0_v0_n40_NK3bpp4Font5cloneEv at Base 2.4.1
+ _ZTch0_v0_n40_NK3bpp7Point2DIdE5cloneEv at Base 2.4.1
+ _ZTch0_v0_n40_NK3bpp8RGBColor5cloneEv at Base 2.4.1
+ _ZTcv0_n32_v0_n120_NK3bpp37NodeClickableAreasTreeDrawingListener5cloneEv at Base 2.4.1
+ _ZTcv0_n32_v0_n40_NK3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEE5cloneEv at Base 2.4.1
+ _ZTcv0_n32_v0_n40_NK3bpp15PhyloStatistics5cloneEv at Base 2.4.1
+ _ZTcv0_n32_v0_n40_NK3bpp37NodeClickableAreasTreeDrawingListener5cloneEv at Base 2.4.1
+ _ZTcv0_n32_v0_n40_NK3bpp4Font5cloneEv at Base 2.4.1
+ _ZTcv0_n32_v0_n40_NK3bpp7Point2DIdE5cloneEv at Base 2.4.1
+ _ZTcv0_n32_v0_n40_NK3bpp8RGBColor5cloneEv at Base 2.4.1
+ _ZThn16_N3bpp10TreeCanvasD0Ev at Base 2.4.1
+ _ZThn16_N3bpp10TreeCanvasD1Ev at Base 2.4.1
+ _ZThn16_N3bpp17TreeStatisticsBoxD0Ev at Base 2.4.1
+ _ZThn16_N3bpp17TreeStatisticsBoxD1Ev at Base 2.4.1
+ _ZTv0_n104_N3bpp15QtGraphicDevice19setCurrentPointSizeEj at Base 2.4.1
+ _ZTv0_n104_N3bpp21AbstractGraphicDevice19setCurrentPointSizeEj at Base 2.4.1
+ _ZTv0_n104_NK3bpp26TreeDrawingListenerAdapter9isEnabledEv at Base 2.4.1
+ _ZTv0_n112_N3bpp15QtGraphicDevice18setCurrentLineTypeEs at Base 2.4.1
+ _ZTv0_n112_N3bpp21AbstractGraphicDevice18setCurrentLineTypeEs at Base 2.4.1
+ _ZTv0_n112_N3bpp26TreeDrawingListenerAdapter6enableEb at Base 2.4.1
+ _ZTv0_n112_NK3bpp13CladogramPlot8getWidthEv at Base 2.4.1
+ _ZTv0_n120_N3bpp21AbstractGraphicDevice15setCurrentLayerEi at Base 2.4.1
+ _ZTv0_n120_NK3bpp13CladogramPlot9getHeightEv at Base 2.4.1
+ _ZTv0_n128_NK3bpp21AbstractGraphicDevice25getCurrentForegroundColorEv at Base 2.4.1
+ _ZTv0_n136_NK3bpp21AbstractGraphicDevice25getCurrentBackgroundColorEv at Base 2.4.1
+ _ZTv0_n144_NK3bpp21AbstractGraphicDevice14getCurrentFontEv at Base 2.4.1
+ _ZTv0_n152_NK3bpp21AbstractGraphicDevice19getCurrentPointSizeEv at Base 2.4.1
+ _ZTv0_n160_NK3bpp21AbstractGraphicDevice18getCurrentLineTypeEv at Base 2.4.1
+ _ZTv0_n168_NK3bpp21AbstractGraphicDevice15getCurrentLayerEv at Base 2.4.1
+ _ZTv0_n176_N3bpp15QtGraphicDevice8drawLineEdddd at Base 2.4.1
+ _ZTv0_n176_NK3bpp19AbstractTreeDrawing18getDisplaySettingsEv at Base 2.4.1
+ _ZTv0_n184_N3bpp15QtGraphicDevice8drawRectEdddds at Base 2.4.1
+ _ZTv0_n192_N3bpp15QtGraphicDevice10drawCircleEddds at Base 2.4.1
+ _ZTv0_n200_N3bpp15QtGraphicDevice8drawTextEddRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEssd at Base 2.4.1
+ _ZTv0_n208_N3bpp15QtGraphicDevice7commentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 2.4.1
+ _ZTv0_n24_N3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEED0Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp12TreeTemplateINS_12NodeTemplateINS_19TreeDrawingNodeInfoEEEED1Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp13CladogramPlotD0Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp13CladogramPlotD1Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp15PhyloStatisticsD0Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp15PhyloStatisticsD1Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp15QtGraphicDeviceD0Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp15QtGraphicDeviceD1Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp20UnvalidFlagExceptionD0Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp20UnvalidFlagExceptionD1Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp37NodeClickableAreasTreeDrawingListenerD0Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp37NodeClickableAreasTreeDrawingListenerD1Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp4FontD0Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp4FontD1Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp7Point2DIdED0Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp7Point2DIdED1Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp8RGBColorD0Ev at Base 2.4.1
+ _ZTv0_n24_N3bpp8RGBColorD1Ev at Base 2.4.1
+ _ZTv0_n32_N3bpp15QtGraphicDevice5beginEv at Base 2.4.1
+ _ZTv0_n40_N3bpp15QtGraphicDevice3endEv at Base 2.4.1
+ _ZTv0_n48_N3bpp12MouseAdapter21mouseDoubleClickEventEP11QMouseEvent at Base 2.4.1
+ _ZTv0_n48_N3bpp21AbstractGraphicDevice8setXUnitEd at Base 2.4.1
+ _ZTv0_n48_N3bpp26TreeDrawingListenerAdapter14beforeDrawTreeERKNS_13DrawTreeEventE at Base 2.4.1
+ _ZTv0_n48_NK3bpp13CladogramPlot7getNameB5cxx11Ev at Base 2.4.1
+ _ZTv0_n48_NK3bpp13PhylogramPlot7getNameB5cxx11Ev at Base 2.4.1
+ _ZTv0_n56_N3bpp12MouseAdapter14mouseMoveEventEP11QMouseEvent at Base 2.4.1
+ _ZTv0_n56_N3bpp21AbstractGraphicDevice8setYUnitEd at Base 2.4.1
+ _ZTv0_n56_N3bpp26TreeDrawingListenerAdapter13afterDrawTreeERKNS_13DrawTreeEventE at Base 2.4.1
+ _ZTv0_n56_NK3bpp19AbstractTreeDrawing7hasTreeEv at Base 2.4.1
+ _ZTv0_n64_N3bpp12MouseAdapter15mousePressEventEP11QMouseEvent at Base 2.4.1
+ _ZTv0_n64_N3bpp26TreeDrawingListenerAdapter14beforeDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
+ _ZTv0_n64_NK3bpp21AbstractGraphicDevice8getXUnitEv at Base 2.4.1
+ _ZTv0_n72_N3bpp12MouseAdapter17mouseReleaseEventEP11QMouseEvent at Base 2.4.1
+ _ZTv0_n72_N3bpp26TreeDrawingListenerAdapter13afterDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
+ _ZTv0_n72_N3bpp37NodeClickableAreasTreeDrawingListener13afterDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
+ _ZTv0_n72_NK3bpp21AbstractGraphicDevice8getYUnitEv at Base 2.4.1
+ _ZTv0_n80_N3bpp15QtGraphicDevice25setCurrentForegroundColorERKNS_8RGBColorE at Base 2.4.1
+ _ZTv0_n80_N3bpp19AbstractTreeDrawing8setXUnitEd at Base 2.4.1
+ _ZTv0_n80_N3bpp21AbstractGraphicDevice25setCurrentForegroundColorERKNS_8RGBColorE at Base 2.4.1
+ _ZTv0_n80_N3bpp26TreeDrawingListenerAdapter16beforeDrawBranchERKNS_15DrawBranchEventE at Base 2.4.1
+ _ZTv0_n88_N3bpp15QtGraphicDevice25setCurrentBackgroundColorERKNS_8RGBColorE at Base 2.4.1
+ _ZTv0_n88_N3bpp19AbstractTreeDrawing8setYUnitEd at Base 2.4.1
+ _ZTv0_n88_N3bpp21AbstractGraphicDevice25setCurrentBackgroundColorERKNS_8RGBColorE at Base 2.4.1
+ _ZTv0_n88_N3bpp26TreeDrawingListenerAdapter15afterDrawBranchERKNS_15DrawBranchEventE at Base 2.4.1
+ _ZTv0_n96_N3bpp15QtGraphicDevice14setCurrentFontERKNS_4FontE at Base 2.4.1
+ _ZTv0_n96_N3bpp21AbstractGraphicDevice14setCurrentFontERKNS_4FontE at Base 2.4.1
+ _ZTv0_n96_NK3bpp26TreeDrawingListenerAdapter12isAutonomousEv at Base 2.4.1
diff -Nru libbpp-qt-2.4.1/debian/libbpp-qt2t64.lintian-overrides libbpp-qt-2.4.1/debian/libbpp-qt2t64.lintian-overrides
--- libbpp-qt-2.4.1/debian/libbpp-qt2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libbpp-qt-2.4.1/debian/libbpp-qt2t64.lintian-overrides	2024-01-31 20:03:48.000000000 +0000
@@ -0,0 +1 @@
+libbpp-qt2t64: package-name-doesnt-match-sonames libbpp-qt2


More information about the Debian-med-packaging mailing list