Inheritance diagram for RenameFileWin:
Public Member Functions | |
RenameFileWin (RenameFileParams_s *psParams, os::Rect cFrame) | |
~RenameFileWin () | |
void | HandleMessage (os::Message *pcMessage) |
Handle a message targeted at this handler. |
RenameFileWin::RenameFileWin | ( | RenameFileParams_s * | psParams, | |
os::Rect | cFrame | |||
) | [inline] |
RenameFileWin::~RenameFileWin | ( | ) | [inline] |
void RenameFileWin::HandleMessage | ( | os::Message * | pcMessage | ) | [inline, virtual] |
pcMessage
is also available through os::Looper::GetCurrentMessage() and os::Looper::DetachCurrentMessage() until this member returns. This is normally not very usefull for HandleMessage() itself but it can be convinient for other members called from HandleMessage() in case they need data from the message that was not passed on from HandleMessage(). pcMessage | The message that should be handled. This message will be deleted by the looper when HandleMessage() returns unless you detach it with os::Looper::DetachCurrentMessage(), |
Reimplemented from os::Handler.