From 8b9a5472b1281b75e675d41b8190bc699c1d1c9e Mon Sep 17 00:00:00 2001 From: Colin Eles Date: Thu, 2 Sep 2010 16:21:43 +0000 Subject: [PATCH] updated block mask output git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6163 57e6efec-57d4-0310-aeb1-a6c144bb1a8b --- +TableBlock/set_block_display.m | 12 +++++++++--- html/html/TT_gs_over.html | 8 +++++--- info.xml | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/+TableBlock/set_block_display.m b/+TableBlock/set_block_display.m index ba384be..d1ce718 100644 --- a/+TableBlock/set_block_display.m +++ b/+TableBlock/set_block_display.m @@ -14,11 +14,17 @@ for i = 1:size(in_handles,1) mask_string = [mask_string 'port_label(''input'',' int2str(i) ',''' get_param(in_handles(i),'Name') ''');' ]; end - mask_string = [mask_string 'text(0.5, 0.6, ''Tabular Expression'', ''horizontalAlignment'', ''center'')']; + + out_handles=find_system(code_block, 'SearchDepth',1,'FindAll','On','FollowLinks','On','LookUnderMasks','All','BlockType','Outport'); + for i = 1:size(out_handles,1) + mask_string = [mask_string 'port_label(''output'',' int2str(i) ',''' get_param(out_handles(i),'Name') ''');' ]; + end + + mask_string = [mask_string 'text(0.5, 0.9, ''Tabular Expression'', ''horizontalAlignment'', ''center'')']; if checked == 0 - mask_string = [mask_string 'color(''red'')text(0.5, 0.4, ''Not Checked'', ''horizontalAlignment'', ''center'')']; + mask_string = [mask_string 'color(''red'')text(0.5, 0.1, ''Not Checked'', ''horizontalAlignment'', ''center'')']; else - mask_string = [mask_string 'color(''green'')text(0.5, 0.4, ''Checked'', ''horizontalAlignment'', ''center'')']; + mask_string = [mask_string 'color(''green'')text(0.5, 0.1, ''Checked'', ''horizontalAlignment'', ''center'')']; end set_param(getfullname(block_handle),'MaskDisplay',mask_string); diff --git a/html/html/TT_gs_over.html b/html/html/TT_gs_over.html index 45f795e..f007289 100644 --- a/html/html/TT_gs_over.html +++ b/html/html/TT_gs_over.html @@ -6,7 +6,7 @@ Product Overview