[longomatch/redesign3: 27/156] Add property 'PausedTime' to drawings
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign3: 27/156] Add property 'PausedTime' to drawings
- Date: Wed, 17 Aug 2011 22:18:27 +0000 (UTC)
commit 637f45f681ae5427250c4cb2e83e8109c4102704
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]