[GME-commit] GMESRC/GME/ObjectInspector Preference.cpp,1.34,1.35

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Jun 17 04:23:50 CDT 2005


Update of /project/gme-repository/GMESRC/GME/ObjectInspector
In directory escher:/tmp/cvs-serv4533

Modified Files:
	Preference.cpp 
Log Message:
New preferences added:
Port labels shown Inside container
Port label length


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: Preference.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/ObjectInspector/Preference.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** Preference.cpp	26 Jan 2005 17:30:57 -0000	1.34
--- Preference.cpp	17 Jun 2005 03:23:48 -0000	1.35
***************
*** 61,65 ****
  	{"STRING",			"help",				"",				"Help URL",					"Sets this value to specify the URL containig the help information belonging to the atom."},
  	{"COMPASS_OPTION",	"namePosition",		"4",			"Name Location",			"Sets the name label location relative to the atom icon. Eg. North."},
! 	{"STRING",				"nameWrap",		"0",			"NameWrap number",			"Sets the number of characters in a line of the name. If it is 0, then wraping is disabled."},
  	{"BOOLEAN_LIST",		"isNameEnabled",		"true",			"Name enabled",			"Displays the name."},
  	{"COMPASS_CHECK",	"autorouterPref",	"neswNESW",		"Auto Router Preference",	"Sets the allowed stick point of the connections from and to this atom."},
--- 61,65 ----
  	{"STRING",			"help",				"",				"Help URL",					"Sets this value to specify the URL containig the help information belonging to the atom."},
  	{"COMPASS_OPTION",	"namePosition",		"4",			"Name Location",			"Sets the name label location relative to the atom icon. Eg. North."},
! 	{"STRING",				"nameWrap",		"0",			"NameWrap number",			"Sets the number of characters in a line of the name. If it is 0, then wrapping is disabled."},
  	{"BOOLEAN_LIST",		"isNameEnabled",		"true",			"Name enabled",			"Displays the name."},
  	{"COMPASS_CHECK",	"autorouterPref",	"neswNESW",		"Auto Router Preference",	"Sets the allowed stick point of the connections from and to this atom."},
***************
*** 85,89 ****
  	{"STRING",			"help",				"",				"Help URL",					"Sets this value to specify the URL containig the help information belonging to the model."},
  	{"COMPASS_OPTION",	"namePosition",		"4",			"Name Location",			"Sets the name label location relative to the atom icon. Eg. North."},
! 	{"STRING",				"nameWrap",		"0",			"NameWrap number",			"Sets the number of characters in a line of the name. If it is 0, then wraping is disabled."},
  	{"BOOLEAN_LIST",		"isNameEnabled",		"true",			"Name enabled",			"Displays the name."},
  	{"COMPASS_CHECK",	"autorouterPref",	"neswNESW",		"Auto Router Preference",	"Sets the allowed stick point of the connections from and to this model."},
--- 85,89 ----
  	{"STRING",			"help",				"",				"Help URL",					"Sets this value to specify the URL containig the help information belonging to the model."},
  	{"COMPASS_OPTION",	"namePosition",		"4",			"Name Location",			"Sets the name label location relative to the atom icon. Eg. North."},
! 	{"STRING",				"nameWrap",		"0",			"NameWrap number",			"Sets the number of characters in a line of the name. If it is 0, then wrapping is disabled."},
  	{"BOOLEAN_LIST",		"isNameEnabled",		"true",			"Name enabled",			"Displays the name."},
  	{"COMPASS_CHECK",	"autorouterPref",	"neswNESW",		"Auto Router Preference",	"Sets the allowed stick point of the connections from and to this model."},
***************
*** 95,99 ****
  	{"STRING",			"porticon",			"",				"Port icon name",			"Specifies the image(.bmp,.gif) file name to display this model if it is a port in another model."},
  	{"STRING",			"subTypeIcon",	"",				"Subtype icon name",		"Image(.bmp,.gif) file name to display the model if it a subtype. Icon search paths can be set in File/Settings menu."},
! 	{"STRING",			"instanceIcon",	"",				"Instance icon name",		"Image(.bmp,.gif) file name to display the model if it an instance. Icon search paths can be set in File/Settings menu."}
  };
  
--- 95,101 ----
  	{"STRING",			"porticon",			"",				"Port icon name",			"Specifies the image(.bmp,.gif) file name to display this model if it is a port in another model."},
  	{"STRING",			"subTypeIcon",	"",				"Subtype icon name",		"Image(.bmp,.gif) file name to display the model if it a subtype. Icon search paths can be set in File/Settings menu."},
! 	{"STRING",			"instanceIcon",	"",				"Instance icon name",		"Image(.bmp,.gif) file name to display the model if it an instance. Icon search paths can be set in File/Settings menu."},
! 	{"BOOLEAN_LIST",	"portLabelInside",	"true",			"PortLabel shown inside container?",		"Portname label may be shown either inside or outside the container."},
! 	{"STRING",			"portLabelLength",   "3",			"PortLabel Length",			"Sets the text length shown when displaying portnames. If 0 total length is shown."}
  };
  
