VR-Forces 4.1 Class Documentation
compositeLabelSymbol.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: compositeLabelSymbol.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtCompositeLabelSymbol_H_
13 #define DtCompositeLabelSymbol_H_
14 
16 
19 {
20 public:
21 
26  virtual ~DtCompositeLabelSymbol();
27 
28  virtual DtSymbol * clone()const;
29 
30  virtual int resetLabelPositions(const DtCompositeSymbol* parent,
31  const QSize& bbox, int labelPositions, const QPoint& lastLabelPosition);
32 
33  virtual void addSymbol(DtSymbol* symbol, bool isALabel = false);
34 
35  void setOffsetFromBottom(bool);
36  bool offsetFromBottom() const;
37 
38 private:
41 
42 protected:
44 };
45 
47 {
49 }
50 
52 {
53  return myOffsetFromBottom;
54 }
55 
56 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)