aseprite/third_party/vaca/include/Vaca
David Capello 01c811e726 Add PreferredSizeEvent and Widget::onPreferredSize to replace JM_REQSIZE message.
There are a lot of widgets in C code, so JM_REQSIZE cannot be removed until all widgets are converted to C++ classes.
2010-08-02 22:57:41 -03:00
..
Application.h Added Vaca::Application and Vaca/main.h, and removed Vaca::System. 2010-03-30 10:22:47 -03:00
base.h Added properties to Component class. 2010-03-20 13:28:06 -03:00
Bind.h
Component.h Added properties to Component class. 2010-03-20 13:28:06 -03:00
Debug.h Vaca::details::trace_t renamed to Tracer. 2010-03-12 23:17:13 -02:00
Enum.h Disabled warning 4251 in MSC. 2010-03-23 21:55:47 -03:00
Event.h Add PreferredSizeEvent and Widget::onPreferredSize to replace JM_REQSIZE message. 2010-08-02 22:57:41 -03:00
Exception.h Added Vaca::String class. 2010-03-12 23:16:05 -02:00
main.h Added Vaca::Application and Vaca/main.h, and removed Vaca::System. 2010-03-30 10:22:47 -03:00
Mutex.h
NonCopyable.h
Point.h Modified default target platform (calculated through current compiler). 2010-03-12 23:12:25 -02:00
PreferredSizeEvent.h Add PreferredSizeEvent and Widget::onPreferredSize to replace JM_REQSIZE message. 2010-08-02 22:57:41 -03:00
Property.h Added properties to Component class. 2010-03-20 13:28:06 -03:00
Rect.h Modified default target platform (calculated through current compiler). 2010-03-12 23:12:25 -02:00
Referenceable.h
ScopedLock.h
SharedPtr.h Imported SharedPtr.h header file from Vaca library. 2010-03-20 13:23:09 -03:00
Signal.h
Size.h Modified default target platform (calculated through current compiler). 2010-03-12 23:12:25 -02:00
Slot.h
String.h Added Vaca::convert_to<std::string>(int). 2010-07-03 13:30:33 -03:00
Widget.h