Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
MonoDroid.Dialog.ImageElement Class Reference
Inheritance diagram for MonoDroid.Dialog.ImageElement:
MonoDroid.Dialog.Element

Public Member Functions

 ImageElement (Bitmap image)
 
override View GetView (Context context, View convertView, ViewGroup parent)
 Overriden my most derived classes, creates a view that creates a View with the contents for display More...
 
- Public Member Functions inherited from MonoDroid.Dialog.Element
 Element (string caption)
 Initializes the element with the given caption. More...
 
 Element (string caption, int layoutId)
 
void Dispose ()
 
virtual string Summary ()
 Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects. More...
 
virtual void Selected ()
 
virtual bool Matches (string text)
 
Context GetContext ()
 

Protected Member Functions

override void Dispose (bool disposing)
 

Properties

Bitmap Value [get, set]
 
- Properties inherited from MonoDroid.Dialog.Element
string Caption [get, set]
 The caption to display for this given element More...
 
int LayoutId [get, set]
 
Element Parent [get, set]
 
Action Click [get, set]
 Override for click the click event More...
 
Action LongClick [get, set]
 Override for long click events, some elements use this for action More...
 
Object Tag [get, set]
 An Object that contains data about the element. The default is null. More...
 

Detailed Description

Definition at line 12 of file ImageElement.cs.

Constructor & Destructor Documentation

MonoDroid.Dialog.ImageElement.ImageElement ( Bitmap  image)

Definition at line 37 of file ImageElement.cs.

Member Function Documentation

override void MonoDroid.Dialog.ImageElement.Dispose ( bool  disposing)
protectedvirtual

Reimplemented from MonoDroid.Dialog.Element.

Definition at line 43 of file ImageElement.cs.

override View MonoDroid.Dialog.ImageElement.GetView ( Context  context,
View  convertView,
ViewGroup  parent 
)
virtual

Overriden my most derived classes, creates a view that creates a View with the contents for display

Parameters
context
convertView
parent
Returns

Reimplemented from MonoDroid.Dialog.Element.

Definition at line 52 of file ImageElement.cs.

Property Documentation

Bitmap MonoDroid.Dialog.ImageElement.Value
getset

Definition at line 22 of file ImageElement.cs.


The documentation for this class was generated from the following file: