FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Whip.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
19class CurrentEntity;
21class Driver;
22class FontCacheHash;
23class HeidiHeap;
24class LayerOnOffHint;
25class ViewportList;
26struct _window;
27
Definition Whip.h:29
char * get_palette_data(void)
double get_base_lwt_transform(void) const
bool get_highlight_image_frame_only(void)
bool GetLwtDisplay(void) const
int GetDefaultLineweightIndex(void) const
void setPruneXORDuplicateSegments(bool)
bool get_indexed_color(void)
bool GetLinewtsAreAnnotational(void) const
double GetLwtToDeviceUnitsTransform(void) const
FontCacheHash * get_fontcache(void)
Whip(Whip const &)
bool use_heidi_hatch_patterns(void) const
ViewportList * get_viewport_list(void)
LayerOnOffHint * getLayerHint(void)
Whip & operator=(Whip const &)
CurrentEntity ** get_current_entity(void)
void * get_interrupt_parameter(void)
void whipdrawableEnterCriticalSection(void)
bool get_hardcopy_flag(void)
bool pruneXORDuplicateSegments(void)
bool AcadLogEnabled(void) const
_window * get_curwin(void)
bool get_force_indexed_color(void)
double GetAnnotationalLwtScaleFactor(void) const
void whipdrawableLeaveCriticalSection(void)
void SetUseHeidiHatchPatterns(bool)
Driver * get_driver(void)
DisplayListMultithread * get_dlmtptr(void)