CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
FxStdsManager.h
Go to the documentation of this file.
1//
2// (C) Copyright 2005-2025 by Graebert GmbH.
3//
4// Permission to use, copy, modify, and distribute this software in
5// object code form for any purpose and without fee is hereby granted,
6// provided that the above copyright notice appears in all copies and
7// that both that copyright notice and the limited warranty and
8// restricted rights notice below appear in all supporting
9// documentation.
10//
11// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
12// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
13// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
14// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
15// UNINTERRUPTED OR ERROR FREE.
16
17#pragma once
18
19#include "DDKERNEL.h"
20#include "FxString.h"
21#include <IdArrays.h>
22class CFxDocument;
23
24#include <list>
25
26#include "FxPragmaPush.h"
27
28class CFxStdsPlugins;
29class OdDbDatabase;
30typedef OdSmartPtr < CFxStdsPlugins > CFxStdsPluginsPtr;
31
32typedef std::list < CFxStdsPluginsPtr > PLUGIN_LIST;
33
35{
36public:
38 virtual ~CFxStdsManager();
39
44 virtual void setDwsPathArray( CFxStringArray ) = 0;
45
57
63 virtual void addPlugin(CFxStdsPluginsPtr ) = 0;
64 virtual void removePlugin( CFxStdsPluginsPtr ) = 0;
65
71 virtual bool getPluginList( std::list < CFxStdsPluginsPtr > & ) = 0;
72
77 virtual void setCurrentPlugin( CFxString ) = 0;
78
85
86 virtual bool init( CFxDocument* ) = 0;
87 virtual bool checkForErrors( const OdDbDatabase* , OdDbObjectIdArray ,bool bNotify = false ) = 0;
88
95 virtual void createVerficationDialog() = 0;
96 virtual void showVerficationDialog( bool ) = 0;
98
102 virtual void startProcessing() = 0;
103 virtual void endProcessing() = 0;
104
108 virtual bool insideProcessing() = 0;
109};
110
115
116#include "FxPragmaPop.h"
#define DDKERNEL_API
Definition DDKERNEL.h:32
OdSmartPtr< CFxStdsPlugins > CFxStdsPluginsPtr
Definition FxStdsError.h:33
std::list< CFxStdsPluginsPtr > PLUGIN_LIST
DDKERNEL_API CFxStdsManager * GetFxStandardManager()
std::vector< CFxString > CFxStringArray
Definition FxString.h:37
OdArray< OdDbObjectId, OdClrMemAllocator< OdDbObjectId > > OdDbObjectIdArray
Definition IdArrays.h:53
virtual void restoreVerificationDialog(CFxDocument *)=0
virtual void getPluginDescription(CFxStdsPluginsPtr, CFxString &, CFxString &, CFxString &, CFxString &, CFxString &)=0
virtual CFxString getCurrentPlugin()=0
virtual void endProcessing()=0
virtual CFxStringArray getDwsPathArray()=0
virtual void showVerficationDialog(bool)=0
virtual bool checkForErrors(const OdDbDatabase *, OdDbObjectIdArray, bool bNotify=false)=0
virtual void setCurrentPlugin(CFxString)=0
virtual bool insideProcessing()=0
virtual bool getPluginList(std::list< CFxStdsPluginsPtr > &)=0
virtual ~CFxStdsManager()
virtual CFxStdsPluginsPtr getPluginAt(CFxString)=0
virtual void removePlugin(CFxStdsPluginsPtr)=0
virtual bool init(CFxDocument *)=0
virtual void createVerficationDialog()=0
virtual void addPlugin(CFxStdsPluginsPtr)=0
virtual void startProcessing()=0
virtual void setDwsPathArray(CFxStringArray)=0