First working prototype of toggleable projected fits. Creates a new association object that stores projection-specific information. GUI hasn't been touched (need to show state), and there are a lot of variables that I need to rename.

This commit is contained in:
blitzmann
2015-07-06 23:39:20 -04:00
parent 5e56107582
commit 9ef182aa99
4 changed files with 100 additions and 31 deletions

View File

@@ -228,8 +228,10 @@ class HandledProjectedDroneList(HandledDroneCargoList):
if proj.isInvalid or not proj.item.isType("projected"):
self.remove(proj)
# @todo: remove this once we are sure we no longer need it
class HandledProjectedFitList(HandledList):
def append(self, proj):
print "apppending projected fit", proj
proj.projected = True
list.append(self, proj)