Property | Type | Description | |
---|---|---|---|
DroppedPaths | void | ||
Initialize | void | ||
PropertyChanged | void | ||
ReleaseDesignerOutlets | void | ||
ShowListController | System | ||
StepperDidChange | void | ||
activateEditTab | void | ||
activateSavedTab | void | ||
addFolder | void | ||
clearEdit | void | ||
deleteSlideshow | void | ||
editSlideshow | void | ||
numberOfRowsInTableView | int | ||
objectValueForTableColumn | string | ||
openSlideshow | void | ||
openSlideshowFolder | void | ||
removeFolder | void | ||
runSlideshow | void | ||
runSlideshow | void | ||
saveSlideshow | void |
Method | Description | |
---|---|---|
AskQuestion ( string caption, string message ) : QuestionResponseType | ||
AwakeFromNib ( ) : void | ||
ChooseFolder ( string message ) : string | ||
GetValueFromUser ( string caption, string message, string defaultValue ) : string | ||
InvokeOnUiThread ( Action action ) : void | ||
RunSlideshow ( SlideshowModel model ) : void | ||
ShowListController ( ) : System | ||
ShowListController ( IntPtr handle ) : System | ||
ShowMessage ( string caption, string message ) : void | ||
WindowShouldClose ( ) : bool |
Method | Description | |
---|---|---|
DroppedPaths ( IList |
||
Initialize ( ) : void | ||
PropertyChanged ( object sender, string propertyName ) : void | ||
ReleaseDesignerOutlets ( ) : void | ||
ShowListController ( MonoMac.Foundation.NSCoder coder ) : System | ||
StepperDidChange ( ) : void | ||
activateEditTab ( MonoMac sender ) : void | ||
activateSavedTab ( MonoMac sender ) : void | ||
addFolder ( MonoMac sender ) : void | ||
clearEdit ( MonoMac sender ) : void | ||
deleteSlideshow ( MonoMac sender ) : void | ||
editSlideshow ( MonoMac sender ) : void | ||
numberOfRowsInTableView ( NSTableView tv ) : int | ||
objectValueForTableColumn ( NSTableView table, NSTableColumn column, int rowIndex ) : string | ||
openSlideshow ( MonoMac sender ) : void | ||
openSlideshowFolder ( MonoMac sender ) : void | ||
removeFolder ( MonoMac sender ) : void | ||
runSlideshow ( ) : void | ||
runSlideshow ( MonoMac sender ) : void | ||
saveSlideshow ( MonoMac sender ) : void |
public AskQuestion ( string caption, string message ) : QuestionResponseType | ||
caption | string | |
message | string | |
return | QuestionResponseType |
public ChooseFolder ( string message ) : string | ||
message | string | |
return | string |
public GetValueFromUser ( string caption, string message, string defaultValue ) : string | ||
caption | string | |
message | string | |
defaultValue | string | |
return | string |
public InvokeOnUiThread ( Action action ) : void | ||
action | Action | |
return | void |
public RunSlideshow ( SlideshowModel model ) : void | ||
model | SlideshowModel | |
return | void |
public ShowListController ( IntPtr handle ) : System | ||
handle | IntPtr | |
return | System |
public ShowMessage ( string caption, string message ) : void | ||
caption | string | |
message | string | |
return | void |