聊天界面类图
2016-04-18 12:45:18 0 举报
聊天界面类图是一个用于描述聊天应用程序中各个组件之间关系的图形表示。它包括了用户、消息、聊天室等主要元素,并通过箭头表示它们之间的交互。用户可以通过输入框发送消息,消息会被发送到指定的聊天室中,其他用户可以在聊天室中查看和回复这些消息。此外,聊天界面还可以显示用户的头像、昵称等信息,以及提供搜索功能来查找特定的聊天记录或用户。总之,聊天界面类图为我们提供了一个直观的方式来理解聊天应用程序的结构和功能。
作者其他创作
大纲/内容
ChatViewModel
+dataSource:NSMutableArray+isGroupChat:BOOL
+reverseChatItems+getVoiceTimeWithId(NSString):NSString+addChatItem(NSDictionary)+addChatItemFromTop(NSDictionary)+updateChatItmeWith()NSDictionary:BOOL
ChatViewController
+receiveMessTimer:NSTimer+conversationType:int+m_conversationID:NSString+loadingHistory:int+chatModel:ChatViewModel
+viewDidLoad+contactorBtnClick+loadBaseViewsAndData+tableViewScrollToBottom+handleForwardMessage(NSNotification)+handleDeleteMessage(NSNotification)+saveChatPicture(NSNotification)+getMessageIDFromMessageContent(NSString):NSString+updateConversationListWithData(NSDictionary)
HTTPRequestOperationManager
+getChatListPara+sendChatMessagePara+forwardMessagePara+setMessageReadPara+sendChatDataPara+getReadMessagePara
VoiceConverter
+ConvertWavToAmr(NSString):int+ConvertAmrToWav(NSString):int+GetAudioRecorderSettingDict:NSDictionary
ForwardViewController
+m_contactsArray:NSMutableArray+NSMutableArray:UITableView+message:UUMessage
+viewDidLoad+loadRecentContact+searchWithText
PhotoOperate
+mPhotoOperate:PhotoOperate
+sharedPhotoOperate:id+downloadFileWithURL(NSString):BOOL+createDirectoryOnDocumentWithSubDirectory(NSString):NSString+productFileFullPathWithSubDirectory(NSString):NSString
MessageModel
+messageType:NSNumber+conversationType:NSNumber+sender:NSString+receiver:NSString+messageContent:NSString+messageTime:NSString+localTime:NSString+messageID:NSString
CheckNetwork
+isExistenceNetwork:BOOL+checkNetworkIsValid:BOOL
EZDatabase
+createDB+createDBWithSqlName+insertIntoTable+deleteFromTabl+cleanTable
0 条评论
下一页