binaryninjacore_sys

Enum BNThemeColor

source
#[repr(u32)]
pub enum BNThemeColor {
Show 120 variants AddressColor = 0, ModifiedColor = 1, InsertedColor = 2, NotPresentColor = 3, SelectionColor = 4, OutlineColor = 5, BackgroundHighlightDarkColor = 6, BackgroundHighlightLightColor = 7, BoldBackgroundHighlightDarkColor = 8, BoldBackgroundHighlightLightColor = 9, AlphanumericHighlightColor = 10, PrintableHighlightColor = 11, GraphBackgroundDarkColor = 12, GraphBackgroundLightColor = 13, GraphNodeDarkColor = 14, GraphNodeLightColor = 15, GraphNodeOutlineColor = 16, GraphNodeShadowColor = 17, GraphEntryNodeIndicatorColor = 18, GraphExitNodeIndicatorColor = 19, GraphExitNoreturnNodeIndicatorColor = 20, TrueBranchColor = 21, FalseBranchColor = 22, UnconditionalBranchColor = 23, AltTrueBranchColor = 24, AltFalseBranchColor = 25, AltUnconditionalBranchColor = 26, InstructionColor = 27, RegisterColor = 28, NumberColor = 29, CodeSymbolColor = 30, DataSymbolColor = 31, LocalVariableColor = 32, StackVariableColor = 33, ImportColor = 34, ExportColor = 35, InstructionHighlightColor = 36, RelatedInstructionHighlightColor = 37, TokenHighlightColor = 38, TokenSelectionColor = 39, AnnotationColor = 40, OpcodeColor = 41, LinearDisassemblyFunctionHeaderColor = 42, LinearDisassemblyBlockColor = 43, LinearDisassemblyNoteColor = 44, LinearDisassemblySeparatorColor = 45, LinearDisassemblyCodeFoldColor = 46, StringColor = 47, TypeNameColor = 48, FieldNameColor = 49, KeywordColor = 50, UncertainColor = 51, NameSpaceColor = 52, NameSpaceSeparatorColor = 53, GotoLabelColor = 54, CommentColor = 55, OperationColor = 56, BaseStructureNameColor = 57, IndentationLineColor = 58, IndentationLineHighlightColor = 59, ScriptConsoleOutputColor = 60, ScriptConsoleWarningColor = 61, ScriptConsoleErrorColor = 62, ScriptConsoleEchoColor = 63, BlueStandardHighlightColor = 64, GreenStandardHighlightColor = 65, CyanStandardHighlightColor = 66, RedStandardHighlightColor = 67, MagentaStandardHighlightColor = 68, YellowStandardHighlightColor = 69, OrangeStandardHighlightColor = 70, WhiteStandardHighlightColor = 71, BlackStandardHighlightColor = 72, MiniGraphOverlayColor = 73, FeatureMapBaseColor = 74, FeatureMapNavLineColor = 75, FeatureMapNavHighlightColor = 76, FeatureMapDataVariableColor = 77, FeatureMapAsciiStringColor = 78, FeatureMapUnicodeStringColor = 79, FeatureMapFunctionColor = 80, FeatureMapImportColor = 81, FeatureMapExternColor = 82, FeatureMapLibraryColor = 83, SidebarBackgroundColor = 84, SidebarInactiveIconColor = 85, SidebarActiveIconColor = 86, SidebarHeaderBackgroundColor = 87, SidebarHeaderTextColor = 88, SidebarWidgetBackgroundColor = 89, ActivePaneBackgroundColor = 90, InactivePaneBackgroundColor = 91, TabBarTabActiveColor = 92, TabBarTabHoverColor = 93, TabBarTabInactiveColor = 94, TabBarTabBorderColor = 95, TabBarTabGlowColor = 96, StatusBarServerConnectedColor = 97, StatusBarServerDisconnectedColor = 98, StatusBarServerWarningColor = 99, StatusBarProjectColor = 100, BraceOption1Color = 101, BraceOption2Color = 102, BraceOption3Color = 103, BraceOption4Color = 104, BraceOption5Color = 105, BraceOption6Color = 106, VoidTypeColor = 107, StructureTypeColor = 108, EnumerationTypeColor = 109, FunctionTypeColor = 110, BoolTypeColor = 111, IntegerTypeColor = 112, FloatTypeColor = 113, PointerTypeColor = 114, ArrayTypeColor = 115, VarArgsTypeColor = 116, ValueTypeColor = 117, NamedTypeReferenceColor = 118, WideCharTypeColor = 119,
}

