Свойство | Тип | Описание | |
---|---|---|---|
m_stopOnError | bool |
Метод | Описание | |
---|---|---|
ApplyProperty ( Part part, System.Property prop ) : void |
This is the implementation of the method specified in the IPropertySetter Interface For now it is implemented in the rendering engine itself, but when it becomes too complex the IPropertySetter implementation will be isolated from this rendering class. If part is null, the top part will be assumed |
|
GetMemberInfo ( string setter, |
||
GetMethodWithRightParameters ( DParam dparams, |
||
PreRender ( UimlDocument uimlDoc ) : IRenderedInstance | ||
Render ( UimlDocument uimlDoc ) : IRenderedInstance | ||
Renderer ( ) : Uiml |
Метод | Описание | |
---|---|---|
ApplyProperties ( System uiObject, Part part, |
Applies several properties to an individual concrete widget instance. It implements two stages: - In the first stage the widget properties are applied completely dynamic: relying on the reflection mechanisms the Style properties are queried and loaded - When the first stage fails, another method is called using ad hoc knowledge about the widget and its properties
|
|
LoadAdHocProperties ( System &uiObject, Part part, |
||
LoadAdHocPropertiesAfter ( System &uiObject, Part part, |
Used to set ad-hoc properties after the other properties have been set.
|
|
ResolveProperty ( |
Dissects the method information for a specific property
|
|
SearchMembers ( |
Метод | Описание | |
---|---|---|
AddDefaultProperties ( Part part, |
||
ApplyProperty ( System &uiObject, System.Property p, Part part, |
This method sets the concrete property on a concrete widget. It is the most important method to get the defined properties reflected in the User Interface
|
|
InvokeMethod ( System targetObject, Part part, System.Property prop, |
Invokes the method "setter" that sets the value of the property prop for the object targetObject
|
|
LoadClassProperties ( System &uiObject, Part part, |
Loads the class properties available in style for the gtkObject widget
|
|
LoadNamedProperties ( System &uiObject, Part part, |
Loads the named properties available in style for the gtkObject widget
|
|
LoadPartProperties ( System &uiObject, Part part ) : |
||
SetProperty ( System targetObject, System.Property prop, |
Sets the value of property p for the object targetobject
|
protected ApplyProperties ( System uiObject, Part part, |
||
uiObject | System | |
part | Part | |
style | ||
Результат |
public ApplyProperty ( Part part, System.Property prop ) : void | ||
part | Part | The part on which prop will be applied |
prop | System.Property | the property that will be applied |
Результат | void |
public GetMemberInfo ( string setter, |
||
setter | string | |
classType | ||
part | Part | |
p | System.Property | |
Результат |
public GetMethodWithRightParameters ( DParam dparams, |
||
dparams | DParam | |
methods | ||
Результат |
abstract protected LoadAdHocProperties ( System &uiObject, Part part, |
||
uiObject | System | |
part | Part | |
s | ||
Результат |
protected LoadAdHocPropertiesAfter ( System &uiObject, Part part, |
||
uiObject | System | |
part | Part | |
s | ||
Результат |
abstract public PreRender ( UimlDocument uimlDoc ) : IRenderedInstance | ||
uimlDoc | UimlDocument | |
Результат | IRenderedInstance |
public Render ( UimlDocument uimlDoc ) : IRenderedInstance | ||
uimlDoc | UimlDocument | |
Результат | IRenderedInstance |
protected ResolveProperty ( |
||
baseT | ||
newT | String | |
retType | ||
nextValue | System | |
Результат |
protected SearchMembers ( |
||
t | ||
setter | string | |
Результат | System.Reflection.MemberInfo[] |