VR-Forces 4.2 Class Documentation
manualDistributionBalancer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: manualDistributionBalancer.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #pragma once
13 
19 
21 
22 class DtAddressMap;
23 class DtList;
24 class QWidget;
25 
26 namespace makVrf
27 {
28  class DtManualDistributionWidgetCreator;
29  class DtManualDistributionWidget;
30 
32  {
33  public:
34 
37 
40 
44  static bool balance(DtAddressMap* map, const DtList* backends, void* usr);
45 
47  static void setManualDistributionWidgetCreator(DtManualDistributionWidgetCreator* fcn);
48 
49  protected:
50  static DtManualDistributionWidget* createManualDistributionWidget();
51 
52  private:
53 
56 
59 
60  protected:
62  };
63 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)