src/hbcore/inputfw/hbinputregioncollector.cpp
changeset 30 80e4d18b72f5
parent 6 c3690ec91ef8
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    32 #include "hbmainwindow.h"
    32 #include "hbmainwindow.h"
    33 #include "hbpopup.h"
    33 #include "hbpopup.h"
    34 #include "hbdeviceprofile.h"
    34 #include "hbdeviceprofile.h"
    35 
    35 
    36 /*!
    36 /*!
    37 \proto
    37 @stable
    38 \class HbInputRegionCollector
    38 \class HbInputRegionCollector
    39 \brief Installs a filter on a HbWidget and observes for a change in position, size and visibility
    39 \brief Installs a filter on a HbWidget and observes for a change in position, size and visibility
    40 of the attached widget. As soon as it detects a change in size, position or visibility it calculates
    40 of the attached widget. As soon as it detects a change in size, position or visibility it calculates
    41 total of the region of all the widgets attached and emits updateRegion signal.
    41 total of the region of all the widgets attached and emits updateRegion signal.
    42 
    42