Variants§

§

AddressColor = 0

Hex dump colors

§

ModifiedColor = 1

Hex dump colors

§

InsertedColor = 2

Hex dump colors

§

NotPresentColor = 3

Hex dump colors

§

SelectionColor = 4

Hex dump colors

§

OutlineColor = 5

Hex dump colors

§

BackgroundHighlightDarkColor = 6

Hex dump colors

§

BackgroundHighlightLightColor = 7

Hex dump colors

§

BoldBackgroundHighlightDarkColor = 8

Hex dump colors

§

BoldBackgroundHighlightLightColor = 9

Hex dump colors

§

AlphanumericHighlightColor = 10

Hex dump colors

§

PrintableHighlightColor = 11

Hex dump colors

§

GraphBackgroundDarkColor = 12

Graph colors

§

GraphBackgroundLightColor = 13

Graph colors

§

GraphNodeDarkColor = 14

Graph colors

§

GraphNodeLightColor = 15

Graph colors

§

GraphNodeOutlineColor = 16

Graph colors

§

GraphNodeShadowColor = 17

Graph colors

§

GraphEntryNodeIndicatorColor = 18

Graph colors

§

GraphExitNodeIndicatorColor = 19

Graph colors

§

GraphExitNoreturnNodeIndicatorColor = 20

Graph colors

§

TrueBranchColor = 21

Graph colors

§

FalseBranchColor = 22

Graph colors

§

UnconditionalBranchColor = 23

Graph colors

§

AltTrueBranchColor = 24

Graph colors

§

AltFalseBranchColor = 25

Graph colors

§

AltUnconditionalBranchColor = 26

Graph colors

§

InstructionColor = 27

Disassembly colors

§

RegisterColor = 28

Disassembly colors

§

NumberColor = 29

Disassembly colors

§

CodeSymbolColor = 30

Disassembly colors

§

DataSymbolColor = 31

Disassembly colors

§

LocalVariableColor = 32

Disassembly colors

§

StackVariableColor = 33

Disassembly colors

§

ImportColor = 34

Disassembly colors

§

ExportColor = 35

Disassembly colors

§

InstructionHighlightColor = 36

Disassembly colors

§

RelatedInstructionHighlightColor = 37

Disassembly colors

§

TokenHighlightColor = 38

Disassembly colors

§

TokenSelectionColor = 39

Disassembly colors

§

AnnotationColor = 40

Disassembly colors

§

OpcodeColor = 41

Disassembly colors

§

LinearDisassemblyFunctionHeaderColor = 42

Disassembly colors

§

LinearDisassemblyBlockColor = 43

Disassembly colors

§

LinearDisassemblyNoteColor = 44

Disassembly colors

§

LinearDisassemblySeparatorColor = 45

Disassembly colors

§

LinearDisassemblyCodeFoldColor = 46

Disassembly colors

§

StringColor = 47

Disassembly colors

§

TypeNameColor = 48

Disassembly colors

§

FieldNameColor = 49

Disassembly colors

§

KeywordColor = 50

Disassembly colors

§

UncertainColor = 51

Disassembly colors

§

NameSpaceColor = 52

Disassembly colors

§

NameSpaceSeparatorColor = 53

Disassembly colors

§

GotoLabelColor = 54

Disassembly colors

§

CommentColor = 55

Disassembly colors

§

OperationColor = 56

Disassembly colors

§

BaseStructureNameColor = 57

Disassembly colors

§

IndentationLineColor = 58

Disassembly colors

§

IndentationLineHighlightColor = 59

