is already added.
\param mod module being added
- \sa initialize()
+ \sa CAM_Module::initialize()
*/
void CAM_Application::addModule( CAM_Module* mod )
{
/*!
\brief Load modules from the modules information list.
- \warning If some module can not be loaded, an error message is shown.
+
+ If some module can not be loaded, an error message is shown.
*/
void CAM_Application::loadModules()
{
}
/*!
- \brief Initizize data model.
+ \brief Initialize data model.
This method should be re-implemented in the successor classes
and can be used for creation of root data object.
}
}
-/*
+/*!
\brief Called when study is changed (obsolete).
Default implementation does nothing.
prev = dm;
}
}
+
+/*!
+ \fn void CAM_Module::contextMenuPopup( const QString& type, QMenu* menu, QString& title );
+ \brief Create context popup menu.
+ \param type popup menu context
+ \param menu popup menu
+ \param title popup menu title, which can be set by the module if required
+*/
+
+/*!
+ \fn void CAM_Module::updateCommandsStatus();
+ \brief Update menu/toolbar actions.
+*/
/*!
\class CAM_RootObject
-
+ \brief CAM data model root object.
+
This class is intended for optimized access to CAM_DataModel instance
from CAM_DataObject instances.
# $Header$
# VSR: this is the original packages list
-#SUBDIRS = Qtx Style DDS QDS SUIT STD CAF CAM SUITApp LogWindow ObjBrowser Prs
+#SUBDIRS = Qtx Style DDS QDS SUIT STD CAF SUITApp LogWindow ObjBrowser Prs
# VSR: already migrated to Qt4 packages
-SUBDIRS = Qtx SUIT STD SUITApp LogWindow
+SUBDIRS = Qtx SUIT SUITApp STD CAM LogWindow
if ENABLE_SALOMEOBJECT
# VSR: this is the original packages list
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS = Qtx \
- SUIT \
- SUITApp \
- STD \
- LogWindow \
- PyInterp \
- PyConsole
+SUBDIRS = Qtx
+SUBDIRS += SUIT
+SUBDIRS += SUITApp
+SUBDIRS += STD
+SUBDIRS += CAM
+SUBDIRS += LogWindow
+SUBDIRS += PyInterp
+SUBDIRS += PyConsole