FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcRxGenHand.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
19#include "..\acdb17\AcRx.h"
20#include "..\acdb17\AcadApp.h"
21
22class AcRxClass;
23class AcRxObject;
25
27{
28public:
30 {
31 };
32public:
34
35public:
38 bool hasLogicalAppName(wchar_t const *)const ;
39 bool operator==( AcRxGenHand const &)const ;
40 bool operator==(void *)const ;
43 bool uiAddRef(void);
44 bool uiRelease(void);
45 bool uiValue(void);
50
51
52 unsigned short apiAddRef(void);
53 unsigned short apiRelease(void);
54 virtual ~AcRxGenHand(void);
55
57 virtual int isEqualTo( AcRxObject const *)const ;
58 void * getVal(void)const ;
59 void addLogicalAppName(wchar_t const *);
60 void clrAppLflag(void);
62 void removeLogicalAppName(wchar_t const *);
63 void setAppBusy(bool);
64 void setVal(void *);
65 void setfileName(wchar_t const *);
66 wchar_t const * FileName(void);
67 wchar_t const * logicalAppName(void)const ;
68
69};
#define ACRX_DECLARE_MEMBERS(classname)
Definition addmacro.h:756
bool uiValue(void)
bool hasLogicalAppName(wchar_t const *) const
AcRxGenHand & operator=(AcRxGenHand const &)
unsigned short apiAddRef(void)
AcRxGenHand(void)
bool sendAppMessage(AcRx::AppMsgCode, void *)
virtual int isEqualTo(AcRxObject const *) const
bool safeToUnloadFromUI(void)
ArxDbxFlags appStatusFlags(void)
AcadApp::LoadReasons loadReason(void)
void removeLogicalAppName(wchar_t const *)
void addLogicalAppName(wchar_t const *)
bool uiRelease(void)
virtual RxADSAppTableEntryType * getAppInfoPtr(void)
void clrAppLflag(void)
void loadReason(AcadApp::LoadReasons)
void setVal(void *)
bool operator==(AcRxGenHand const &) const
bool operator==(void *) const
AcRxGenHand(AcRxGenHand const &)
void setfileName(wchar_t const *)
wchar_t const * logicalAppName(void) const
void * getVal(void) const
AcRxGenHand & operator=(void *)
bool uiAddRef(void)
wchar_t const * FileName(void)
void setAppBusy(bool)
virtual ~AcRxGenHand(void)
unsigned short apiRelease(void)
AppMsgCode
Definition AcRx.h:24
LoadReasons
Definition AcadApp.h:38