[longomatch/redesign: 28/82] Add property 'PausedTime' to drawings
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign: 28/82] Add property 'PausedTime' to drawings
- Date: Mon, 14 Mar 2011 00:19:11 +0000 (UTC)
commit e44fbe67bf10dff10337620ad8af081d42c570c2
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Dec 19 22:07:28 2010 +0100
Add property 'PausedTime' to drawings
LongoMatch/Time/Drawing.cs | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Time/Drawing.cs b/LongoMatch/Time/Drawing.cs
index b0c568c..b20bb99 100644
--- a/LongoMatch/Time/Drawing.cs
+++ b/LongoMatch/Time/Drawing.cs
@@ -60,5 +60,13 @@ namespace LongoMatch.TimeNodes
get;
set;
}
+
+ /// <summary>
+ /// Time to pause the playback and display the drawing
+ /// </summary>
+ public int PauseTime {
+ set;
+ get;
+ }
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]