FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcDbHomeView.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 "..\acad\Acad.h"
20
21class AcDbDatabase;
22class AcGePoint3d;
23class AcGeVector3d;
24
26{
27public:
30 bool operator!=( AcDbHomeView const &)const ;
31 bool operator==( AcDbHomeView const &)const ;
32 bool const isPerspective(void)const ;
34 AcGePoint3d const & center(void)const ;
35 AcGePoint3d const & eye(void)const ;
36 AcGeVector3d const & up(void)const ;
37 double const height(void)const ;
38 double const width(void)const ;
39 Acad::ErrorStatus getHomeView( AcDbDatabase *,bool);
40 Acad::ErrorStatus setHomeView( AcDbDatabase *)const ;
41 virtual ~AcDbHomeView(void);
42 void setCenter( AcGePoint3d const &);
43 void setEye( AcGePoint3d const &);
44 void setHeight(double);
45 void setPerspective(bool);
46 void setUp( AcGeVector3d const &);
47 void setWidth(double);
49
50};
AcDbHomeView(void)
void setUp(AcGeVector3d const &)
AcGeVector3d const & up(void) const
Acad::ErrorStatus setHomeView(AcDbDatabase *) const
void setPerspective(bool)
void setHeight(double)
bool operator!=(AcDbHomeView const &) const
AcDbHomeView & operator=(AcDbHomeView const &)
bool operator==(AcDbHomeView const &) const
AcGePoint3d const & center(void) const
double const height(void) const
void setCenter(AcGePoint3d const &)
AcGePoint3d const & eye(void) const
Acad::ErrorStatus getHomeView(AcDbDatabase *, bool)
double const width(void) const
bool const isPerspective(void) const
void setEye(AcGePoint3d const &)
AcDbHomeView(AcDbHomeView const &)
void setWidth(double)
virtual ~AcDbHomeView(void)
void toggleDefaultSettings(void)