Subversion Repositories tpanel

Rev

Rev 200 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 200 Rev 217
Line 93... Line 93...
93
        OBJECT_t *findFirstWindow();
93
        OBJECT_t *findFirstWindow();
94
        OBJECT_t *findNextWindow(OBJECT_t *obj);
94
        OBJECT_t *findNextWindow(OBJECT_t *obj);
95
        void cleanMarked();
95
        void cleanMarked();
96
        void removeAllChilds(ulong handle, bool drop=true);
96
        void removeAllChilds(ulong handle, bool drop=true);
97
        void removeObject(ulong handle, bool drop=true);
97
        void removeObject(ulong handle, bool drop=true);
-
 
98
        void invalidateAllObjects();
-
 
99
        void invalidateAllSubObjects(ulong handle);
98
 
100
 
99
        static std::string handleToString(ulong handle)
101
        static std::string handleToString(ulong handle)
100
        {
102
        {
101
            ulong part1 = (handle >> 16) & 0x0000ffff;
103
            ulong part1 = (handle >> 16) & 0x0000ffff;
102
            ulong part2 = handle & 0x0000ffff;
104
            ulong part2 = handle & 0x0000ffff;