FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcDbAppSystemVariables.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\AcDb.h"
20#include "..\acad\Acad.h"
21
22
24{
25public:
26 Acad::ErrorStatus setAppStatusBarUseIcons( bool, bool = false );
28 Acad::ErrorStatus setAttdia( bool, bool = false );
29 bool attdia() const;
30 Acad::ErrorStatus setAttreq( bool, bool = false );
31 bool attreq() const;
32 Acad::ErrorStatus setBlipmode( bool, bool = false );
33 bool blipmode() const;
34 Acad::ErrorStatus setCoords( short, bool = false );
35 short coords() const;
36 Acad::ErrorStatus setDelUsedObj( short, bool = false );
37 short delUsedObj() const;
38 Acad::ErrorStatus setDragmode( short, bool = false );
39 short dragmode() const;
40 Acad::ErrorStatus setHpassoc( bool, bool = false );
41 bool hpassoc() const;
42 Acad::ErrorStatus setLwdefault( AcDb::LineWeight, bool = false );
44 Acad::ErrorStatus setMenubar( bool, bool = false );
45 bool menubar() const;
46 Acad::ErrorStatus setOsmode( short, bool = false );
47 short osmode() const;
48 Acad::ErrorStatus setPickstyle( short, bool = false );
49 short pickstyle() const;
50 Acad::ErrorStatus setStatusbar( short, bool = false );
51 short statusbar() const;
52};
short pickstyle() const
short osmode() const
Acad::ErrorStatus setAttdia(bool, bool=false)
Acad::ErrorStatus setHpassoc(bool, bool=false)
short delUsedObj() const
Acad::ErrorStatus setMenubar(bool, bool=false)
Acad::ErrorStatus setOsmode(short, bool=false)
short statusbar() const
Acad::ErrorStatus setAppStatusBarUseIcons(bool, bool=false)
Acad::ErrorStatus setAttreq(bool, bool=false)
bool appstatusbaruseicons() const
short coords() const
Acad::ErrorStatus setBlipmode(bool, bool=false)
Acad::ErrorStatus setStatusbar(short, bool=false)
Acad::ErrorStatus setLwdefault(AcDb::LineWeight, bool=false)
Acad::ErrorStatus setPickstyle(short, bool=false)
Acad::ErrorStatus setDelUsedObj(short, bool=false)
Acad::ErrorStatus setCoords(short, bool=false)
Acad::ErrorStatus setDragmode(short, bool=false)
short dragmode() const
AcDb::LineWeight lwdefault() const