Package dogtail :: Module predicate :: Class IsAWindowNamed
[hide private]
[frames] | no frames]

Class IsAWindowNamed

source code

object --+    
         |    
 Predicate --+
             |
            IsAWindowNamed

Predicate subclass that looks for a top-level window by name

Instance Methods [hide private]
 
__init__(self, windowName)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_genCompareFunc(self) source code
 
describeSearchResult(self) source code
 
makeScriptMethodCall(self, isRecursive)
Method to generate a string containing a (hopefully) readable search method call on a node (to be used when generating Python source code in the event recorder)
source code
 
makeScriptVariableName(self)
Method to generate a string containing a (hopefully) readable name for a Node instance variable that would be the result of a search on this predicate (to be used when generating Python source code in the event recorder).
source code

Inherited from Predicate: __eq__, satisfiedByNode

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, windowName)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

describeSearchResult(self)

source code 
Overrides: Predicate.describeSearchResult

makeScriptMethodCall(self, isRecursive)

source code 

Method to generate a string containing a (hopefully) readable search method call on a node (to be used when generating Python source code in the event recorder)

Overrides: Predicate.makeScriptMethodCall
(inherited documentation)

makeScriptVariableName(self)

source code 

Method to generate a string containing a (hopefully) readable name for a Node instance variable that would be the result of a search on this predicate (to be used when generating Python source code in the event recorder).

Overrides: Predicate.makeScriptVariableName
(inherited documentation)