Skip to content

Commit

Permalink
added class comments!
Browse files Browse the repository at this point in the history
  • Loading branch information
1T1m committed Aug 7, 2020
1 parent 8adb469 commit e4bbcb3
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This class builds the complete AnimationsEditor and handels all userinteraction.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "tk 8/7/2020 17:52",
"instvars" : [
"propertyList",
"selectedTreeNode",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the superclass for all possible types of animations a morph can have.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "tk 8/7/2020 17:52",
"instvars" : [
"title",
"subproperties",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the class, which handels the color attribute for animations.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "tk 8/7/2020 17:53",
"instvars" : [
"targetColor" ],
"name" : "AnimationsEditorPropertyColor",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the class, which handels the position attribute for animations.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "tk 8/7/2020 17:53",
"instvars" : [
"targetPosition" ],
"name" : "AnimationsEditorPropertyPosition",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the class, which handels the rotation attribute for animations.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "tk 8/7/2020 17:53",
"instvars" : [
"targetRotation" ],
"name" : "AnimationsEditorPropertyRotation",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the class, which handels the size attribute for animations.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "tk 8/7/2020 17:54",
"instvars" : [
"targetSize" ],
"name" : "AnimationsEditorPropertySize",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the class, which handels the start and end time attribute for animations.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "tk 8/7/2020 17:54",
"instvars" : [
"endTime",
"startTime" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the adapter class for the AnimationsEditorProperty class.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "tk 8/7/2020 17:54",
"instvars" : [
"name" ],
"name" : "AnimationsEditorPropertyWrapper",
Expand Down

0 comments on commit e4bbcb3

Please sign in to comment.