Loading @GUI/cvc_ext_call.m +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ if (~error) else Valid_Report = ValidationReport(object); Valid_Report.set_results(result); Valid_Report.set_mode(1); Valid_Report.init(); end object.pvs_checked = check; Loading @GUI/pvs_ext_call.m +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ if (~error) else Valid_Report = ValidationReport(object); Valid_Report.set_results(result); Valid_Report.set_mode(0); Valid_Report.init(); end object.pvs_checked = check; Loading @GUI/pvs_ext_call_sim.m +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ if (~error) else Valid_Report = ValidationReport(object); Valid_Report.set_results(result); Valid_Report.set_mode(0); Valid_Report.init(); end object.pvs_checked = check; Loading @ValidationReport/ValidationReport.m +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ classdef ValidationReport < handle offset = 10; page = 1; keyword = '1234a'; tc_mode = []; end methods Loading @ValidationReport/init.m +10 −1 Original line number Diff line number Diff line Loading @@ -14,14 +14,21 @@ else object.fig_width = object.offset + object.TCC_width + object.offset + object.seq_width + object.offset + object.ce_width + object.offset; object.fig_height = object.offset + object.header_height + object.offset + object.seq_height + object.offset; object.fig = figure('units','pixels',... 'position',[0, 0, object.fig_width, object.fig_height ],... 'menubar','none',... 'name','PVS Report',... 'numbertitle','off',... 'resize','off',... 'CloseRequestFcn',@(src,event)close_req_call(object,src,event)); if object.tc_mode == 0 set(object.fig,'name','PVS Report'); else set(object.fig,'name','CVC3 Report'); end stop = 0; i = 1; count = 0; Loading Loading @@ -106,6 +113,7 @@ else 'FontSize',15,... 'BackgroundColor',get(object.fig,'Color')); if object.tc_mode == 0 object.pb_open = uicontrol('style','push',... 'units','pix',... 'string','Open PVS',... Loading @@ -113,6 +121,7 @@ else 'Parent',object.fig,... 'enable','on',... 'callback',@(src,event)pb_open_call(object,src,event)); end object.position; object.populate; Loading Loading
@GUI/cvc_ext_call.m +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ if (~error) else Valid_Report = ValidationReport(object); Valid_Report.set_results(result); Valid_Report.set_mode(1); Valid_Report.init(); end object.pvs_checked = check; Loading
@GUI/pvs_ext_call.m +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ if (~error) else Valid_Report = ValidationReport(object); Valid_Report.set_results(result); Valid_Report.set_mode(0); Valid_Report.init(); end object.pvs_checked = check; Loading
@GUI/pvs_ext_call_sim.m +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ if (~error) else Valid_Report = ValidationReport(object); Valid_Report.set_results(result); Valid_Report.set_mode(0); Valid_Report.init(); end object.pvs_checked = check; Loading
@ValidationReport/ValidationReport.m +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ classdef ValidationReport < handle offset = 10; page = 1; keyword = '1234a'; tc_mode = []; end methods Loading
@ValidationReport/init.m +10 −1 Original line number Diff line number Diff line Loading @@ -14,14 +14,21 @@ else object.fig_width = object.offset + object.TCC_width + object.offset + object.seq_width + object.offset + object.ce_width + object.offset; object.fig_height = object.offset + object.header_height + object.offset + object.seq_height + object.offset; object.fig = figure('units','pixels',... 'position',[0, 0, object.fig_width, object.fig_height ],... 'menubar','none',... 'name','PVS Report',... 'numbertitle','off',... 'resize','off',... 'CloseRequestFcn',@(src,event)close_req_call(object,src,event)); if object.tc_mode == 0 set(object.fig,'name','PVS Report'); else set(object.fig,'name','CVC3 Report'); end stop = 0; i = 1; count = 0; Loading Loading @@ -106,6 +113,7 @@ else 'FontSize',15,... 'BackgroundColor',get(object.fig,'Color')); if object.tc_mode == 0 object.pb_open = uicontrol('style','push',... 'units','pix',... 'string','Open PVS',... Loading @@ -113,6 +121,7 @@ else 'Parent',object.fig,... 'enable','on',... 'callback',@(src,event)pb_open_call(object,src,event)); end object.position; object.populate; Loading