Inheritance diagram for SBS::Style:

Public Member Functions | |
| System::String * | GetStyleType () |
| Return the class name for the actual style. | |
| System::Boolean | hasForegroundColor () |
| Indicates if the style has a foreground color. | |
| System::Boolean | hasBackgroundColor () |
| Indicates if the style has a background color. | |
Public Attributes | |
| System::UInt32 | styleId |
| The unique number identifying this style in Smallworld. | |
| System::String * | drawingApplication |
| The drawing application name this style applys to. | |
| System::String * | rwoType |
| The name of the RWO this style applys to. | |
| System::String * | appType |
| The name of the geometry this style applys to. | |
| System::String * | styleType |
| The name of the style type (either Normal or Highlight). | |
| System::String * | scale |
| The display scale name this style applys to. | |
| System::Int32 | subCode |
| The numeric subcode this style applys to. | |
| System::Int32 | foregroundColor [] |
| The Foreground color for this style. | |
| System::Int32 | backgroundColor [] |
| The Background color for this style. | |
| Object * | tag |
| User definable storage. | |
|
|
Return the class name for the actual style.
|
|
|
Indicates if the style has a background color.
|
|
|
Indicates if the style has a foreground color.
|
|
|
The Background color for this style. Colors are represented as RGB integer vectors in the range 0-100 If the color is undefined in Smallworld then the values are all -1. Use hasBackgroundColor as a convenience to check if the color is defined |
|
|
The Foreground color for this style. Colors are represented as RGB integer vectors in the range 0-100 If the color is undefined in Smallworld then the values are all -1. Use hasForegroundColor as a convenience to check if the color is defined |
1.4.6-NO