Computer Assisted Medical Intervention Tool Kit version 6.0
 
Loading...
Searching...
No Matches
CppHotPlugAction.h File Reference
#include "HotPlugAction.h"
#include <VariantDataModel.h>
#include <TransformEngine.h>
#include <QLibrary>
+ Include dependency graph for CppHotPlugAction.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  camitk::CppHotPlugAction
 An Action that can be created on the fly from C++ code It must watch the source code and rebuild when necessary. More...
 

Namespaces

namespace  camitk
 

Typedefs

typedef QWidget *(* camitk::GetUIFunction) (Action *)
 
typedef void(* camitk::ParameterChangedFunction) (Action *self, QString parameterName)
 
typedef Action::ApplyStatus(* camitk::ProcessFunction) (Action *self)
 
typedef void(* camitk::VoidFunction) (Action *)
 function signatures in the UserActionLib