StyledEditWindow
new StyledEditWindow(sWindowRect, GetNextUntitled(), fOpenAsEncoding);
StyledEditWindow* document = NULL;
document = dynamic_cast<StyledEditWindow*>(window);
document = new StyledEditWindow(sWindowRect, ref, fOpenAsEncoding);
class StyledEditWindow;
StyledEditWindow::Print(const char* documentName)
StyledEditWindow::~StyledEditWindow()
StyledEditWindow::SearchAllWindows(BString find, BString replace,
StyledEditWindow* window = dynamic_cast<StyledEditWindow *>(
StyledEditWindow::Quit()
StyledEditWindow::IsDocumentEntryRef(const entry_ref* ref)
StyledEditWindow::_InitWindow(uint32 encoding)
StyledEditWindow::QuitRequested()
StyledEditWindow::_BuildFontColorMenu(BMenu* menu)
StyledEditWindow::_LoadAttrs()
StyledEditWindow::_SaveAttrs()
StyledEditWindow::_LoadFile(entry_ref* ref, const char* forceEncoding)
StyledEditWindow::MessageReceived(BMessage* message)
StyledEditWindow::_ReloadDocument(BMessage* message)
StyledEditWindow::_UnlockFile()
StyledEditWindow::_Search(BString string, bool caseSensitive, bool wrap,
StyledEditWindow::_FindSelection()
StyledEditWindow::_Replace(BString findThis, BString replaceWith,
StyledEditWindow::_ReplaceAll(BString findThis, BString replaceWith,
StyledEditWindow::_SetFontSize(float fontSize)
StyledEditWindow::_SetFontColor(const rgb_color* color)
StyledEditWindow::_SetFontStyle(const char* fontFamily, const char* fontStyle)
StyledEditWindow::_ShowStatistics()
StyledEditWindow::_SetReadOnly(bool readOnly)
StyledEditWindow::_UpdateCleanUndoRedoSaveRevert()
StyledEditWindow::_ShowAlert(const BString& text, const BString& label,
StyledEditWindow::_PopulateEncodingMenu(BMenu* menu, const char* currentEncoding)
StyledEditWindow::_ShowNodeChangeAlert(const char* name, bool removed)
StyledEditWindow::_HandleNodeMonitorEvent(BMessage *message)
StyledEditWindow::_SwitchNodeMonitor(bool on, entry_ref* ref)
StyledEditWindow::MenusBeginning()
StyledEditWindow::StyledEditWindow(BRect frame, int32 id, uint32 encoding)
StyledEditWindow::Save(BMessage* message)
StyledEditWindow::StyledEditWindow(BRect frame, entry_ref* ref, uint32 encoding)
StyledEditWindow::SaveAs(BMessage* message)
StyledEditWindow::OpenFile(entry_ref* ref)
StyledEditWindow::PageSetup(const char* documentName)
class StyledEditWindow : public BWindow {
StyledEditWindow(BRect frame, int32 id,
StyledEditWindow(BRect frame, entry_ref* ref,
virtual ~StyledEditWindow();
StyledEditWindow *fWindow;
_NodeMonitorSuspender(StyledEditWindow *w) : fWindow(w) {