프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_actionId | int | ||
_application | string | ||
_arguments | string | ||
_cachedTextLabel1 | string | ||
_cachedTextLabel2 | string | ||
_hyperLinkWindowId | int | ||
_imageFocusedLeft | |||
_imageFocusedMid | |||
_imageFocusedRight | |||
_imageIcon | |||
_imageIcon2 | |||
_imageNonFocusedLeft | |||
_imageNonFocusedMid | |||
_imageNonFocusedRight | |||
_scriptAction | string |
메소드 | 설명 | |
---|---|---|
AllocResources ( ) : void |
Allocates the control its DirectX resources.
|
|
Dispose ( ) : void |
Frees the control its DirectX resources.
|
|
FinalizeConstruction ( ) : void |
This method gets called when the control is created and all properties has been set It allows the control todo any initialization
|
|
GUIButton3PartControl ( ) : System.Diagnostics |
empty constructor
|
|
GUIButton3PartControl ( int dwParentID ) : System.Diagnostics |
The basic constructor of the GUIControl class.
|
|
GUIButton3PartControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strTextureFocusLeft, string strTextureFocusMid, string strTextureFocusRight, string strTextureNoFocusLeft, string strTextureNoFocusMid, string strTextureNoFocusRight, string strTextureIcon ) : System.Diagnostics |
The constructor of the GUIButton3PartControl class.
|
|
OnAction ( MediaPortal.GUI.Library.Action action ) : void |
OnAction() method. This method gets called when there's a new action like a keypress or mousemove or... By overriding this method, the control can respond to any action
|
|
OnMessage ( |
OnMessage() This method gets called when there's a new message. Controls send messages to notify their parents about their state (changes) By overriding this method a control can respond to the messages of its controls
|
|
PreAllocResources ( ) : void |
Preallocates the control its DirectX resources.
|
|
Refresh ( ) : void | ||
Render ( float timePassed ) : void |
Renders the GUIButton3PartControl.
|
|
SetBorderTFL ( string border, |
||
SetBorderTFM ( string border, |
||
SetBorderTFR ( string border, |
||
SetBorderTI ( string border, |
||
SetBorderTI2 ( string border, |
||
SetBorderTNFL ( string border, |
||
SetBorderTNFM ( string border, |
||
SetBorderTNFR ( string border, |
||
SetLabel1 ( string fontName, string label, long color ) : void |
Set the text of the GUIButton3PartControl.
|
|
SetLabel2 ( string fontName, string label, long color ) : void | ||
SetPosition ( int dwPosX, int dwPosY ) : void | ||
SetShadow1 ( int angle, int distance, long color ) : void | ||
SetShadow2 ( int angle, int distance, long color ) : void |
메소드 | 설명 | |
---|---|---|
Calculate ( ) : void |
Perform an update after a change has occured. E.g. change to a new position.
|
메소드 | 설명 | |
---|---|---|
ContainsProperty ( string text ) : bool | ||
GUIPropertyManager_OnPropertyChanged ( string tag, string tagValue ) : void |
public GUIButton3PartControl ( ) : System.Diagnostics | ||
리턴 | System.Diagnostics |
public GUIButton3PartControl ( int dwParentID ) : System.Diagnostics | ||
dwParentID | int | |
리턴 | System.Diagnostics |
public GUIButton3PartControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strTextureFocusLeft, string strTextureFocusMid, string strTextureFocusRight, string strTextureNoFocusLeft, string strTextureNoFocusMid, string strTextureNoFocusRight, string strTextureIcon ) : System.Diagnostics | ||
dwParentID | int | The parent of this control. |
dwControlId | int | The ID of this control. |
dwPosX | int | The X position of this control. |
dwPosY | int | The Y position of this control. |
dwWidth | int | The width of this control. |
dwHeight | int | The height of this control. |
strTextureFocusLeft | string | |
strTextureFocusMid | string | |
strTextureFocusRight | string | |
strTextureNoFocusLeft | string | |
strTextureNoFocusMid | string | |
strTextureNoFocusRight | string | |
strTextureIcon | string | |
리턴 | System.Diagnostics |
public OnAction ( MediaPortal.GUI.Library.Action action ) : void | ||
action | MediaPortal.GUI.Library.Action | action : contains the action |
리턴 | void |
public OnMessage ( |
||
message | message : contains the message | |
리턴 | bool |
public SetBorderTFL ( string border, |
||
border | string | |
position | ||
repeat | bool | |
rotate | bool | |
texture | string | |
colorKey | long | |
hasCorners | bool | |
cornerRotate | bool | |
리턴 | void |
public SetBorderTFM ( string border, |
||
border | string | |
position | ||
repeat | bool | |
rotate | bool | |
texture | string | |
colorKey | long | |
hasCorners | bool | |
cornerRotate | bool | |
리턴 | void |
public SetBorderTFR ( string border, |
||
border | string | |
position | ||
repeat | bool | |
rotate | bool | |
texture | string | |
colorKey | long | |
hasCorners | bool | |
cornerRotate | bool | |
리턴 | void |
public SetBorderTI ( string border, |
||
border | string | |
position | ||
repeat | bool | |
rotate | bool | |
texture | string | |
colorKey | long | |
hasCorners | bool | |
cornerRotate | bool | |
리턴 | void |
public SetBorderTI2 ( string border, |
||
border | string | |
position | ||
repeat | bool | |
rotate | bool | |
texture | string | |
colorKey | long | |
hasCorners | bool | |
cornerRotate | bool | |
리턴 | void |
public SetBorderTNFL ( string border, |
||
border | string | |
position | ||
repeat | bool | |
rotate | bool | |
texture | string | |
colorKey | long | |
hasCorners | bool | |
cornerRotate | bool | |
리턴 | void |
public SetBorderTNFM ( string border, |
||
border | string | |
position | ||
repeat | bool | |
rotate | bool | |
texture | string | |
colorKey | long | |
hasCorners | bool | |
cornerRotate | bool | |
리턴 | void |
public SetBorderTNFR ( string border, |
||
border | string | |
position | ||
repeat | bool | |
rotate | bool | |
texture | string | |
colorKey | long | |
hasCorners | bool | |
cornerRotate | bool | |
리턴 | void |
public SetLabel1 ( string fontName, string label, long color ) : void | ||
fontName | string | The font name. |
label | string | The text. |
color | long | The font color. |
리턴 | void |
public SetLabel2 ( string fontName, string label, long color ) : void | ||
fontName | string | |
label | string | |
color | long | |
리턴 | void |
public SetPosition ( int dwPosX, int dwPosY ) : void | ||
dwPosX | int | |
dwPosY | int | |
리턴 | void |
public SetShadow1 ( int angle, int distance, long color ) : void | ||
angle | int | |
distance | int | |
color | long | |
리턴 | void |
public SetShadow2 ( int angle, int distance, long color ) : void | ||
angle | int | |
distance | int | |
color | long | |
리턴 | void |
protected GUIImage,MediaPortal.GUI.Library _imageFocusedLeft | ||
리턴 |
protected GUIImage,MediaPortal.GUI.Library _imageFocusedMid | ||
리턴 |
protected GUIImage,MediaPortal.GUI.Library _imageFocusedRight | ||
리턴 |
protected GUIImage,MediaPortal.GUI.Library _imageNonFocusedLeft | ||
리턴 |
protected GUIImage,MediaPortal.GUI.Library _imageNonFocusedMid | ||
리턴 |
protected GUIImage,MediaPortal.GUI.Library _imageNonFocusedRight | ||
리턴 |