Subversion Repositories tpanel

Rev

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

Rev 51 Rev 89
Line 75... Line 75...
75
        }OBJECT_t;
75
        }OBJECT_t;
76
 
76
 
77
        TObject();
77
        TObject();
78
        ~TObject();
78
        ~TObject();
79
 
79
 
-
 
80
        void clear(bool force=false);
80
        OBJECT_t *addObject();
81
        OBJECT_t *addObject();
81
        OBJECT_t *findObject(ulong handle);
82
        OBJECT_t *findObject(ulong handle);
82
        OBJECT_t *findObject(WId id);
83
        OBJECT_t *findObject(WId id);
83
        OBJECT_t *findFirstChild(ulong handle);
84
        OBJECT_t *findFirstChild(ulong handle);
84
        OBJECT_t *findNextChild(ulong handle);
85
        OBJECT_t *findNextChild(ulong handle);