• Noel Grandin's avatar
    ref-counting vcl::Window subclasses · bacee60a
    Noel Grandin yazdı
    Points of discussion
    --------------------
    
    (*) where in the Window destructor should dispose() be called?
       It's a seriously large method.
    
    (*) we're going to need similar typedefs and declarations for every
    single sub-class of vcl::Window, I assume that I will need to create a
    macro to make it less verbose.
    
    TODO
    ----
    
    Update clang plugin to verify that:
    (a) dispose() methods always call their superclass dispose()
    (b) dispose() methods don't forget to clear any references owned
        by that class.
    
    Change-Id: I873d5d5166f811e2f65e49327cc98862559fcf30
    bacee60a
Adı
Son kayıt (commit)
Son güncelleme
..
app Loading commit data...
bitmap Loading commit data...
components Loading commit data...
control Loading commit data...
edit Loading commit data...
filter Loading commit data...
font Loading commit data...
fontsubset Loading commit data...
gdi Loading commit data...
glyphs Loading commit data...
helper Loading commit data...
opengl Loading commit data...
outdev Loading commit data...
salmain Loading commit data...
src Loading commit data...
uipreviewer Loading commit data...
window Loading commit data...