ResView
ResView::AttachedToWindow(void)
ResView::MessageReceived(BMessage *msg)
ResView::SetTo(const entry_ref &dir, const BString &name)
ResView::OpenFile(const entry_ref &ref)
ResView::SaveFile(void)
ResView::SaveAndQuit(void)
ResView::BuildMenus(BMenuBar *menuBar)
ResView::EmptyDataList(void)
ResView::UpdateRow(BRow *row)
ResView::AddResource(const entry_ref &ref)
ResView::DeleteSelectedResources(void)
ResView::SetSaveStatus(uint8 value)
ResView::ResView(const BRect &frame, const char *name, const int32 &resize,
ResView::~ResView(void)
class ResView : public BView
ResView(const BRect &frame, const char *name,
~ResView(void);
fView = new ResView(Bounds(), "resview", B_FOLLOW_ALL, B_WILL_DRAW, ref);
class ResView;
ResView *fView;