Lines Matching refs:update

161 	BMessage update;
163 update.AddBool("can_redo", fEditor.CanRedo());
165 update.AddBool("can_undo", fEditor.CanUndo());
167 update.AddBool("modified", fEditor.IsModified());
169 // only send an update if we have to report anything
170 if (!update.IsEmpty())
171 fEditor.SendNotices(kMsgDataEditorStateChange, &update);
552 // update state observers
558 // update observers
743 // update state
783 // update state observers
796 // update observers
812 // update state observers
820 // update observers
874 BMessage update;
875 update.AddInt64("offset", fViewOffset);
876 SendNotices(kMsgDataEditorParameterChange, &update);
921 BMessage update;
922 update.AddInt32("view_size", size);
923 SendNotices(kMsgDataEditorParameterChange, &update);
944 // this will trigger an update of the real view offset
948 BMessage update;
949 update.AddInt32("block_size", size);
950 update.AddInt64("offset", fViewOffset);
951 SendNotices(kMsgDataEditorParameterChange, &update);
1016 // update attribute size (we ignore the type for now)
1027 // update file size
1036 // update observers
1037 BMessage update;
1038 update.AddInt64("file_size", newSize);
1039 SendNotices(kMsgDataEditorParameterChange, &update);
1045 BMessage update;
1046 update.AddInt64("offset", fViewOffset);
1047 update.AddInt64("size", fViewSize);
1048 SendNotices(kMsgDataEditorUpdate, &update);
1198 // this is to ensure that we're sending an update when
1214 // update observer
1215 BMessage update;
1216 update.AddInt64("offset", offset);
1217 update.AddInt64("size", size);
1218 SendNotices(kMsgDataEditorUpdate, &update);