TsgSelectionManager ?
Posted: 14 Jan 2008, 19:50
The Editor example like the following uses unit fPreview that contains TsgSelectionManager class. I couldn't find the header files for TsgSelectionManager. Where are they? And also it is not documetated. Is there any document on how to use this class?
Thanks
Aby
unit fPreview;
uses
....
type
TfmPreview = class(TForm)
...
private
FSManager: TsgSelectionManager;
public
class TfmPreview : public TForm
{
__published:
....
private:
TsgSelectionManager *FSManager;
....
public:
__fastcall virtual TfmPreview(Classes::TComponent* AOwner);
void __fastcall FillImage(TCadManager* ASManager, Dxfimage::TsgDXFImage* ADXFImage);
public:
};
Thanks
Aby
unit fPreview;
uses
....
type
TfmPreview = class(TForm)
...
private
FSManager: TsgSelectionManager;
public
class TfmPreview : public TForm
{
__published:
....
private:
TsgSelectionManager *FSManager;
....
public:
__fastcall virtual TfmPreview(Classes::TComponent* AOwner);
void __fastcall FillImage(TCadManager* ASManager, Dxfimage::TsgDXFImage* ADXFImage);
public:
};