|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CVariableFormat | |
---|---|
org.eclipse.cdt.debug.core.model | |
org.eclipse.cdt.debug.internal.core.model | |
org.eclipse.cdt.debug.internal.ui.actions |
Uses of CVariableFormat in org.eclipse.cdt.debug.core.model |
---|
Fields in org.eclipse.cdt.debug.core.model declared as CVariableFormat | |
---|---|
static CVariableFormat |
CVariableFormat.BINARY
|
static CVariableFormat |
CVariableFormat.DECIMAL
|
static CVariableFormat |
CVariableFormat.HEXADECIMAL
|
static CVariableFormat |
CVariableFormat.NATURAL
|
static CVariableFormat |
CVariableFormat.OCTAL
|
Methods in org.eclipse.cdt.debug.core.model that return CVariableFormat | |
---|---|
CVariableFormat |
IFormatSupport.getFormat()
Returns the current format of this variable. |
static CVariableFormat |
CVariableFormat.getFormat(int code)
|
Methods in org.eclipse.cdt.debug.core.model with parameters of type CVariableFormat | |
---|---|
void |
IFormatSupport.changeFormat(CVariableFormat format)
Sets the current format of this variable to format . |
Uses of CVariableFormat in org.eclipse.cdt.debug.internal.core.model |
---|
Methods in org.eclipse.cdt.debug.internal.core.model that return CVariableFormat | |
---|---|
CVariableFormat |
CVariable.getFormat()
|
Methods in org.eclipse.cdt.debug.internal.core.model with parameters of type CVariableFormat | |
---|---|
void |
CVariable.changeFormat(CVariableFormat format)
|
Uses of CVariableFormat in org.eclipse.cdt.debug.internal.ui.actions |
---|
Constructors in org.eclipse.cdt.debug.internal.ui.actions with parameters of type CVariableFormat | |
---|---|
VariableFormatActionDelegate(CVariableFormat format)
Constructor for VariableFormatActionDelegate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |