Searched refs:CFWL_Note (Results 1 – 3 of 3) sorted by relevance
13 class CFWL_Note; variable126 class CFWL_Note {136 virtual CFWL_Note* Retain() { in Retain()148 virtual CFWL_Note* Clone() { return NULL; } in Clone()154 CFWL_Note(FX_BOOL bIsEvent) in CFWL_Note() function160 virtual ~CFWL_Note() {} in ~CFWL_Note()169 class CFWL_Message : public CFWL_Note {171 CFWL_Message() : CFWL_Note(FALSE) {} in CFWL_Message()178 virtual CFWL_Note* Clone() { return new classname(*this); } \245 class CFWL_Event : public CFWL_Note {[all …]
48 FX_BOOL SendNote(CFWL_Note* pNote) override;
112 FX_BOOL CFWL_NoteDriver::SendNote(CFWL_Note* pNote) { in SendNote()