![]() |
Prusa Slicer 2.6.0
|
Collaboration diagram for MyDocument:Public Member Functions | |
| MyDocument (const char *name, bool open=true, const ImVec4 &color=ImVec4(1.0f, 1.0f, 1.0f, 1.0f)) | |
| void | DoOpen () |
| void | DoQueueClose () |
| void | DoForceClose () |
| void | DoSave () |
Static Public Member Functions | |
| static void | DisplayContents (MyDocument *doc) |
| static void | DisplayContextMenu (MyDocument *doc) |
Public Attributes | |
| const char * | Name |
| bool | Open |
| bool | OpenPrev |
| bool | Dirty |
| bool | WantClose |
| ImVec4 | Color |
|
inline |
|
inlinestatic |
References ImGui::Button(), Color, ImGui::ColorEdit3(), Dirty, DoSave(), ImGuiCol_Text, Name, ImGui::PopID(), ImGui::PopStyleColor(), ImGui::PushID(), ImGui::PushStyleColor(), ImGui::SameLine(), ImGui::Text(), ImGui::TextWrapped(), and ImVec4::x.
Referenced by ShowExampleAppDocuments().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
References ImGui::BeginPopupContextItem(), DoQueueClose(), DoSave(), ImGui::EndPopup(), ImGui::MenuItem(), Name, and Open.
Referenced by ShowExampleAppDocuments().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
References Open.
Referenced by ShowExampleAppDocuments().
Here is the caller graph for this function:
|
inline |
References WantClose.
Referenced by DisplayContextMenu(), and ShowExampleAppDocuments().
Here is the caller graph for this function:
|
inline |
References Dirty.
Referenced by DisplayContents(), and DisplayContextMenu().
Here is the caller graph for this function:| ImVec4 MyDocument::Color |
Referenced by MyDocument(), and DisplayContents().
| bool MyDocument::Dirty |
Referenced by MyDocument(), DisplayContents(), DoForceClose(), DoSave(), and ShowExampleAppDocuments().
| const char* MyDocument::Name |
Referenced by MyDocument(), DisplayContents(), DisplayContextMenu(), NotifyOfDocumentsClosedElsewhere(), and ShowExampleAppDocuments().
| bool MyDocument::Open |
Referenced by MyDocument(), DisplayContextMenu(), DoForceClose(), DoOpen(), NotifyOfDocumentsClosedElsewhere(), and ShowExampleAppDocuments().
| bool MyDocument::OpenPrev |
Referenced by MyDocument(), and NotifyOfDocumentsClosedElsewhere().
| bool MyDocument::WantClose |
Referenced by MyDocument(), DoQueueClose(), and ShowExampleAppDocuments().