mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Renamed cImage::Size() to cImage::MemSize(), since it was confusing.
cImage::Size() now returns the image dimensions. Changed how cUIControl::SetSkin works, it was confusing, now just spects a Skin const reference and make a copy from it. Fixed DoAfterSetTheme to be virtual, now SetSkin works for all the controls. Restructured cPrimitives. Removed some Draw* calls, since it was a little bit bloated, sometimes less is more. Also added fill mode, blend mode and line width as members of the instance of the primitives class, this way i reduced the number of parameters in almost all the functions, and, it's cleaner.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by Qt Creator 2.6.1, 2013-01-01T00:14:50. -->
|
||||
<!-- Written by Qt Creator 2.6.1, 2013-01-03T02:10:21. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
||||
|
||||
Reference in New Issue
Block a user