vtkSITimeLabelProperty.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
9 #ifndef vtkSITimeLabelProperty_h
10 #define vtkSITimeLabelProperty_h
11 
12 #include "vtkRemotingServerManagerModule.h" //needed for exports
13 #include "vtkSIProperty.h"
14 
15 class VTKREMOTINGSERVERMANAGER_EXPORT vtkSITimeLabelProperty : public vtkSIProperty
16 {
17 public:
18  static vtkSITimeLabelProperty* New();
20  void PrintSelf(ostream& os, vtkIndent indent) override;
21 
22 protected:
24  ~vtkSITimeLabelProperty() override;
25 
26  friend class vtkSIProxy;
27 
31  bool Pull(vtkSMMessage*) override;
32 
33 private:
35  void operator=(const vtkSITimeLabelProperty&) = delete;
36 };
37 
38 #endif
vtkSIProperty::New
static vtkSIProperty * New()
vtkSIProxy
Definition: vtkSIProxy.h:22
vtkSITimeLabelProperty
Definition: vtkSITimeLabelProperty.h:15
vtkSIProperty::Pull
virtual bool Pull(vtkSMMessage *)
Pull the current state of the underneath implementation.
vtkSIProperty::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkIndent
vtkSMMessage
vtkSIProperty.h
vtkSIProperty
Definition: vtkSIProperty.h:24