Clapkit
Loading...
Searching...
No Matches
ckObject.h File Reference
#include "ckProperty.h"
#include <map>

Go to the source code of this file.

Classes

class  CKObject
 Defines the base class for all controls and objects. More...
 

Macros

#define CKOBSERVEVALUE(name)   [this]() { this->RaisePropertyChange(name); };
 Simple wrapper for tying an CKProperty::onChange of CKProperty to an object.
 

Typedefs

using CKEventHandlerFunc = std::function< void(const CKEvent &)>
 
using CKPropertyObserverFunc = std::function< void(const CKObject *, const char *)>