Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
2524e11e
Commit
2524e11e
authored
Nov 22, 2018
by
Christoffer Ackelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved deletion of base class fields from child classes to base class.
parent
85abf746
Changes
87
Show whitespace changes
Inline
Side-by-side
Showing
87 changed files
with
54 additions
and
141 deletions
+54
-141
profibus/exe/profinet_viewer/gtk/pn_viewernav_gtk.cpp
profibus/exe/profinet_viewer/gtk/pn_viewernav_gtk.cpp
+0
-1
profibus/exe/profinet_viewer/qt/pn_viewernav_qt.cpp
profibus/exe/profinet_viewer/qt/pn_viewernav_qt.cpp
+0
-1
profibus/exe/profinet_viewer/src/pn_viewernav.cpp
profibus/exe/profinet_viewer/src/pn_viewernav.cpp
+1
-0
profibus/exe/profinet_viewer/src/pn_viewernav.h
profibus/exe/profinet_viewer/src/pn_viewernav.h
+1
-1
profibus/lib/cow/gtk/cow_pb_gsd_attrnav_gtk.cpp
profibus/lib/cow/gtk/cow_pb_gsd_attrnav_gtk.cpp
+0
-1
profibus/lib/cow/gtk/cow_pn_gsdml_attrnav_gtk.cpp
profibus/lib/cow/gtk/cow_pn_gsdml_attrnav_gtk.cpp
+0
-1
profibus/lib/cow/motif/cow_pb_gsd_attrnav_motif.cpp
profibus/lib/cow/motif/cow_pb_gsd_attrnav_motif.cpp
+0
-1
profibus/lib/cow/qt/cow_pb_gsd_attrnav_qt.cpp
profibus/lib/cow/qt/cow_pb_gsd_attrnav_qt.cpp
+0
-1
profibus/lib/cow/qt/cow_pn_gsdml_attrnav_qt.cpp
profibus/lib/cow/qt/cow_pn_gsdml_attrnav_qt.cpp
+0
-1
profibus/lib/cow/src/cow_pb_gsd_attrnav.cpp
profibus/lib/cow/src/cow_pb_gsd_attrnav.cpp
+1
-0
profibus/lib/cow/src/cow_pn_gsdml_attrnav.cpp
profibus/lib/cow/src/cow_pn_gsdml_attrnav.cpp
+1
-0
sev/exe/sev_xtt/gtk/xtt_tblnav_gtk.cpp
sev/exe/sev_xtt/gtk/xtt_tblnav_gtk.cpp
+0
-1
sev/exe/sev_xtt/qt/xtt_tblnav_qt.cpp
sev/exe/sev_xtt/qt/xtt_tblnav_qt.cpp
+0
-1
sev/exe/sev_xtt/src/xtt_tblnav.cpp
sev/exe/sev_xtt/src/xtt_tblnav.cpp
+1
-0
wb/lib/wb/gtk/wb_bckwnav_gtk.cpp
wb/lib/wb/gtk/wb_bckwnav_gtk.cpp
+0
-1
wb/lib/wb/gtk/wb_expwnav_gtk.cpp
wb/lib/wb/gtk/wb_expwnav_gtk.cpp
+0
-1
wb/lib/wb/gtk/wb_wattnav_gtk.cpp
wb/lib/wb/gtk/wb_wattnav_gtk.cpp
+0
-1
wb/lib/wb/gtk/wb_wdanav_gtk.cpp
wb/lib/wb/gtk/wb_wdanav_gtk.cpp
+0
-1
wb/lib/wb/gtk/wb_wnav_gtk.cpp
wb/lib/wb/gtk/wb_wnav_gtk.cpp
+0
-8
wb/lib/wb/gtk/wb_wpkgnav_gtk.cpp
wb/lib/wb/gtk/wb_wpkgnav_gtk.cpp
+0
-1
wb/lib/wb/gtk/wb_wrevnav_gtk.cpp
wb/lib/wb/gtk/wb_wrevnav_gtk.cpp
+0
-1
wb/lib/wb/motif/wb_wattnav_motif.cpp
wb/lib/wb/motif/wb_wattnav_motif.cpp
+0
-1
wb/lib/wb/motif/wb_wdanav_motif.cpp
wb/lib/wb/motif/wb_wdanav_motif.cpp
+0
-1
wb/lib/wb/motif/wb_wnav_motif.cpp
wb/lib/wb/motif/wb_wnav_motif.cpp
+0
-8
wb/lib/wb/motif/wb_wpkgnav_motif.cpp
wb/lib/wb/motif/wb_wpkgnav_motif.cpp
+0
-1
wb/lib/wb/qt/wb_bckwnav_qt.cpp
wb/lib/wb/qt/wb_bckwnav_qt.cpp
+0
-1
wb/lib/wb/qt/wb_expwnav_qt.cpp
wb/lib/wb/qt/wb_expwnav_qt.cpp
+0
-1
wb/lib/wb/qt/wb_wattnav_qt.cpp
wb/lib/wb/qt/wb_wattnav_qt.cpp
+0
-1
wb/lib/wb/qt/wb_wdanav_qt.cpp
wb/lib/wb/qt/wb_wdanav_qt.cpp
+0
-1
wb/lib/wb/qt/wb_wnav_qt.cqt
wb/lib/wb/qt/wb_wnav_qt.cqt
+0
-8
wb/lib/wb/qt/wb_wpkgnav_qt.cpp
wb/lib/wb/qt/wb_wpkgnav_qt.cpp
+0
-1
wb/lib/wb/qt/wb_wrevnav_qt.cpp
wb/lib/wb/qt/wb_wrevnav_qt.cpp
+0
-1
wb/lib/wb/src/wb_bckwnav.cpp
wb/lib/wb/src/wb_bckwnav.cpp
+1
-0
wb/lib/wb/src/wb_bckwnav.h
wb/lib/wb/src/wb_bckwnav.h
+1
-1
wb/lib/wb/src/wb_expwnav.cpp
wb/lib/wb/src/wb_expwnav.cpp
+1
-0
wb/lib/wb/src/wb_wattnav.cpp
wb/lib/wb/src/wb_wattnav.cpp
+1
-0
wb/lib/wb/src/wb_wdanav.cpp
wb/lib/wb/src/wb_wdanav.cpp
+1
-0
wb/lib/wb/src/wb_wnav.cpp
wb/lib/wb/src/wb_wnav.cpp
+8
-0
wb/lib/wb/src/wb_wpkgnav.cpp
wb/lib/wb/src/wb_wpkgnav.cpp
+1
-0
wb/lib/wb/src/wb_wrevnav.cpp
wb/lib/wb/src/wb_wrevnav.cpp
+1
-0
xtt/lib/cow/gtk/cow_logwnav_gtk.cpp
xtt/lib/cow/gtk/cow_logwnav_gtk.cpp
+0
-1
xtt/lib/cow/gtk/cow_msglist_gtk.cpp
xtt/lib/cow/gtk/cow_msglist_gtk.cpp
+0
-1
xtt/lib/cow/gtk/cow_statusmon_nodelistnav_gtk.cpp
xtt/lib/cow/gtk/cow_statusmon_nodelistnav_gtk.cpp
+0
-1
xtt/lib/cow/gtk/cow_treenav_gtk.cpp
xtt/lib/cow/gtk/cow_treenav_gtk.cpp
+0
-1
xtt/lib/cow/gtk/cow_xhelpnav_gtk.cpp
xtt/lib/cow/gtk/cow_xhelpnav_gtk.cpp
+0
-1
xtt/lib/cow/motif/cow_msglist_motif.cpp
xtt/lib/cow/motif/cow_msglist_motif.cpp
+0
-1
xtt/lib/cow/motif/cow_xhelpnav_motif.cpp
xtt/lib/cow/motif/cow_xhelpnav_motif.cpp
+0
-1
xtt/lib/cow/qt/cow_logwnav_qt.cpp
xtt/lib/cow/qt/cow_logwnav_qt.cpp
+0
-1
xtt/lib/cow/qt/cow_msglist_qt.cpp
xtt/lib/cow/qt/cow_msglist_qt.cpp
+0
-1
xtt/lib/cow/qt/cow_statusmon_nodelistnav_qt.cqt
xtt/lib/cow/qt/cow_statusmon_nodelistnav_qt.cqt
+0
-1
xtt/lib/cow/qt/cow_treenav_qt.cpp
xtt/lib/cow/qt/cow_treenav_qt.cpp
+0
-1
xtt/lib/cow/qt/cow_xhelpnav_qt.cpp
xtt/lib/cow/qt/cow_xhelpnav_qt.cpp
+0
-1
xtt/lib/cow/src/cow_logwnav.cpp
xtt/lib/cow/src/cow_logwnav.cpp
+1
-0
xtt/lib/cow/src/cow_logwnav.h
xtt/lib/cow/src/cow_logwnav.h
+1
-1
xtt/lib/cow/src/cow_msglist.cpp
xtt/lib/cow/src/cow_msglist.cpp
+1
-0
xtt/lib/cow/src/cow_statusmon_nodelistnav.cpp
xtt/lib/cow/src/cow_statusmon_nodelistnav.cpp
+1
-0
xtt/lib/cow/src/cow_treenav.cpp
xtt/lib/cow/src/cow_treenav.cpp
+1
-0
xtt/lib/cow/src/cow_xhelpnav.cpp
xtt/lib/cow/src/cow_xhelpnav.cpp
+1
-0
xtt/lib/ge/gtk/ge_attrnav_gtk.cpp
xtt/lib/ge/gtk/ge_attrnav_gtk.cpp
+0
-1
xtt/lib/ge/gtk/ge_subgraphs_gtk.cpp
xtt/lib/ge/gtk/ge_subgraphs_gtk.cpp
+0
-2
xtt/lib/ge/gtk/ge_subpalette_gtk.cpp
xtt/lib/ge/gtk/ge_subpalette_gtk.cpp
+0
-2
xtt/lib/ge/motif/ge_attrnav_motif.cpp
xtt/lib/ge/motif/ge_attrnav_motif.cpp
+0
-1
xtt/lib/ge/motif/ge_subgraphs_motif.cpp
xtt/lib/ge/motif/ge_subgraphs_motif.cpp
+0
-1
xtt/lib/ge/motif/ge_subpalette_motif.cpp
xtt/lib/ge/motif/ge_subpalette_motif.cpp
+0
-1
xtt/lib/ge/qt/ge_attrnav_qt.cqt
xtt/lib/ge/qt/ge_attrnav_qt.cqt
+0
-1
xtt/lib/ge/qt/ge_subgraphs_qt.cqt
xtt/lib/ge/qt/ge_subgraphs_qt.cqt
+0
-2
xtt/lib/ge/qt/ge_subpalette_qt.cqt
xtt/lib/ge/qt/ge_subpalette_qt.cqt
+0
-1
xtt/lib/ge/src/ge_attrnav.cpp
xtt/lib/ge/src/ge_attrnav.cpp
+1
-0
xtt/lib/ge/src/ge_subgraphs.cpp
xtt/lib/ge/src/ge_subgraphs.cpp
+1
-0
xtt/lib/ge/src/ge_subpalette.cpp
xtt/lib/ge/src/ge_subpalette.cpp
+1
-0
xtt/lib/xtt/gtk/xtt_clognav_gtk.cpp
xtt/lib/xtt/gtk/xtt_clognav_gtk.cpp
+0
-1
xtt/lib/xtt/gtk/xtt_evlist_gtk.cpp
xtt/lib/xtt/gtk/xtt_evlist_gtk.cpp
+0
-1
xtt/lib/xtt/gtk/xtt_xattnav_gtk.cpp
xtt/lib/xtt/gtk/xtt_xattnav_gtk.cpp
+0
-1
xtt/lib/xtt/gtk/xtt_xnav_gtk.cpp
xtt/lib/xtt/gtk/xtt_xnav_gtk.cpp
+0
-20
xtt/lib/xtt/motif/xtt_clognav_motif.cpp
xtt/lib/xtt/motif/xtt_clognav_motif.cpp
+0
-1
xtt/lib/xtt/motif/xtt_evlist_motif.cpp
xtt/lib/xtt/motif/xtt_evlist_motif.cpp
+0
-1
xtt/lib/xtt/motif/xtt_xattnav_motif.cpp
xtt/lib/xtt/motif/xtt_xattnav_motif.cpp
+0
-1
xtt/lib/xtt/motif/xtt_xnav_motif.cpp
xtt/lib/xtt/motif/xtt_xnav_motif.cpp
+1
-16
xtt/lib/xtt/qt/xtt_clognav_qt.cpp
xtt/lib/xtt/qt/xtt_clognav_qt.cpp
+0
-1
xtt/lib/xtt/qt/xtt_evlist_qt.cpp
xtt/lib/xtt/qt/xtt_evlist_qt.cpp
+0
-1
xtt/lib/xtt/qt/xtt_xattnav_qt.cpp
xtt/lib/xtt/qt/xtt_xattnav_qt.cpp
+0
-1
xtt/lib/xtt/qt/xtt_xnav_qt.cqt
xtt/lib/xtt/qt/xtt_xnav_qt.cqt
+0
-19
xtt/lib/xtt/src/xtt_clognav.cpp
xtt/lib/xtt/src/xtt_clognav.cpp
+1
-0
xtt/lib/xtt/src/xtt_evlist.cpp
xtt/lib/xtt/src/xtt_evlist.cpp
+2
-1
xtt/lib/xtt/src/xtt_evlist.h
xtt/lib/xtt/src/xtt_evlist.h
+1
-1
xtt/lib/xtt/src/xtt_xattnav.cpp
xtt/lib/xtt/src/xtt_xattnav.cpp
+1
-0
xtt/lib/xtt/src/xtt_xnav.cpp
xtt/lib/xtt/src/xtt_xnav.cpp
+19
-0
No files found.
profibus/exe/profinet_viewer/gtk/pn_viewernav_gtk.cpp
View file @
2524e11e
...
...
@@ -67,7 +67,6 @@ PnViewerNavGtk::PnViewerNavGtk(void* l_parent_ctx, GtkWidget* l_parent_wid,
//
PnViewerNavGtk
::~
PnViewerNavGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
profibus/exe/profinet_viewer/qt/pn_viewernav_qt.cpp
View file @
2524e11e
...
...
@@ -59,7 +59,6 @@ PnViewerNavQt::PnViewerNavQt(
PnViewerNavQt
::~
PnViewerNavQt
()
{
delete
brow
;
form_widget
->
close
();
}
...
...
profibus/exe/profinet_viewer/src/pn_viewernav.cpp
View file @
2524e11e
...
...
@@ -341,6 +341,7 @@ PnViewerNav::PnViewerNav(void* l_parent_ctx, viewer_eType l_type)
//
PnViewerNav
::~
PnViewerNav
()
{
delete
brow
;
}
PnViewerNavBrow
::~
PnViewerNavBrow
()
...
...
profibus/exe/profinet_viewer/src/pn_viewernav.h
View file @
2524e11e
profibus/lib/cow/gtk/cow_pb_gsd_attrnav_gtk.cpp
View file @
2524e11e
...
...
@@ -78,7 +78,6 @@ GsdAttrNavGtk::~GsdAttrNavGtk()
{
delete
trace_timerid
;
delete
wow
;
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
profibus/lib/cow/gtk/cow_pn_gsdml_attrnav_gtk.cpp
View file @
2524e11e
...
...
@@ -75,7 +75,6 @@ GsdmlAttrNavGtk::~GsdmlAttrNavGtk()
{
delete
trace_timerid
;
delete
wow
;
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
profibus/lib/cow/motif/cow_pb_gsd_attrnav_motif.cpp
View file @
2524e11e
...
...
@@ -95,7 +95,6 @@ GsdAttrNavMotif::~GsdAttrNavMotif()
{
delete
trace_timerid
;
delete
wow
;
delete
brow
;
XtDestroyWidget
(
form_widget
);
}
...
...
profibus/lib/cow/qt/cow_pb_gsd_attrnav_qt.cpp
View file @
2524e11e
...
...
@@ -62,7 +62,6 @@ GsdAttrNavQt::GsdAttrNavQt(void* xn_parent_ctx, QWidget* xn_parent_wid,
GsdAttrNavQt
::~
GsdAttrNavQt
()
{
delete
trace_timerid
;
delete
brow
;
form_widget
->
close
();
}
...
...
profibus/lib/cow/qt/cow_pn_gsdml_attrnav_qt.cpp
View file @
2524e11e
...
...
@@ -62,7 +62,6 @@ GsdmlAttrNavQt::GsdmlAttrNavQt(void* xn_parent_ctx, QWidget* xn_parent_wid,
GsdmlAttrNavQt
::~
GsdmlAttrNavQt
()
{
delete
trace_timerid
;
delete
brow
;
form_widget
->
close
();
}
...
...
profibus/lib/cow/src/cow_pb_gsd_attrnav.cpp
View file @
2524e11e
...
...
@@ -433,6 +433,7 @@ GsdAttrNav::GsdAttrNav(void* xn_parent_ctx, const char* xn_name, pb_gsd* xn_gsd,
//
GsdAttrNav
::~
GsdAttrNav
()
{
delete
brow
;
}
GsdAttrNavBrow
::~
GsdAttrNavBrow
()
...
...
profibus/lib/cow/src/cow_pn_gsdml_attrnav.cpp
View file @
2524e11e
...
...
@@ -465,6 +465,7 @@ GsdmlAttrNav::GsdmlAttrNav(void* xn_parent_ctx, const char* xn_name,
//
GsdmlAttrNav
::~
GsdmlAttrNav
()
{
delete
brow
;
}
GsdmlAttrNavBrow
::~
GsdmlAttrNavBrow
()
...
...
sev/exe/sev_xtt/gtk/xtt_tblnav_gtk.cpp
View file @
2524e11e
...
...
@@ -72,7 +72,6 @@ TblNavGtk::TblNavGtk(void* xn_parent_ctx, GtkWidget* xn_parent_wid,
TblNavGtk
::~
TblNavGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
sev/exe/sev_xtt/qt/xtt_tblnav_qt.cpp
View file @
2524e11e
...
...
@@ -61,7 +61,6 @@ TblNavQt::TblNavQt(void* xn_parent_ctx, QWidget* xn_parent_wid,
TblNavQt
::~
TblNavQt
()
{
delete
brow
;
form_widget
->
close
();
}
...
...
sev/exe/sev_xtt/src/xtt_tblnav.cpp
View file @
2524e11e
...
...
@@ -149,6 +149,7 @@ TblNav::TblNav(void* xn_parent_ctx, sevcli_sHistItem* xn_itemlist,
//
TblNav
::~
TblNav
()
{
delete
brow
;
}
TblNavBrow
::~
TblNavBrow
()
...
...
wb/lib/wb/gtk/wb_bckwnav_gtk.cpp
View file @
2524e11e
...
...
@@ -61,7 +61,6 @@ WbBckWNavGtk::WbBckWNavGtk(void* l_parent_ctx, GtkWidget* l_parent_wid,
//
WbBckWNavGtk
::~
WbBckWNavGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
wb/lib/wb/gtk/wb_expwnav_gtk.cpp
View file @
2524e11e
...
...
@@ -61,7 +61,6 @@ WbExpWNavGtk::WbExpWNavGtk(void* l_parent_ctx, GtkWidget* l_parent_wid,
//
WbExpWNavGtk
::~
WbExpWNavGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
wb/lib/wb/gtk/wb_wattnav_gtk.cpp
View file @
2524e11e
...
...
@@ -80,7 +80,6 @@ WAttNavGtk::WAttNavGtk(void* wa_parent_ctx, wattnav_eType wa_type,
//
WAttNavGtk
::~
WAttNavGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
wb/lib/wb/gtk/wb_wdanav_gtk.cpp
View file @
2524e11e
...
...
@@ -78,7 +78,6 @@ WdaNavGtk::WdaNavGtk(void* wa_parent_ctx, GtkWidget* wa_parent_wid,
//
WdaNavGtk
::~
WdaNavGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
wb/lib/wb/gtk/wb_wnav_gtk.cpp
View file @
2524e11e
...
...
@@ -144,14 +144,6 @@ WNavGtk::~WNavGtk()
if
(
trace_started
)
g_source_remove
(
trace_timerid
);
menu_tree_free
();
PalFile
::
config_tree_free
(
menu
);
for
(
int
i
=
1
;
i
<
brow_cnt
;
i
++
)
{
brow_DeleteSecondaryCtx
(
brow_stack
[
brow_cnt
]
->
ctx
);
brow_stack
[
brow_cnt
]
->
free_pixmaps
();
delete
brow_stack
[
i
];
}
delete
brow
;
delete
wow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
wb/lib/wb/gtk/wb_wpkgnav_gtk.cpp
View file @
2524e11e
...
...
@@ -70,7 +70,6 @@ WPkgNavGtk::WPkgNavGtk(void* wa_parent_ctx, GtkWidget* wa_parent_wid,
//
WPkgNavGtk
::~
WPkgNavGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
wb/lib/wb/gtk/wb_wrevnav_gtk.cpp
View file @
2524e11e
...
...
@@ -70,7 +70,6 @@ WRevNavGtk::WRevNavGtk(void* wa_parent_ctx, GtkWidget* wa_parent_wid,
//
WRevNavGtk
::~
WRevNavGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
wb/lib/wb/motif/wb_wattnav_motif.cpp
View file @
2524e11e
...
...
@@ -99,7 +99,6 @@ WAttNavMotif::~WAttNavMotif()
if
(
trace_started
)
XtRemoveTimeOut
(
trace_timerid
);
delete
brow
;
XtDestroyWidget
(
form_widget
);
}
...
...
wb/lib/wb/motif/wb_wdanav_motif.cpp
View file @
2524e11e
...
...
@@ -98,7 +98,6 @@ WdaNavMotif::~WdaNavMotif()
if
(
trace_started
)
XtRemoveTimeOut
(
trace_timerid
);
delete
brow
;
XtDestroyWidget
(
form_widget
);
}
...
...
wb/lib/wb/motif/wb_wnav_motif.cpp
View file @
2524e11e
...
...
@@ -154,14 +154,6 @@ WNavMotif::~WNavMotif()
if
(
avoid_deadlock
)
XtRemoveTimeOut
(
deadlock_timerid
);
menu_tree_free
();
PalFile
::
config_tree_free
(
menu
);
for
(
int
i
=
1
;
i
<
brow_cnt
;
i
++
)
{
brow_DeleteSecondaryCtx
(
brow_stack
[
brow_cnt
]
->
ctx
);
brow_stack
[
brow_cnt
]
->
free_pixmaps
();
delete
brow_stack
[
i
];
}
delete
brow
;
delete
wow
;
XtDestroyWidget
(
form_widget
);
}
...
...
wb/lib/wb/motif/wb_wpkgnav_motif.cpp
View file @
2524e11e
...
...
@@ -86,7 +86,6 @@ WPkgNavMotif::WPkgNavMotif(void* wa_parent_ctx, Widget wa_parent_wid,
//
WPkgNavMotif
::~
WPkgNavMotif
()
{
delete
brow
;
XtDestroyWidget
(
form_widget
);
}
...
...
wb/lib/wb/qt/wb_bckwnav_qt.cpp
View file @
2524e11e
...
...
@@ -59,7 +59,6 @@ WbBckWNavQt::WbBckWNavQt(void* l_parent_ctx, QWidget* l_parent_wid,
WbBckWNavQt
::~
WbBckWNavQt
()
{
debug_print
(
"WbBckWNavQt::~WbBckWNavQt
\n
"
);
delete
brow
;
form_widget
->
close
();
}
...
...
wb/lib/wb/qt/wb_expwnav_qt.cpp
View file @
2524e11e
...
...
@@ -59,7 +59,6 @@ WbExpWNavQt::WbExpWNavQt(void* l_parent_ctx, QWidget* l_parent_wid,
WbExpWNavQt
::~
WbExpWNavQt
()
{
debug_print
(
"WbExpWNavQt::~WbExpWNavQt
\n
"
);
delete
brow
;
form_widget
->
close
();
}
...
...
wb/lib/wb/qt/wb_wattnav_qt.cpp
View file @
2524e11e
...
...
@@ -63,7 +63,6 @@ WAttNavQt::WAttNavQt(void* wa_parent_ctx, wattnav_eType wa_type,
WAttNavQt
::~
WAttNavQt
()
{
delete
brow
;
form_widget
->
close
();
}
...
...
wb/lib/wb/qt/wb_wdanav_qt.cpp
View file @
2524e11e
...
...
@@ -65,7 +65,6 @@ WdaNavQt::WdaNavQt(void* wa_parent_ctx, QWidget* wa_parent_wid,
WdaNavQt
::~
WdaNavQt
()
{
debug_print
(
"WdaNavQt::~WdaNavQt
\n
"
);
delete
brow
;
form_widget
->
close
();
}
...
...
wb/lib/wb/qt/wb_wnav_qt.cqt
View file @
2524e11e
...
...
@@ -132,14 +132,6 @@ WNavQt::~WNavQt()
delete trace_obj;
menu_tree_free();
PalFile::config_tree_free(menu);
for (int i = 1; i < brow_cnt; i++) {
brow_DeleteSecondaryCtx(brow_stack[brow_cnt]->ctx);
brow_stack[brow_cnt]->free_pixmaps();
delete brow_stack[i];
}
delete brow;
form_widget->close();
}
...
...
wb/lib/wb/qt/wb_wpkgnav_qt.cpp
View file @
2524e11e
...
...
@@ -57,7 +57,6 @@ WPkgNavQt::WPkgNavQt(void* wa_parent_ctx, QWidget* wa_parent_wid,
WPkgNavQt
::~
WPkgNavQt
()
{
debug_print
(
"WPkgNavQt::~WPkgNavQt
\n
"
);
delete
brow
;
form_widget
->
close
();
}
...
...
wb/lib/wb/qt/wb_wrevnav_qt.cpp
View file @
2524e11e
...
...
@@ -57,7 +57,6 @@ WRevNavQt::WRevNavQt(void* wa_parent_ctx, QWidget* wa_parent_wid,
WRevNavQt
::~
WRevNavQt
()
{
debug_print
(
"WRevNavQt::~WRevNavQt
\n
"
);
delete
brow
;
form_widget
->
close
();
}
...
...
wb/lib/wb/src/wb_bckwnav.cpp
View file @
2524e11e
...
...
@@ -225,6 +225,7 @@ WbBckWNav::WbBckWNav(void* l_parent_ctx, ldh_tSesContext l_ldhses,
//
WbBckWNav
::~
WbBckWNav
()
{
delete
brow
;
}
WbBckWNavBrow
::~
WbBckWNavBrow
()
...
...
wb/lib/wb/src/wb_bckwnav.h
View file @
2524e11e
wb/lib/wb/src/wb_expwnav.cpp
View file @
2524e11e
...
...
@@ -335,6 +335,7 @@ WbExpWNav::WbExpWNav(
//
WbExpWNav
::~
WbExpWNav
()
{
delete
brow
;
list_free
();
}
...
...
wb/lib/wb/src/wb_wattnav.cpp
View file @
2524e11e
...
...
@@ -77,6 +77,7 @@ WAttNav::WAttNav(void* wa_parent_ctx, wattnav_eType wa_type,
//
WAttNav
::~
WAttNav
()
{
delete
brow
;
}
//
...
...
wb/lib/wb/src/wb_wdanav.cpp
View file @
2524e11e
...
...
@@ -91,6 +91,7 @@ WdaNav::WdaNav(void* wa_parent_ctx, const char* wa_name,
//
WdaNav
::~
WdaNav
()
{
delete
brow
;
}
//
...
...
wb/lib/wb/src/wb_wnav.cpp
View file @
2524e11e
...
...
@@ -647,6 +647,14 @@ WNav::WNav(void* xn_parent_ctx, const char* xn_name, const char* xn_layout,
//
WNav
::~
WNav
()
{
menu_tree_free
();
PalFile
::
config_tree_free
(
menu
);
for
(
int
i
=
1
;
i
<
brow_cnt
;
i
++
)
{
brow_DeleteSecondaryCtx
(
brow_stack
[
brow_cnt
]
->
ctx
);
brow_stack
[
brow_cnt
]
->
free_pixmaps
();
delete
brow_stack
[
i
];
}
delete
brow
;
}
//
...
...
wb/lib/wb/src/wb_wpkgnav.cpp
View file @
2524e11e
...
...
@@ -92,6 +92,7 @@ WPkgNav::WPkgNav(void* wa_parent_ctx, const char* wa_name,
//
WPkgNav
::~
WPkgNav
()
{
delete
brow
;
}
//
...
...
wb/lib/wb/src/wb_wrevnav.cpp
View file @
2524e11e
...
...
@@ -445,6 +445,7 @@ WRevNav::WRevNav(void* wa_parent_ctx, ldh_tSession wa_ldhses,
//
WRevNav
::~
WRevNav
()
{
delete
brow
;
}
//
...
...
xtt/lib/cow/gtk/cow_logwnav_gtk.cpp
View file @
2524e11e
...
...
@@ -63,7 +63,6 @@ CoLogWNavGtk::CoLogWNavGtk(
//
CoLogWNavGtk
::~
CoLogWNavGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
xtt/lib/cow/gtk/cow_msglist_gtk.cpp
View file @
2524e11e
...
...
@@ -63,7 +63,6 @@ MsgListGtk::MsgListGtk(
//
MsgListGtk
::~
MsgListGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
xtt/lib/cow/gtk/cow_statusmon_nodelistnav_gtk.cpp
View file @
2524e11e
...
...
@@ -74,7 +74,6 @@ NodelistNavGtk::~NodelistNavGtk()
if
(
trace_started
)
g_source_remove
(
trace_timerid
);
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
xtt/lib/cow/gtk/cow_treenav_gtk.cpp
View file @
2524e11e
...
...
@@ -77,7 +77,6 @@ TreeNavGtk::TreeNavGtk(void* xn_parent_ctx, GtkWidget* xn_parent_wid,
TreeNavGtk
::~
TreeNavGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
xtt/lib/cow/gtk/cow_xhelpnav_gtk.cpp
View file @
2524e11e
...
...
@@ -86,7 +86,6 @@ CoXHelpNavGtk::~CoXHelpNavGtk()
brow_stack
[
i
]
->
free_pixmaps
();
delete
brow_stack
[
i
];
}
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
xtt/lib/cow/motif/cow_msglist_motif.cpp
View file @
2524e11e
...
...
@@ -84,7 +84,6 @@ MsgListMotif::MsgListMotif(void* ev_parent_ctx, Widget ev_parent_wid, Widget* w)
//
MsgListMotif
::~
MsgListMotif
()
{
delete
brow
;
XtDestroyWidget
(
form_widget
);
}
...
...
xtt/lib/cow/motif/cow_xhelpnav_motif.cpp
View file @
2524e11e
...
...
@@ -120,7 +120,6 @@ CoXHelpNavMotif::~CoXHelpNavMotif()
brow_stack
[
i
]
->
free_pixmaps
();
delete
brow_stack
[
i
];
}
delete
brow
;
XtDestroyWidget
(
form_widget
);
}
...
...
xtt/lib/cow/qt/cow_logwnav_qt.cpp
View file @
2524e11e
...
...
@@ -58,7 +58,6 @@ CoLogWNavQt::CoLogWNavQt(
CoLogWNavQt
::~
CoLogWNavQt
()
{
debug_print
(
"CoLogWNavQt::~CoLogWNavQt
\n
"
);
delete
brow
;
form_widget
->
close
();
}
...
...
xtt/lib/cow/qt/cow_msglist_qt.cpp
View file @
2524e11e
...
...
@@ -55,7 +55,6 @@ MsgListQt::MsgListQt(void* ev_parent_ctx, QWidget* ev_parent_wid, QWidget** w)
MsgListQt
::~
MsgListQt
()
{
delete
brow
;
form_widget
->
close
();
}
...
...
xtt/lib/cow/qt/cow_statusmon_nodelistnav_qt.cqt
View file @
2524e11e
...
...
@@ -69,7 +69,6 @@ NodelistNavQt::~NodelistNavQt()
debug_print("NodelistNavQt::~NodelistNavQt\n");
delete trace_obj;
delete brow;
form_widget->close();
}
...
...
xtt/lib/cow/qt/cow_treenav_qt.cpp
View file @
2524e11e
...
...
@@ -65,7 +65,6 @@ TreeNavQt::TreeNavQt(void* xn_parent_ctx, QWidget* xn_parent_wid,
TreeNavQt
::~
TreeNavQt
()
{
debug_print
(
"TreeNavQt::~TreeNavQt
\n
"
);
delete
brow
;
form_widget
->
close
();
}
...
...
xtt/lib/cow/qt/cow_xhelpnav_qt.cpp
View file @
2524e11e
...
...
@@ -72,7 +72,6 @@ CoXHelpNavQt::~CoXHelpNavQt()
brow_stack
[
i
]
->
free_pixmaps
();
delete
brow_stack
[
i
];
}
delete
brow
;
form_widget
->
close
();
}
...
...
xtt/lib/cow/src/cow_logwnav.cpp
View file @
2524e11e
...
...
@@ -213,6 +213,7 @@ CoLogWNav::CoLogWNav(void* l_parent_ctx, int l_show_item)
//
CoLogWNav
::~
CoLogWNav
()
{
delete
brow
;
}
CoLogWNavBrow
::~
CoLogWNavBrow
()
...
...
xtt/lib/cow/src/cow_logwnav.h
View file @
2524e11e
xtt/lib/cow/src/cow_msglist.cpp
View file @
2524e11e
...
...
@@ -228,6 +228,7 @@ MsgList::MsgList(void* ev_parent_ctx)
//
MsgList
::~
MsgList
()
{
delete
brow
;
}
MsgListBrow
::~
MsgListBrow
()
...
...
xtt/lib/cow/src/cow_statusmon_nodelistnav.cpp
View file @
2524e11e
...
...
@@ -350,6 +350,7 @@ NodelistNav::NodelistNav(void* nodelist_parent_ctx,
//
NodelistNav
::~
NodelistNav
()
{
delete
brow
;
}
NodelistNavBrow
::~
NodelistNavBrow
()
...
...
xtt/lib/cow/src/cow_treenav.cpp
View file @
2524e11e
...
...
@@ -223,6 +223,7 @@ TreeNav::TreeNav(void* xn_parent_ctx, pwr_tAttrRef* xn_itemlist,
//
TreeNav
::~
TreeNav
()
{
delete
brow
;
}
TreeNavBrow
::~
TreeNavBrow
()
...
...
xtt/lib/cow/src/cow_xhelpnav.cpp
View file @
2524e11e
...
...
@@ -290,6 +290,7 @@ CoXHelpNav::CoXHelpNav(void* xn_parent_ctx, char* xn_name,
//
CoXHelpNav
::~
CoXHelpNav
()
{
delete
brow
;
}
//
...
...
xtt/lib/ge/gtk/ge_attrnav_gtk.cpp
View file @
2524e11e
...
...
@@ -77,7 +77,6 @@ AttrNavGtk::~AttrNavGtk()
if
(
trace_started
)
g_source_remove
(
trace_timerid
);
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
xtt/lib/ge/gtk/ge_subgraphs_gtk.cpp
View file @
2524e11e
...
...
@@ -254,8 +254,6 @@ SubGraphsGtk::~SubGraphsGtk()
attrlist_p
=
next_p
;
}
delete
brow
;
gtk_widget_destroy
(
toplevel
);
}
...
...
xtt/lib/ge/gtk/ge_subpalette_gtk.cpp
View file @
2524e11e
...
...
@@ -74,8 +74,6 @@ SubPaletteGtk::SubPaletteGtk(void* xn_parent_ctx, GtkWidget* xn_parent_wid,
//
SubPaletteGtk
::~
SubPaletteGtk
()
{
delete
brow
;
// XtDestroyWidget( form_widget);
}
void
SubPaletteGtk
::
set_inputfocus
(
int
focus
)
...
...
xtt/lib/ge/motif/ge_attrnav_motif.cpp
View file @
2524e11e
...
...
@@ -96,7 +96,6 @@ AttrNavMotif::~AttrNavMotif()
if
(
trace_started
)
XtRemoveTimeOut
(
trace_timerid
);
delete
brow
;
XtDestroyWidget
(
form_widget
);
}
...
...
xtt/lib/ge/motif/ge_subgraphs_motif.cpp
View file @
2524e11e
...
...
@@ -228,7 +228,6 @@ SubGraphsMotif::~SubGraphsMotif()
attrlist_p
=
next_p
;
}
delete
brow
;
XtDestroyWidget
(
parent_wid
);
}
...
...
xtt/lib/ge/motif/ge_subpalette_motif.cpp
View file @
2524e11e
...
...
@@ -88,7 +88,6 @@ SubPaletteMotif::SubPaletteMotif(void* xn_parent_ctx, Widget xn_parent_wid,
//
SubPaletteMotif
::~
SubPaletteMotif
()
{
delete
brow
;
XtDestroyWidget
(
form_widget
);
}
...
...
xtt/lib/ge/qt/ge_attrnav_qt.cqt
View file @
2524e11e
...
...
@@ -68,7 +68,6 @@ AttrNavQt::~AttrNavQt()
debug_print("AttrNavQt::~AttrNavQt\n");
delete trace_obj;
delete brow;
form_widget->close();
}
...
...
xtt/lib/ge/qt/ge_subgraphs_qt.cqt
View file @
2524e11e
...
...
@@ -177,8 +177,6 @@ SubGraphsQt::~SubGraphsQt()
free((char*)attrlist_p);
attrlist_p = next_p;
}
delete brow;
}
void SubGraphsQt::trace_start()
...
...
xtt/lib/ge/qt/ge_subpalette_qt.cqt
View file @
2524e11e
...
...
@@ -64,7 +64,6 @@ SubPaletteQt::SubPaletteQt(void* xn_parent_ctx, QWidget* xn_parent_wid,
SubPaletteQt::~SubPaletteQt()
{
debug_print("SubPaletteQt::~SubPaletteQt\n");
delete brow;
}
void SubPaletteQt::set_inputfocus(int focus)
...
...
xtt/lib/ge/src/ge_attrnav.cpp
View file @
2524e11e
...
...
@@ -1580,6 +1580,7 @@ AttrNav::AttrNav(void* xn_parent_ctx, attr_eType xn_type, const char* xn_name,
//
AttrNav
::~
AttrNav
()
{
delete
brow
;
}
AttrNavBrow
::~
AttrNavBrow
()
...
...
xtt/lib/ge/src/ge_subgraphs.cpp
View file @
2524e11e
...
...
@@ -143,6 +143,7 @@ SubGraphs::SubGraphs(void* xn_parent_ctx, const char* xn_name, void* xn_growctx,
//
SubGraphs
::~
SubGraphs
()
{
delete
brow
;
}
SubGraphsBrow
::~
SubGraphsBrow
()
...
...
xtt/lib/ge/src/ge_subpalette.cpp
View file @
2524e11e
...
...
@@ -658,6 +658,7 @@ SubPalette::SubPalette(
//
SubPalette
::~
SubPalette
()
{
delete
brow
;
}
SubPaletteBrow
::~
SubPaletteBrow
()
...
...
xtt/lib/xtt/gtk/xtt_clognav_gtk.cpp
View file @
2524e11e
...
...
@@ -66,7 +66,6 @@ CLogNavGtk::CLogNavGtk(
//
CLogNavGtk
::~
CLogNavGtk
()
{
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
xtt/lib/xtt/gtk/xtt_evlist_gtk.cpp
View file @
2524e11e
...
...
@@ -72,7 +72,6 @@ EvListGtk::~EvListGtk()
delete
browtree
;
if
(
browbase
&&
browbase
!=
brow
)
delete
browbase
;
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
xtt/lib/xtt/gtk/xtt_xattnav_gtk.cpp
View file @
2524e11e
...
...
@@ -82,7 +82,6 @@ XAttNavGtk::~XAttNavGtk()
delete
trace_timerid
;
delete
wow
;
delete
brow
;
gtk_widget_destroy
(
form_widget
);
}
...
...
xtt/lib/xtt/gtk/xtt_xnav_gtk.cpp
View file @
2524e11e
...
...
@@ -121,26 +121,6 @@ XNavGtk::~XNavGtk()
delete
autoack_timerid
;
delete
trace_timerid
;
if
(
mcp
)
{
free
(
mcp
);
mcp
=
0
;
}
menu_tree_free
();
delete
(
ItemMenu
*
)
root_item
;
for
(
int
i
=
0
;
i
<
brow_cnt
;
i
++
)
{
brow_stack
[
i
]
->
free_pixmaps
();
if
(
i
!=
0
)
brow_DeleteSecondaryCtx
(
brow_stack
[
i
]
->
ctx
);
delete
brow_stack
[
i
];
}
collect_brow
->
free_pixmaps
();
brow_DeleteSecondaryCtx
(
collect_brow
->
ctx
);
delete
collect_brow
;
delete
brow
;
if
(
op
)
delete
op
;
gtk_widget_destroy
(
form_widget
);
}
...
...
xtt/lib/xtt/motif/xtt_clognav_motif.cpp
View file @
2524e11e
...
...
@@ -85,7 +85,6 @@ CLogNavMotif::CLogNavMotif(
//
CLogNavMotif
::~
CLogNavMotif
()
{
delete
brow
;
XtDestroyWidget
(
form_widget
);
}
...
...
xtt/lib/xtt/motif/xtt_evlist_motif.cpp
View file @
2524e11e
...
...
@@ -86,7 +86,6 @@ EvListMotif::EvListMotif(void* ev_parent_ctx, Widget ev_parent_wid,
//
EvListMotif
::~
EvListMotif
()
{
delete
brow
;
XtDestroyWidget
(
form_widget
);
}
...
...
xtt/lib/xtt/motif/xtt_xattnav_motif.cpp
View file @
2524e11e
...
...
@@ -100,7 +100,6 @@ XAttNavMotif::~XAttNavMotif()
delete
trace_timerid
;
delete
wow
;
delete
brow
;
XtDestroyWidget
(
form_widget
);
}
...
...
xtt/lib/xtt/motif/xtt_xnav_motif.cpp
View file @
2524e11e
...
...
@@ -142,22 +142,7 @@ XNavMotif::~XNavMotif()
{
closing_down
=
1
;
if
(
mcp
)
{
free
(
mcp
);
mcp
=
0
;
}
menu_tree_free
();
for
(
int
i
=
0
;
i
<
brow_cnt
;
i
++
)
{
brow_stack
[
i
]
->
free_pixmaps
();
brow_DeleteSecondaryCtx
(
brow_stack
[
i
]
->
ctx
);
delete
brow_stack
[
i
];
}
brow_DeleteSecondaryCtx
(
collect_brow
->
ctx
);
delete
collect_brow
;
collect_brow
->
free_pixmaps
();
delete
brow
;
if
(
op
)
delete
op
;
delete
trace_timerid
;
XtDestroyWidget
(
form_widget
);
}
...
...
xtt/lib/xtt/qt/xtt_clognav_qt.cpp
View file @
2524e11e
...
...
@@ -57,7 +57,6 @@ CLogNavQt::CLogNavQt(
CLogNavQt
::~
CLogNavQt
()
{
debug_print
(
"CLogNavQt::~CLogNavQt
\n
"
);
delete
brow
;
form_widget
->
close
();
}
...
...
xtt/lib/xtt/qt/xtt_evlist_qt.cpp
View file @
2524e11e
...
...
@@ -73,7 +73,6 @@ EvListQt::~EvListQt()
if
(
browbase
&&
browbase
!=
brow
)
{
delete
browbase
;
}
delete
brow
;
form_widget
->
close
();
}
...
...
xtt/lib/xtt/qt/xtt_xattnav_qt.cpp
View file @
2524e11e
...
...
@@ -66,7 +66,6 @@ XAttNavQt::~XAttNavQt()
}
delete
trace_timerid
;
delete
brow
;
form_widget
->
close
();
}
...
...
xtt/lib/xtt/qt/xtt_xnav_qt.cqt
View file @
2524e11e
...
...
@@ -110,25 +110,6 @@ XNavQt::~XNavQt()
delete autoack_timerid;
delete trace_timerid;
if (mcp) {
free(mcp);
mcp = 0;
}
menu_tree_free();
delete (ItemMenu*)root_item;
for (int i = 0; i < brow_cnt; i++) {
brow_stack[i]->free_pixmaps();
if (i != 0) {
brow_DeleteSecondaryCtx(brow_stack[i]->ctx);
}
delete brow_stack[i];
}
collect_brow->free_pixmaps();
brow_DeleteSecondaryCtx(collect_brow->ctx);
delete collect_brow;
delete brow;
form_widget->close();
}
...
...
xtt/lib/xtt/src/xtt_clognav.cpp
View file @
2524e11e
...
...
@@ -290,6 +290,7 @@ CLogNav::CLogNav(void* clog_parent_ctx)
//
CLogNav
::~
CLogNav
()
{
delete
brow
;
}
CLogNavBrow
::~
CLogNavBrow
()
...
...
xtt/lib/xtt/src/xtt_evlist.cpp
View file @
2524e11e
...
...
@@ -837,6 +837,7 @@ EvList::EvList(void* ev_parent_ctx, ev_eType ev_type, int ev_size,
//
EvList
::~
EvList
()
{
delete
brow
;
for
(
unsigned
int
i
=
0
;
i
<
alarm_table_cnt
;
i
++
)
{
gdh_DLUnrefObjectInfo
(
alarm_tables_refid
[
i
]);
if
(
alarm_table_member_cnt
[
i
]
>
0
)
...
...
xtt/lib/xtt/src/xtt_evlist.h
View file @
2524e11e
xtt/lib/xtt/src/xtt_xattnav.cpp
View file @
2524e11e
...
...
@@ -80,6 +80,7 @@ XAttNav::XAttNav(void* xa_parent_ctx, xattnav_eType xa_type,
//
XAttNav
::~
XAttNav
()
{
delete
brow
;
}
//
...
...
xtt/lib/xtt/src/xtt_xnav.cpp
View file @
2524e11e
...
...
@@ -1352,6 +1352,25 @@ XNav::XNav(void* xn_parent_ctx, const char* xn_name, xnav_sStartMenu* root_menu,
//
XNav
::~
XNav
()
{
if
(
mcp
)
{
free
(
mcp
);
mcp
=
0
;
}
menu_tree_free
();
delete
(
ItemMenu
*
)
root_item
;
for
(
int
i
=
0
;
i
<
brow_cnt
;
i
++
)
{
brow_stack
[
i
]
->
free_pixmaps
();
if
(
i
!=
0
)
brow_DeleteSecondaryCtx
(
brow_stack
[
i
]
->
ctx
);
delete
brow_stack
[
i
];
}
collect_brow
->
free_pixmaps
();
brow_DeleteSecondaryCtx
(
collect_brow
->
ctx
);
delete
collect_brow
;
delete
brow
;
if
(
op
)
delete
op
;
}
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment