Sleeping Wombat GUI  0.100
swGUI
DependencyObject.h
Go to the documentation of this file.
1 #pragma once
2 
9 
10 
16 namespace sw {
17 namespace gui
18 {
19 
27 {
29  RTTR_REGISTRATION_FRIEND
30 private:
31 protected:
32 
34 
35 
36 public:
37  explicit DependencyObject ();
38  ~DependencyObject () = default;
39 
40 };
41 
42 
43 
44 } // gui
45 } // sw
46 
Definition: DirectInputModule.cpp:11
EngineObject * m_dataContext
Context for binding.
Definition: DependencyObject.h:33
DependencyObject()
Definition: DependencyObject.cpp:29
Support for data binding.
Definition: DependencyObject.h:26
Klasa bazowa dla obiektów, które mają być dostępne w edytorze poprzez rttr. Należy po niej odziedzicz...
Definition: EngineObject.h:22