Skip to content

Commit

Permalink
added missing class comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jkubuni committed Jul 11, 2024
1 parent 1cd30ed commit 4c4d51e
Show file tree
Hide file tree
Showing 49 changed files with 49 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
data-represantation of a single text message in a chat
data-represantation of a single animated sticker message in a chat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "<historical>",
"commentStamp" : "JK 7/11/2024 10:15",
"instvars" : [
"text" ],
"name" : "TCCAnimatedStickerMessage",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
data-represantation of a single text message in a chat
data-represantation of a single document message in a chat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "<historical>",
"commentStamp" : "JK 7/11/2024 10:15",
"instvars" : [
"filename",
"documentId" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A TCCDocumentStore is a cache for local document files on disk with a synchronous interface
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:13",
"instvars" : [
],
"name" : "TCCDocumentStore",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A TCCImageStore is a cache for local image files on disk with a synchronous interface.
A TCCFileStore is a cache superclass for local files on disk with a synchronous interface.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "<historical>",
"commentStamp" : "JK 7/11/2024 10:13",
"instvars" : [
"core" ],
"name" : "TCCFileStore",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data-represantation of a single poll message in a chat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:16",
"instvars" : [
"question",
"options",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data-represantation of a single poll option
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:17",
"instvars" : [
"isBeingChosen",
"isChosen",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data-represantation of a single static sticker message in a chat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:16",
"instvars" : [
"stickerId",
"width",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A TCCImageStore is a cache for local image files on disk with a synchronous interface.
A TCCStickerStore is a cache for local sticker files on disk with a synchronous interface.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "<historical>",
"commentStamp" : "JK 7/11/2024 10:13",
"instvars" : [
"stickerSets" ],
"name" : "TCCStickerStore",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
data-represantation of a single message with a photo in a chat
data-represantation of a single message with a video in a chat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "<historical>",
"commentStamp" : "JK 7/11/2024 10:16",
"instvars" : [
"caption",
"width",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A TCCImageStore is a cache for local image files on disk with a synchronous interface.
A TCCVideoStore is a cache for local video and thumbnail files on disk with a synchronous interface.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "<historical>",
"commentStamp" : "JK 7/11/2024 10:14",
"instvars" : [
],
"name" : "TCCVideoStore",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a single animated sticker message displayed in a TCUMessageList
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:27",
"instvars" : [
],
"name" : "TCUAnimatedStickerMessage",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
menu with buttons to select which non-text message to send
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:18",
"instvars" : [
"chat",
"pollButton",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wrapper for profile picture on TCUChatInfoPage
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:20",
"instvars" : [
"photoSize",
"photo" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
interface to set poll question and title
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:21",
"instvars" : [
"chat",
"typeOption",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
poll choice in a poll message
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:22",
"instvars" : [
"selectionMorph",
"isSelected",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
choice for single-answer-only polls
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:22",
"instvars" : [
],
"name" : "TCUChoiceExclusive",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a single text message displayed in a TCUMessageList
a single document message displayed in a TCUMessageList
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "<historical>",
"commentStamp" : "JK 7/11/2024 10:25",
"instvars" : [
],
"name" : "TCUDocumentMessage",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a single poll message displayed in a TCUMessageList
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:26",
"instvars" : [
"pollTypeString",
"options" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a single option to select in a poll
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:29",
"instvars" : [
"selectionMorph",
"textMorph",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Emoji helper with different text size for animated sticker messages
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:24",
"instvars" : [
],
"name" : "TCUStickerEmojiHelper",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
displays installed stickerset's stickers
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:25",
"instvars" : [
"closeButton",
"shouldRedraw",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a single item in TCUStickerList
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:30",
"instvars" : [
"path",
"selectedChat",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a single sticker message displayed in a TCUMessageList
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "JK 7/11/2024 10:26",
"instvars" : [
],
"name" : "TCUStickerMessage",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a single message with photo displayed in a TCUMessageList
a single message with video displayed in a TCUMessageList
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "<historical>",
"commentStamp" : "JK 7/11/2024 10:27",
"instvars" : [
],
"name" : "TCUVideoMessage",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"name" : "TCTCMockFFIClient",
"pools" : [
],
"super" : "AnObsoleteTCCLibTdJson",
"super" : "AnObsoleteTCCFFIClient",
"type" : "normal" }

0 comments on commit 4c4d51e

Please sign in to comment.