C# Class BlackBerry.Screen.Window

Inheritance: IDisposable
Afficher le fichier Open project: roblillack/monoberry Class Usage Examples

Méthodes publiques

Méthode Description
AddBuffer ( ) : void
AddBuffers ( int count ) : void
Dispose ( ) : void
GetIntProperty ( System.Property p ) : int
Render ( Buffer buffer ) : void
Render ( Buffer buf, Rectangle rect, Flushing flush ) : void
SetIntProperty ( System.Property p, int val ) : void
SetIntProperty ( System.Property p, uint val ) : void
Window ( Context ctx, IntPtr hnd ) : System
Window ( Context ctx, WindowType type = WindowType.SCREEN_APPLICATION_WINDOW ) : System

Private Methods

Méthode Description
HandleEvent ( ScreenEvent ev ) : bool
screen_create_window_buffers ( IntPtr win, int count ) : int
screen_create_window_group ( IntPtr win, string name ) : int
screen_create_window_type ( IntPtr &pwin, IntPtr ctx, WindowType type ) : int
screen_destroy_window ( IntPtr win ) : int
screen_get_window_property_iv ( IntPtr win, System.Property pname, [ param ) : int
screen_get_window_property_iv ( IntPtr win, System.Property pname, int &param ) : int
screen_get_window_property_pv ( IntPtr win, System.Property pname, [ param ) : int
screen_post_window ( IntPtr win, IntPtr buffer, int rect_count, [ dirty_rects, Flushing flushing ) : int
screen_set_window_property_cv ( IntPtr win, System.Property pname, int len, byte param ) : int
screen_set_window_property_iv ( IntPtr win, System.Property pname, [ param ) : int
screen_set_window_property_iv ( IntPtr win, System.Property pname, int &param ) : int
screen_set_window_property_iv ( IntPtr win, System.Property pname, uint &param ) : int

Method Details

AddBuffer() public méthode

public AddBuffer ( ) : void
Résultat void

AddBuffers() public méthode

public AddBuffers ( int count ) : void
count int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetIntProperty() public méthode

public GetIntProperty ( System.Property p ) : int
p System.Property
Résultat int

Render() public méthode

public Render ( Buffer buffer ) : void
buffer Buffer
Résultat void

Render() public méthode

public Render ( Buffer buf, Rectangle rect, Flushing flush ) : void
buf Buffer
rect System.Drawing.Rectangle
flush Flushing
Résultat void

SetIntProperty() public méthode

public SetIntProperty ( System.Property p, int val ) : void
p System.Property
val int
Résultat void

SetIntProperty() public méthode

public SetIntProperty ( System.Property p, uint val ) : void
p System.Property
val uint
Résultat void

Window() public méthode

public Window ( Context ctx, IntPtr hnd ) : System
ctx Context
hnd System.IntPtr
Résultat System

Window() public méthode

public Window ( Context ctx, WindowType type = WindowType.SCREEN_APPLICATION_WINDOW ) : System
ctx Context
type WindowType
Résultat System