OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Namespaces | Typedefs | Enumerations
python_shell_fw.hh File Reference
#include <vector>

Go to the source code of this file.

Data Structures

struct  GutterBlock

Namespaces

namespace  ost
namespace  ost::gui

Typedefs

typedef std::vector< GutterBlock > GutterBlockList

Enumerations

enum  BlockEditMode { EDITMODE_SINGLELINE, EDITMODE_MULTILINE_ACTIVE, EDITMODE_MULTILINE_INACTIVE }
enum  BlockType {
  BLOCKTYPE_OUTPUT = 1, BLOCKTYPE_ERROR = 2, BLOCKTYPE_CODE = 4, BLOCKTYPE_ACTIVE = 8,
  BLOCKTYPE_BLOCKEDIT = 16, BLOCKTYPE_MULTILINE_SQ = 32, BLOCKTYPE_MULTILINE_DQ = 64
}