Go to the source code of this file.
Classes | |
| class | C4ToolsDlg |
Macros | |
| #define | C4TLS_MatSky "Sky" |
Variables | |
| const int32_t | C4TLS_Brush = 0 |
| const int32_t | C4TLS_Line = 1 |
| const int32_t | C4TLS_Rect = 2 |
| const int32_t | C4TLS_Fill = 3 |
| const int32_t | C4TLS_Picker = 4 |
| const int32_t | C4TLS_GradeMax = 50 |
| const int32_t | C4TLS_GradeMin = 1 |
| const int32_t | C4TLS_GradeDefault = 5 |
| #define C4TLS_MatSky "Sky" |
Definition at line 39 of file C4ToolsDlg.h.
| const int32_t C4TLS_Brush = 0 |
Definition at line 28 of file C4ToolsDlg.h.
Referenced by C4ToolsDlg::Default(), C4ToolsDlg::IsGradedTool(), C4EditCursor::LeftButtonDown(), C4EditCursor::Move(), and C4ToolsDlg::SetLandscapeMode().
| const int32_t C4TLS_Fill = 3 |
Definition at line 31 of file C4ToolsDlg.h.
Referenced by C4EditCursor::Execute(), C4ToolsDlg::IsGradedTool(), C4EditCursor::LeftButtonDown(), and C4ToolsDlg::SetLandscapeMode().
| const int32_t C4TLS_GradeDefault = 5 |
Definition at line 37 of file C4ToolsDlg.h.
Referenced by C4ToolsDlg::Default().
| const int32_t C4TLS_GradeMax = 50 |
Definition at line 35 of file C4ToolsDlg.h.
Referenced by C4ToolsDlg::ChangeGrade(), and C4ToolsDlg::SetGrade().
| const int32_t C4TLS_GradeMin = 1 |
Definition at line 36 of file C4ToolsDlg.h.
Referenced by C4ToolsDlg::ChangeGrade(), and C4ToolsDlg::SetGrade().
| const int32_t C4TLS_Line = 1 |
Definition at line 29 of file C4ToolsDlg.h.
Referenced by C4ToolsDlg::IsGradedTool(), C4EditCursor::LeftButtonDown(), C4EditCursor::LeftButtonUp(), and C4EditCursor::Move().
| const int32_t C4TLS_Picker = 4 |
Definition at line 32 of file C4ToolsDlg.h.
Referenced by C4EditCursor::LeftButtonDown(), and C4ToolsDlg::SetAlternateTool().
| const int32_t C4TLS_Rect = 2 |
Definition at line 30 of file C4ToolsDlg.h.
Referenced by C4EditCursor::LeftButtonDown(), C4EditCursor::LeftButtonUp(), and C4EditCursor::Move().