C# Class MonoTouchCalloutView.CalloutView

Inheritance: UIView
Afficher le fichier Open project: edanuff/MonoTouchCalloutView Class Usage Examples

Méthodes publiques

Свойство Type Description
CalloutButton UIButton
CalloutCenter UIImageView
CalloutLabel UILabel
CalloutLeft UIImageView
CalloutRight UIImageView

Méthodes publiques

Méthode Description
AddButtonTarget ( NSObject target, Selector sel ) : void
AddCalloutView ( UIView parent, string text, PointF pt, NSObject target, Selector sel ) : CalloutView
CalloutView ( IntPtr handle ) : System
CalloutView ( NSObjectFlag t ) : System
CalloutView ( PointF pt ) : System
CalloutView ( string text, PointF pt ) : System
CalloutView ( string text, PointF pt, NSObject target, Selector sel ) : System
Initialize ( ) : void
LayoutSubviews ( ) : void
SetAnchorPoint ( PointF pt ) : void
ShowWithAnimation ( UIView parent ) : void

Private Methods

Méthode Description
AnimationStarted ( CAAnimation anim, IntPtr context ) : void
AnimationStopped ( CAAnimation anim, bool finished, IntPtr context ) : void
CalloutView ( NSCoder coder ) : System
CalloutView ( System frame ) : System

Method Details

AddButtonTarget() public méthode

public AddButtonTarget ( NSObject target, Selector sel ) : void
target NSObject
sel Selector
Résultat void

AddCalloutView() public static méthode

public static AddCalloutView ( UIView parent, string text, PointF pt, NSObject target, Selector sel ) : CalloutView
parent UIView
text string
pt System.Drawing.PointF
target NSObject
sel Selector
Résultat CalloutView

CalloutView() public méthode

public CalloutView ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

CalloutView() public méthode

public CalloutView ( NSObjectFlag t ) : System
t NSObjectFlag
Résultat System

CalloutView() public méthode

public CalloutView ( PointF pt ) : System
pt System.Drawing.PointF
Résultat System

CalloutView() public méthode

public CalloutView ( string text, PointF pt ) : System
text string
pt System.Drawing.PointF
Résultat System

CalloutView() public méthode

public CalloutView ( string text, PointF pt, NSObject target, Selector sel ) : System
text string
pt System.Drawing.PointF
target NSObject
sel Selector
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

SetAnchorPoint() public méthode

public SetAnchorPoint ( PointF pt ) : void
pt System.Drawing.PointF
Résultat void

ShowWithAnimation() public méthode

public ShowWithAnimation ( UIView parent ) : void
parent UIView
Résultat void

Property Details

CalloutButton public_oe property

public UIButton CalloutButton
Résultat UIButton

CalloutCenter public_oe property

public UIImageView CalloutCenter
Résultat UIImageView

CalloutLabel public_oe property

public UILabel CalloutLabel
Résultat UILabel

CalloutLeft public_oe property

public UIImageView CalloutLeft
Résultat UIImageView

CalloutRight public_oe property

public UIImageView CalloutRight
Résultat UIImageView