|
JX Application Framework
|
This is the complete list of members for JPrefsFile, including all inherited members.
| AppendItem(const JString &data) | JFileArray | inline |
| AppendItem(std::ostringstream &dataStream) | JFileArray | inline |
| Broadcast(const T &message) | JBroadcaster | inlineprotected |
| BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
| ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
| Create(const JString &fileNameStem, JPrefsFile **obj, const CreateAction action=kFailIfOpen) | JPrefsFile | static |
| JFileArray::Create(const JString &fileName, const JUtf8Byte *fileSignature, JFileArray **obj, const CreateAction action=kFailIfOpen) | JFileArray | static |
| JFileArray::Create(JFileArray *theEnclosingFile, const JFAID &enclosureItemID, JFileArray **obj) | JFileArray | static |
| CreateAction enum name | JFileArray | |
| FlushChanges() | JFileArray | |
| GetData(const JPrefID &id, std::string *data) const | JPrefsFile | inline |
| GetFileArrayIndex() | JFileArray | inlineprotected |
| GetFileName() const | JFileArray | |
| GetFullName(const JString &fileNameStem, JString *fullName) | JPrefsFile | static |
| GetIndexFromEnd(const JIndex index) const | JCollection | |
| GetItem(const JFAIndex &index, std::string *data) const | JFileArray | |
| GetItem(const JFAID &id, std::string *data) const | JFileArray | |
| GetItemCount() const | JCollection | inline |
| GetRecipientCount() const | JBroadcaster | |
| GetSenderCount() const | JBroadcaster | |
| GetVersion() const | JFileArray | inline |
| HasRecipients() const | JBroadcaster | |
| HasSenders() const | JBroadcaster | |
| IDToIndex(const JFAID &id, JFAIndex *index) const | JFileArray | |
| IDValid(const JFAID &id) const | JFileArray | inline |
| IndexToID(const JFAIndex &index, JFAID *id) const | JFileArray | |
| IndexValid(const JFAIndex &index) const | JFileArray | inline |
| JCollection::IndexValid(const JIndex index) const | JCollection | inline |
| InsertItemAtIndex(const JFAIndex &index, const JString &data) | JFileArray | |
| InsertItemAtIndex(const JFAIndex &index, std::ostringstream &dataStream) | JFileArray | |
| IsEmpty() const | JCollection | inline |
| ItemAdded() | JCollection | inlineprotected |
| ItemRemoved() | JCollection | protected |
| JBroadcaster() | JBroadcaster | |
| JBroadcaster(const JBroadcaster &source) | JBroadcaster | protected |
| JCollection() | JCollection | |
| JCollection(const JCollection &source) | JCollection | |
| JFileArray(const JString &fileName, const JUtf8Byte *fileSignature, const CreateAction action) | JFileArray | protected |
| JFileArray(JFileArray *theEnclosingFile, const JFAID &enclosureItemID) | JFileArray | protected |
| JPrefsFile(const JString &fileName, const CreateAction action) | JPrefsFile | protected |
| kDeleteIfOpen enum value | JFileArray | |
| kDeleteIfWaitTimeout enum value | JFileArray | |
| kFailIfOpen enum value | JFileArray | |
| kFileAlreadyOpen | JFileArray | static |
| kFileNotWritable | JFileArray | static |
| kIgnoreIfOpen enum value | JFileArray | |
| kInitialVersion | JFileArray | static |
| kItemChanged | JFileArray | static |
| kItemInserted | JFileArray | static |
| kItemMoved | JFileArray | static |
| kItemRemoved | JFileArray | static |
| kItemsSwapped | JFileArray | static |
| kNoHomeDirectory | JPrefsFile | static |
| kNotEmbeddedFile | JFileArray | static |
| kTryWaitUntilCanOpen enum value | JFileArray | |
| kUnsignedLongLength enum value | JFileArray | |
| kWrongSignature | JFileArray | static |
| ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
| ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
| MoveItemToIndex(const JFAIndex ¤tIndex, const JFAIndex &newIndex) | JFileArray | |
| OKToCreate(const JString &fileNameStem, JString *fullName, const CreateAction action=kFailIfOpen) | JPrefsFile | static |
| OKToCreateBase(const JString &fileName, const JUtf8Byte *fileSignature, const CreateAction action=kFailIfOpen) | JFileArray | static |
| OKToCreateEmbedded(JFileArray *theEnclosingFile, const JFAID &enclosureItemID) | JFileArray | static |
| JCollection::operator=(const JCollection &source) | JCollection | |
| JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
| PrependItem(const JString &data) | JFileArray | inline |
| PrependItem(std::ostringstream &dataStream) | JFileArray | inline |
| Receive(JBroadcaster *sender, const Message &message) | JBroadcaster | protectedvirtual |
| ReceiveGoingAway(JBroadcaster *sender) | JBroadcaster | protectedvirtual |
| ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
| RemoveData(const JPrefID &id) | JPrefsFile | inline |
| RemoveItem(const JFAIndex &index) | JFileArray | |
| RemoveItem(const JFAID &id) | JFileArray | |
| Send(JBroadcaster *recipient, const T &message) | JBroadcaster | protected |
| SendWithFeedback(JBroadcaster *recipient, Message *message) | JBroadcaster | protected |
| SetData(const JPrefID &id, std::ostringstream &data) | JPrefsFile | |
| SetData(const JPrefID &id, const std::string &data) | JPrefsFile | |
| SetData(const JPrefID &id, const JString &data) | JPrefsFile | |
| SetItem(const JFAIndex &index, const JString &data) | JFileArray | |
| SetItem(const JFAID &id, const JString &data) | JFileArray | |
| SetItem(const JFAIndex &index, std::ostringstream &dataStream) | JFileArray | |
| SetItem(const JFAID &id, std::ostringstream &dataStream) | JFileArray | |
| SetItemCount(const JSize newItemCount) | JCollection | inlineprotected |
| SetVersion(const JFileVersion newVersion) | JFileArray | inline |
| ShouldFlushChanges(const bool write) | JFileArray | inline |
| StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
| StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
| SwapItems(const JFAIndex &index1, const JFAIndex &index2) | JFileArray | |
| ToString() const override | JCollection | virtual |
| WillFlushChanges() const | JFileArray | inline |
| ~JBroadcaster() | JBroadcaster | virtual |
| ~JCollection() override | JCollection | |
| ~JFileArray() override | JFileArray | |
| ~JPrefsFile() override | JPrefsFile |