C# Class WatchThis.ShowListController

Mostrar archivo Open project: kevintavog/WatchThis.net Class Usage Examples

Private Properties

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

Public Methods

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

Private Methods

Method Description
DroppedPaths ( IList paths ) : void
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

Method Details

AskQuestion() public method

public AskQuestion ( string caption, string message ) : QuestionResponseType
caption string
message string
return QuestionResponseType

AwakeFromNib() public method

public AwakeFromNib ( ) : void
return void

ChooseFolder() public method

public ChooseFolder ( string message ) : string
message string
return string

GetValueFromUser() public method

public GetValueFromUser ( string caption, string message, string defaultValue ) : string
caption string
message string
defaultValue string
return string

InvokeOnUiThread() public method

public InvokeOnUiThread ( Action action ) : void
action Action
return void

RunSlideshow() public method

public RunSlideshow ( SlideshowModel model ) : void
model SlideshowModel
return void

ShowListController() public method

public ShowListController ( ) : System
return System

ShowListController() public method

public ShowListController ( IntPtr handle ) : System
handle IntPtr
return System

ShowMessage() public method

public ShowMessage ( string caption, string message ) : void
caption string
message string
return void

WindowShouldClose() public method

public WindowShouldClose ( ) : bool
return bool