Exemplo n.º 1
0
    def getSelectedPaths(self):

        return _GafferUI._pathListingWidgetPathsForPathMatcher(
            GafferUI._qtAddress(self._qtWidget()), self.getSelection())
Exemplo n.º 2
0
	def getSelectedPaths( self ) :

		return _GafferUI._pathListingWidgetPathsForPathMatcher(
			GafferUI._qtAddress( self._qtWidget() ),
			self.getSelection()
		)