Disassembly colors

§

ScriptConsoleOutputColor = 60

Script console colors

§

ScriptConsoleWarningColor = 61

Script console colors

§

ScriptConsoleErrorColor = 62

Script console colors

§

ScriptConsoleEchoColor = 63

Script console colors

§

BlueStandardHighlightColor = 64

Highlighting colors

§

GreenStandardHighlightColor = 65

Highlighting colors

§

CyanStandardHighlightColor = 66

Highlighting colors

§

RedStandardHighlightColor = 67

Highlighting colors

§

MagentaStandardHighlightColor = 68

Highlighting colors

§

YellowStandardHighlightColor = 69

Highlighting colors

§

OrangeStandardHighlightColor = 70

Highlighting colors

§

WhiteStandardHighlightColor = 71

Highlighting colors

§

BlackStandardHighlightColor = 72

Highlighting colors

§

MiniGraphOverlayColor = 73

MiniGraph

§

FeatureMapBaseColor = 74

FeatureMap

§

FeatureMapNavLineColor = 75

FeatureMap

§

FeatureMapNavHighlightColor = 76

FeatureMap

§

FeatureMapDataVariableColor = 77

FeatureMap

§

FeatureMapAsciiStringColor = 78

FeatureMap

§

FeatureMapUnicodeStringColor = 79

FeatureMap

§

FeatureMapFunctionColor = 80

FeatureMap

§

FeatureMapImportColor = 81

FeatureMap

§

FeatureMapExternColor = 82

FeatureMap

§

FeatureMapLibraryColor = 83

FeatureMap

§

SidebarBackgroundColor = 84

Sidebar colors

§

SidebarInactiveIconColor = 85

Sidebar colors

§

SidebarActiveIconColor = 86

Sidebar colors

§

SidebarHeaderBackgroundColor = 87

Deprecated, has no effect (paints as QPalette::Window)

§

SidebarHeaderTextColor = 88

§

SidebarWidgetBackgroundColor = 89

§

ActivePaneBackgroundColor = 90

Pane colors

§

InactivePaneBackgroundColor = 91

Pane colors

§

TabBarTabActiveColor = 92

Tab colors

§

TabBarTabHoverColor = 93

Tab colors

§

TabBarTabInactiveColor = 94

Tab colors

§

TabBarTabBorderColor = 95

Tab colors

§

TabBarTabGlowColor = 96

Tab colors

§

StatusBarServerConnectedColor = 97

Status colors

§

StatusBarServerDisconnectedColor = 98

Status colors

§

StatusBarServerWarningColor = 99

Status colors

§

StatusBarProjectColor = 100

Status colors

§

BraceOption1Color = 101

Brace colors

§

BraceOption2Color = 102

Brace colors

§

BraceOption3Color = 103

Brace colors

§

BraceOption4Color = 104

Brace colors

§

BraceOption5Color = 105

Brace colors

§

BraceOption6Color = 106

Brace colors

§

VoidTypeColor = 107

Type class colors

§

StructureTypeColor = 108

Type class colors

§

EnumerationTypeColor = 109

Type class colors

§

FunctionTypeColor = 110

Type class colors

§

BoolTypeColor = 111

Type class colors

§

IntegerTypeColor = 112

Type class colors

§

FloatTypeColor = 113

Type class colors

§

PointerTypeColor = 114

Type class colors

§

ArrayTypeColor = 115

Type class colors

§

VarArgsTypeColor = 116

Type class colors

§

ValueTypeColor = 117

Type class colors

§

NamedTypeReferenceColor = 118

Type class colors

§

WideCharTypeColor = 119

Type class colors

Trait Implementations§

source§

impl Clone for BNThemeColor

source§

fn clone(&self) -> BNThemeColor

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BNThemeColor

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for BNThemeColor

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for BNThemeColor

source§

fn eq(&self, other: &BNThemeColor) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for BNThemeColor

source§

impl Eq for BNThemeColor

source§

impl StructuralPartialEq for BNThemeColor

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

source§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.