27#include <ModelAPI_Feature.h>
28#include <ModuleBase_ViewerPrs.h>
30#include <ModuleBase_Definitions.h>
54QString XGUI_EXPORT
dir(
const QString& path,
bool isAbs =
true);
65QString XGUI_EXPORT
file(
const QString& path,
bool withExt =
true);
73QString XGUI_EXPORT
addSlash(
const QString& path);
81QString
unionOfObjectNames(
const QObjectPtrList& theObjects,
const QString& theSeparator);
93std::string XGUI_EXPORT
featureInfo(FeaturePtr theFeature);
110bool canRename(
const ObjectPtr& theObject,
const QString& theName);
116bool isAscii(
const QString& theStr);
129XGUI_EXPORT QString
generateName(
const std::shared_ptr<ModuleBase_ViewerPrs>& thePrs);
137 const std::list<std::string>& theFiles);
Class which provides access to Workshop object services.
Definition: ModuleBase_IWorkshop.h:48
Class which defines a configuration of the application (Workshop) and launches it.
Definition: XGUI_Workshop.h:83