***************
*** 107,111 ****
  	{"STRING",			"help",				"",				"Help URL",					"Sets this value to specify the URL containig the help information belonging to the proxy."},
  	{"COMPASS_OPTION",	"namePosition",		"4",			"Name Location",			"Sets the name label location relative to the proxy icon. Eg. North."},
! 	{"STRING",				"nameWrap",		"0",			"NameWrap number",			"Sets the number of characters in a line of the name. If it is 0, then wraping is disabled."},
  	{"BOOLEAN_LIST",		"isNameEnabled",		"true",			"Name enabled",			"Displays the name."},
  	{"COMPASS_CHECK",	"autorouterPref",	"neswNESW",		"Auto Router Preference",	"Sets the allowed stick point of the connections from and to this proxy."},
--- 109,113 ----
  	{"STRING",			"help",				"",				"Help URL",					"Sets this value to specify the URL containig the help information belonging to the proxy."},
  	{"COMPASS_OPTION",	"namePosition",		"4",			"Name Location",			"Sets the name label location relative to the proxy icon. Eg. North."},
! 	{"STRING",				"nameWrap",		"0",			"NameWrap number",			"Sets the number of characters in a line of the name. If it is 0, then wrapping is disabled."},
  	{"BOOLEAN_LIST",		"isNameEnabled",		"true",			"Name enabled",			"Displays the name."},
  	{"COMPASS_CHECK",	"autorouterPref",	"neswNESW",		"Auto Router Preference",	"Sets the allowed stick point of the connections from and to this proxy."},
***************
*** 115,119 ****
  	{"STRING",			"decorator",		"",				"Decorator",				"ProgID of an process COM component followed by optional parameters for installing  custom drawing code.\r\n Syntax: <ProgID> [<Param1=Value>...<ParamX=ValueX>]"},
  	{"STRING",			"icon",				"",				"Icon name",				"Image(.bmp,.gif) file name to display the proxy. Icon search paths can be set in File/Settings menu."},
! 	{"STRING",			"porticon",			"",				"Port icon name",			"Specifies the image(.bmp,.gif) file name to display the proxy if it is a port in a proxy."}
  };
  
--- 117,123 ----
  	{"STRING",			"decorator",		"",				"Decorator",				"ProgID of an process COM component followed by optional parameters for installing  custom drawing code.\r\n Syntax: <ProgID> [<Param1=Value>...<ParamX=ValueX>]"},
  	{"STRING",			"icon",				"",				"Icon name",				"Image(.bmp,.gif) file name to display the proxy. Icon search paths can be set in File/Settings menu."},
! 	{"STRING",			"porticon",			"",				"Port icon name",			"Specifies the image(.bmp,.gif) file name to display the proxy if it is a port in a proxy."},
! 	{"BOOLEAN_LIST",	"portLabelInside",	"true",			"PortLabel shown inside container?",		"Portname label may be shown either inside or outside the container."},
! 	{"STRING",			"portLabelLength",   "3",			"PortLabel Length",			"Sets the text length shown when displaying portnames. If 0 total length is shown."}
  };
  
***************
*** 127,131 ****
  	{"STRING",			"help",				"",				"Help URL",					"Sets this value to specify the URL containig the help information belonging to the set."},
  	{"COMPASS_OPTION",	"namePosition",		"4",			"Name Location",			"Sets the name label location relative to the set icon. Eg. North."},
! 	{"STRING",				"nameWrap",		"0",			"NameWrap number",			"Sets the number of characters in a line of the name. If it is 0, then wraping is disabled."},
  	{"BOOLEAN_LIST",		"isNameEnabled",		"true",			"Name enabled",			"Displays the name."},
  	{"COMPASS_CHECK",	"autorouterPref",	"neswNESW",		"Auto Router Preference",	"Sets the allowed stick point of the connections from and to this set."},
--- 131,135 ----
  	{"STRING",			"help",				"",				"Help URL",					"Sets this value to specify the URL containig the help information belonging to the set."},
  	{"COMPASS_OPTION",	"namePosition",		"4",			"Name Location",			"Sets the name label location relative to the set icon. Eg. North."},
! 	{"STRING",				"nameWrap",		"0",			"NameWrap number",			"Sets the number of characters in a line of the name. If it is 0, then wrapping is disabled."},
  	{"BOOLEAN_LIST",		"isNameEnabled",		"true",			"Name enabled",			"Displays the name."},
  	{"COMPASS_CHECK",	"autorouterPref",	"neswNESW",		"Auto Router Preference",	"Sets the allowed stick point of the connections from and to this set."},



More information about the GME-commit mailing list