예제 #1
0
 def id(cls):
     abstract()
예제 #2
0
    def _modelInstance(self): abstract()

    @property
예제 #3
0
 def name(cls):
     abstract()
예제 #4
0
    def _view2ModelMsg(self): abstract()

    @property
예제 #5
0
    def _viewInstance(self): abstract()

    @property
예제 #6
0
 def _modelInstance(self):
     abstract()
예제 #7
0
    def _model2ViewMsg(self): abstract()

    @property
예제 #8
0
 def _view2ModelMsg(self):
     abstract()
예제 #9
0
 def _viewInstance(self):
     abstract()
예제 #10
0
 def _model2ViewMsg(self):
     abstract()
예제 #11
0
 def _uiFile(self):
     abstract()
예제 #12
0
 def _setup(self):
     abstract()
예제 #13
0
 def _jointChainType(self):
     abstract()
예제 #14
0
    def _uiFile(self): abstract()

    def _initGUI(self):