Package wafadmin :: Package Tools :: Module qt4 :: Class MTask
[hide private]
[frames] | no frames]

Class MTask

source code

   object --+        
            |        
Task.TaskBase --+    
                |    
        Task.Task --+
                    |
                   MTask

A cpp task that may create a moc task dynamically

Nested Classes [hide private]

Inherited from Task.TaskBase: __metaclass__

Instance Methods [hide private]
 
scan(self)
look for .h the .cpp need
source code
 
__init__(self, parent)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
runnable_status(self)
SKIP_ME RUN_ME or ASK_LATER
source code
 
add_moc_tasks(self) source code

Inherited from Task.Task: __repr__, __str__, add_file_dependency, can_retrieve_cache, compute_sig_implicit_deps, debug_why, post_run, set_inputs, set_outputs, set_run_after, sig_explicit_deps, sig_implicit_deps, sig_vars, signature, unique_id

Inherited from Task.TaskBase: attr, call_run, display, format_error, hash_constraints, install

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]
  run = Task.TaskBase.classes ['cxx'].__dict__ ['run']
called if the task must run

Inherited from Task.Task: vars

Inherited from Task.TaskBase: classes, color, maxjobs, stat

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

scan(self)

source code 

look for .h the .cpp need

Overrides: scan

__init__(self, parent)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

runnable_status(self)

source code 

SKIP_ME RUN_ME or ASK_LATER

Overrides: Task.TaskBase.runnable_status
(inherited documentation)