OpenClonk
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
EditorWindowState Struct Reference
Collaboration diagram for EditorWindowState:
[legend]

Public Member Functions

void CompileFunc (StdCompiler *comp)
 

Public Attributes

StdCopyBuf geometry
 
StdCopyBuf window_state
 

Detailed Description

Definition at line 145 of file C4ConsoleQtState.cpp.

Member Function Documentation

◆ CompileFunc()

void EditorWindowState::CompileFunc ( StdCompiler comp)
inline

Definition at line 149 of file C4ConsoleQtState.cpp.

150  {
151  comp->Value(geometry);
152  comp->Value(window_state);
153  }
void Value(const T &rStruct)
Definition: StdCompiler.h:161

References geometry, StdCompiler::Value(), and window_state.

Here is the call graph for this function:

Member Data Documentation

◆ geometry

StdCopyBuf EditorWindowState::geometry

Definition at line 147 of file C4ConsoleQtState.cpp.

Referenced by CompileFunc().

◆ window_state

StdCopyBuf EditorWindowState::window_state

Definition at line 147 of file C4ConsoleQtState.cpp.

Referenced by CompileFunc().


The documentation for this struct was generated from the following file: