#include <uselection.hpp>
Public Member Functions | |
USelection (const UColor *color, const UColor *bgcolor, const UFont *) | |
void | copyText (UStr &) |
void | cutText (UStr &) |
void | deleteText () |
void | clear () |
UColor & | color () |
UColor & | bgcolor () |
UFont & | font () |
const UGroup * | getObj () |
Protected Member Functions | |
void | setObj (UGroup *obj) |
void | start (UMouseEvent &) |
void | extend (UMouseEvent &) |
bool | complete (UMouseEvent &) |
void | keyPress (UKeyEvent &) |
bool | beingSelected () |
void | perform (UStr *copy, bool del) |
Friends | |
class | UEdit |
class | UStr |
class | UEventFlow |
void ubit::USelection::perform | ( | UStr * | copy, | |
bool | del | |||
) | [protected] |