|
| |
Stereotype Icons
Use these files at your own risk. They are supplied as is, please send
feedback to the author of the file. Should you have any Stereotype Icons that you would like to share, please send
them to webmaster@rationalrose.com
More information on using Stereotype Icons:
- Rational Rose Online Help: "Creating a New Stereotype"
- How to create a custom class stereotype
in Rose:
Open the defaultstereotypes.ini file in the Program files\Rational\Rose
directory. At the top of the file you will see:
[Stereotyped
Items]
Under this heading, add a section to it so it now would look like:
[Stereotyped
Items]
Class:custom
By placing this at the top of the defaultstereotypes.ini , you have created
a
text stereotype. This stereotype
will now show up in the pull down box in the
class specification. For Example:
In order for Stereotypes
to be displayed on the browser, toolbar or diagram,
you must create the following entry in the defaultstereotypes.ini file:
[Class:custom]
Item=Class
Stereotype=custom
Metafile=&\stereotypes\normal\custom.wmf
SmallPaletteImages=&\stereotypes\small\custom_s.bmp
SmallPaletteIndex=1
MediumPaletteImages=&\stereotypes\medium\custom_m.bmp
MediumPaletteIndex=1
ListImages=&\stereotypes\list\custom_1.bmp
ListIndex=1
TextXPos=-5
TextJust=Left
ToolTip=My new custom stereotype
Custom Diagram Icon is controlled by:
Metafile=&\stereotypes\normal\custom.wmf
Customer Browser Icons are defined by (browser icons are 16x16n pixels):
ListImages=&\stereotypes\list\custom_1.bmp
ListIndex=1
Custom Toolbar Icons are defined by (SmallToolbar icons are 15x16n
pixels):
SmallPaletteImages=&\stereotypes\small\custom_s.bmp
SmallPaletteIndex=1
Custom Toolbar Icons that show up in View->Toolbars->Configure are
defined by
(MediumToolbar icons are 24x24n pixels)::
MediumPaletteImages=&\stereotypes\medium\custom_m.bmp
MediumPaletteIndex=1
|