(self, callingWindow, srcContext)
| 20 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 21 | |
| 22 | def display(self, callingWindow, srcContext): |
| 23 | if srcContext != 'graphTgtList': |
| 24 | return False |
| 25 | # We always show "Ideal Profile" anyway |
| 26 | return True |
| 27 | |
| 28 | def getText(self, callingWindow, itmContext): |
| 29 | return _t('Add Target Profile') |
nothing calls this directly
no outgoing calls
no test coverage detected