[Hdrflow-svn] SF.net SVN: hdrflow: [220] trunk/app/HDRFlow
Status: Pre-Alpha
Brought to you by:
glslang
|
From: <gl...@us...> - 2007-07-30 22:22:37
|
Revision: 220
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=220&view=rev
Author: glslang
Date: 2007-07-30 15:22:35 -0700 (Mon, 30 Jul 2007)
Log Message:
-----------
+Initial table view bindings
Modified Paths:
--------------
trunk/app/HDRFlow/English.lproj/Preferences.nib/info.nib
trunk/app/HDRFlow/English.lproj/Preferences.nib/keyedobjects.nib
trunk/app/HDRFlow/PlugInsPreferencesOutlineViewNode.h
trunk/app/HDRFlow/PlugInsPreferencesOutlineViewNode.mm
Modified: trunk/app/HDRFlow/English.lproj/Preferences.nib/info.nib
===================================================================
--- trunk/app/HDRFlow/English.lproj/Preferences.nib/info.nib 2007-07-29 22:02:38 UTC (rev 219)
+++ trunk/app/HDRFlow/English.lproj/Preferences.nib/info.nib 2007-07-30 22:22:35 UTC (rev 220)
@@ -17,10 +17,10 @@
<string>446.1</string>
<key>IBOpenObjects</key>
<array>
- <integer>10</integer>
- <integer>33</integer>
<integer>5</integer>
<integer>12</integer>
+ <integer>33</integer>
+ <integer>10</integer>
</array>
<key>IBSystem Version</key>
<string>8R2218</string>
Modified: trunk/app/HDRFlow/English.lproj/Preferences.nib/keyedobjects.nib
===================================================================
(Binary files differ)
Modified: trunk/app/HDRFlow/PlugInsPreferencesOutlineViewNode.h
===================================================================
--- trunk/app/HDRFlow/PlugInsPreferencesOutlineViewNode.h 2007-07-29 22:02:38 UTC (rev 219)
+++ trunk/app/HDRFlow/PlugInsPreferencesOutlineViewNode.h 2007-07-30 22:22:35 UTC (rev 220)
@@ -18,7 +18,8 @@
- ( void ) addChildObject: ( id ) childObject;
- ( int ) numberOfChildren;
- ( id ) childAtIndex: ( int ) index;
-
- ( NSString* ) itemName;
+- ( void ) indexPath;
+
@end
Modified: trunk/app/HDRFlow/PlugInsPreferencesOutlineViewNode.mm
===================================================================
--- trunk/app/HDRFlow/PlugInsPreferencesOutlineViewNode.mm 2007-07-29 22:02:38 UTC (rev 219)
+++ trunk/app/HDRFlow/PlugInsPreferencesOutlineViewNode.mm 2007-07-30 22:22:35 UTC (rev 220)
@@ -45,4 +45,8 @@
return itemName;
}
+- ( void ) indexPath
+{
+}
+
@end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|